A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

ABSTRACT_CATEGORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl.
ABSTRACT_ORDER_SHIPMENT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for abstract order shipment - physical and electronic derive from this.
ABSTRACT_PAYMENT_GATEWAY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for abstract payment gateway implementation.
ABSTRACT_RULE_ELEMENT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for abstract rule element.
AbstractAddressImpl - Class in com.bea.alcs.domain.customer.impl
Implementation of a street address.
AbstractAddressImpl() - Constructor for class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
 
AbstractAttributeTypeImpl - Class in com.bea.alcs.domain.attribute.impl
This is a template implementation of AttributeType.
AbstractAttributeTypeImpl(String, int) - Constructor for class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The default constructor to create a attribute type.
AbstractAttributeValueImpl - Class in com.bea.alcs.domain.attribute.impl
The default implementation of AttributeValue.
AbstractAttributeValueImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
 
AbstractCartItemImpl - Class in com.bea.alcs.domain.shoppingcart.impl
A CartItem represents a quantity of SKUs in a shopping cart, saved cart, wish list, etc.
AbstractCartItemImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
 
AbstractCatalogImportFieldImpl - Class in com.bea.alcs.domain.dataimport.impl
Represents a template ImportField for a Catalog object.
AbstractCatalogImportFieldImpl(String, String, boolean, boolean) - Constructor for class com.bea.alcs.domain.dataimport.impl.AbstractCatalogImportFieldImpl
The default constructor.
AbstractCatalogViewRequestImpl - Class in com.bea.alcs.domain.catalogview.impl
This is an abstract implementation of CatalogViewRequest.
AbstractCatalogViewRequestImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
 
AbstractCatalogViewRequestImpl.BreadcrumbImpl - Class in com.bea.alcs.domain.catalogview.impl
Represent a simple bean which aggregate some query strings for a filter.
AbstractCatalogViewRequestImpl.BreadcrumbImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl.BreadcrumbImpl
 
AbstractCatalogViewResultImpl - Class in com.bea.alcs.domain.catalogview.impl
This is an abstract implementation of CatalogViewResult.
AbstractCatalogViewResultImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
 
AbstractCatalogViewServiceImpl - Class in com.bea.alcs.service.catalogview.impl
Abstract service class from which catalog view service's inherit from.
AbstractCatalogViewServiceImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
 
AbstractCategoryImpl - Class in com.bea.alcs.domain.catalog.impl
Abstract implementation of a Category object.
AbstractCategoryImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Default constructor.
AbstractCheckoutEventHandlerImpl - Class in com.bea.alcs.service.shoppingcart.impl
Abstract implementation of a CheckoutEventHandler.
AbstractCheckoutEventHandlerImpl() - Constructor for class com.bea.alcs.service.shoppingcart.impl.AbstractCheckoutEventHandlerImpl
 
AbstractCreditCardPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Abstract credit card payment processing gateway.
AbstractCreditCardPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
 
AbstractEntityImpl - Class in com.bea.alcs.domain.impl
The default implementation of Entity.
AbstractEntityImpl() - Constructor for class com.bea.alcs.domain.impl.AbstractEntityImpl
 
AbstractEpDomainImpl - Class in com.bea.alcs.domain.impl
Abstract implementation of an EP domain class.
AbstractEpDomainImpl() - Constructor for class com.bea.alcs.domain.impl.AbstractEpDomainImpl
 
AbstractEpPersistenceServiceImpl - Class in com.bea.alcs.service.impl
AbstractEpPersistenceServiceImpl is abstract implementation of the base interface for other services of the persistable domain models.
AbstractEpPersistenceServiceImpl() - Constructor for class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
 
AbstractEpPersistenceServiceImpl.PersistentBeanFinder - Class in com.bea.alcs.service.impl
Helper for finding persistent beans which determines the bean implementation class from a bean factory and then delegates the loading to a PersistenceEngine.
AbstractEpServiceImpl - Class in com.bea.alcs.service.impl
EpServiceImpl is implementation of the base interface for other services.
AbstractEpServiceImpl() - Constructor for class com.bea.alcs.service.impl.AbstractEpServiceImpl
 
AbstractFilterImpl<T extends Filter<T>> - Class in com.bea.alcs.domain.catalogview.impl
The abstract implement of the filter.
AbstractFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
 
AbstractImportDataTypeImpl - Class in com.bea.alcs.domain.dataimport.impl
Represents a template ImportDataType.
AbstractImportDataTypeImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
The default constructor.
AbstractImportFieldImpl - Class in com.bea.alcs.domain.dataimport.impl
Represents a template ImportField.
AbstractImportFieldImpl(String, String, boolean, boolean) - Constructor for class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
The default constructor.
AbstractImportTypeImpl - Class in com.bea.alcs.domain.dataimport.impl
AbstractImportTypeImpl represents an import type.
AbstractImportTypeImpl(String, int) - Constructor for class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
The default constructor to create a import type.
AbstractListenableEntityImpl - Class in com.bea.alcs.domain.impl
Abstract implementation of a value domain object with property listener support.
AbstractListenableEntityImpl() - Constructor for class com.bea.alcs.domain.impl.AbstractListenableEntityImpl
 
AbstractListenableValueObjectImpl - Class in com.bea.alcs.domain.impl
Abstract implementation of a value domain object with property listener support.
AbstractListenableValueObjectImpl() - Constructor for class com.bea.alcs.domain.impl.AbstractListenableValueObjectImpl
 
AbstractLocaleDependantFieldsImpl - Class in com.bea.alcs.domain.catalog.impl
This is a default implementation of LocaleDependantFields.
AbstractLocaleDependantFieldsImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
 
AbstractOrderShipmentImpl - Class in com.bea.alcs.domain.order.impl
AbstractOrderShipmentImpl represents a customer's order shipment.
AbstractOrderShipmentImpl() - Constructor for class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
 
AbstractPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Abstract payment processing gateway.
AbstractPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
 
AbstractPaymentHandler - Class in com.bea.alcs.domain.payment.impl
Abstract default impl of Payment handler.
AbstractPaymentHandler() - Constructor for class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
 
AbstractPersistenceImpl - Class in com.bea.alcs.domain.impl
The default implementation of Persistence.
AbstractPersistenceImpl() - Constructor for class com.bea.alcs.domain.impl.AbstractPersistenceImpl
 
AbstractPriceImpl - Class in com.bea.alcs.domain.catalog.impl
The abstact implementation of Price.
AbstractPriceImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
 
AbstractPriceTierImpl - Class in com.bea.alcs.domain.catalog.impl
PriceTier represents different price for different minimum quantity A Price should at least have a PriceTier When shopping a product, if quantity is provided, Price should get the nearest PriceTier with the minimum quantity equal or less than the given quantity.
AbstractPriceTierImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
 
AbstractProductCategorySearchCriteria - Class in com.bea.alcs.service.search.query
Abstract class from which ProductCategorySearchCriterias should inherit from.
AbstractProductCategorySearchCriteria() - Constructor for class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
 
AbstractProductRetrieveStrategyImpl - Class in com.bea.alcs.service.catalogview.impl
An abstract ProductRetrieveStrategy, which provides a ruleEngine, productService and storeConfig to its subclasses.
AbstractProductRetrieveStrategyImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
 
AbstractPropertyBasedImpl - Class in com.bea.alcs.domain.misc.impl
Abstract implementation of a transient property based object.
AbstractPropertyBasedImpl() - Constructor for class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
 
AbstractQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
This is an abstract implementation of QueryComposer.
AbstractQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
 
AbstractRangeFilterImpl<T extends RangeFilter<T,E>,E extends java.lang.Comparable<E>> - Class in com.bea.alcs.domain.catalogview.impl
The abstract range filter implement.
AbstractRangeFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
 
AbstractRuleActionImpl - Class in com.bea.alcs.domain.rules.impl
Abstract base class for Rule Actions.
AbstractRuleActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.AbstractRuleActionImpl
 
AbstractRuleElementImpl - Class in com.bea.alcs.domain.rules.impl
Abstract class with behaviour common to all rule elements.
AbstractRuleElementImpl() - Constructor for class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
 
AbstractRuleEngineImpl - Class in com.bea.alcs.service.rules.impl
Abstract class for exposing common methods for all rule engines.
AbstractRuleEngineImpl() - Constructor for class com.bea.alcs.service.rules.impl.AbstractRuleEngineImpl
 
AbstractRuleExceptionImpl - Class in com.bea.alcs.domain.rules.impl
Abstract class with behaviour common to all rule elements.
AbstractRuleExceptionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
 
AbstractRuleImpl - Class in com.bea.alcs.domain.rules.impl
Represents a rule that can be applied by the rules engine.
AbstractRuleImpl() - Constructor for class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
 
AbstractSearchCriteriaImpl - Class in com.bea.alcs.service.search
An abstract implementation of SearchCriteria.
AbstractSearchCriteriaImpl() - Constructor for class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
 
AbstractShippingCostCalculationMethodImpl - Class in com.bea.alcs.domain.shipping.impl
A shippingCostCalculationMethod represents a method to be used for shipping cost calculation.
AbstractShippingCostCalculationMethodImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
 
AbstractTransientImpl - Class in com.bea.alcs.domain.impl
Abstract implementation of a transient object.
AbstractTransientImpl() - Constructor for class com.bea.alcs.domain.impl.AbstractTransientImpl
 
AbstractValueObjectImpl - Class in com.bea.alcs.domain.impl
Abstract implementation of a value domain object.
AbstractValueObjectImpl() - Constructor for class com.bea.alcs.domain.impl.AbstractValueObjectImpl
 
AbstractWrappedProductImpl - Class in com.bea.alcs.service.catalogview.impl
Abstract notion of a abstract wrapped product.
AbstractWrappedProductImpl(Product) - Constructor for class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Constructor.
ACCESSORY - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
Accessory product association.
ACCURACY - Static variable in interface com.bea.alcs.service.search.solr.SpellingConstants.SpellingParams
Accuracy of spelling suggestions.
ACCURACY_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default value for accuracy.
ACTION_KIND - Static variable in interface com.bea.alcs.domain.rules.RuleAction
Identifies the RuleElement as an action to a rule.
ACTIVE_FLAG - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Active Flag.
add(Money) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Returns a new Money object representing the sum of this object and otherMoney's values.
add(Money) - Method in interface com.bea.alcs.domain.misc.Money
Returns a new Money object representing the sum of this object and otherMoney's values.
add(DigitalAssetAudit) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Adds the given digitalAssetAudit.
add(DigitalAssetAudit) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Adds the given digitalAssetAudit.
add(Attribute) - Method in interface com.bea.alcs.service.attribute.AttributeService
Adds the given attribute.
add(Attribute) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Adds the given attribute.
add(String, String) - Method in class com.bea.alcs.service.auth.impl.EpUserIdentityService
Create a new user identity.
add(String, String) - Method in interface com.bea.alcs.service.auth.UserIdentityService
Create a new user identity.
add(Brand) - Method in interface com.bea.alcs.service.catalog.BrandService
Adds the given brand.
add(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Adds the given category.
add(CategoryType) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Adds the given attribute.
add(GiftCertificate) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Adds the given giftCertificate.
add(Brand) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Adds the given brand.
add(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Adds the given category.
add(CategoryType) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Adds the given attribute.
add(GiftCertificate) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Adds the given giftCertificate.
add(ProductAssociation) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Adds the given ProductAssociation.
add(Product) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Adds the given product.
add(ProductSku) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Adds the given product sku.
add(ProductType) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Adds the given attribute.
add(SkuOption) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Adds the given sku option.
add(ProductAssociation) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Adds the given ProductAssociation.
add(Product) - Method in interface com.bea.alcs.service.catalog.ProductService
Adds the given product.
add(ProductSku) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Adds the given product sku.
add(ProductType) - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Adds the given attribute.
add(SkuOption) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Adds the given sku option.
add(SfSearchLog) - Method in class com.bea.alcs.service.catalogview.impl.SfSearchLogServiceImpl
Adds the given SfSearhLog.
add(SfSearchLog) - Method in interface com.bea.alcs.service.catalogview.SfSearchLogService
Adds the given SfSearhLog.
add(CmUser) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Adds the given cmUser.
add(CmUser) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Adds the given cmUser.
add(UserRole) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Adds the given userRole.
add(UserRole) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Adds the given userRole.
add(CustomerGroup) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Adds the given customerGroup.
add(Customer) - Method in interface com.bea.alcs.service.customer.CustomerService
Adds the given customer.
add(CustomerSession) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Adds the given customer session.
add(CustomerGroup) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Adds the given customerGroup.
add(Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Adds the given customer.
add(CustomerSession) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Adds the given customer session.
add(OrderLock) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Adds the given order lock.
add(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Adds the given order.
add(OrderReturn) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Adds the given order return.
add(OrderLock) - Method in interface com.bea.alcs.service.order.OrderLockService
Adds the given order lock.
add(Order) - Method in interface com.bea.alcs.service.order.OrderService
Adds the given order.
add(OrderReturn) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Adds the given order return.
add(GiftCertificateTransaction) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Adds the given GiftCertificateTransaction.
add(GiftCertificateTransaction) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Adds the given GiftCertificateTransaction.
add(RuleAction) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Adds the given ruleAction.
add(RuleCondition) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Adds the given ruleCondition.
add(RuleElement) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Adds the given ruleElement.
add(RuleParameter) - Method in class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
Adds the given ruleParameter.
add(Rule) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Adds the given rule.
add(RuleSet) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Adds the given ruleSet.
add(RuleAction) - Method in interface com.bea.alcs.service.rules.RuleActionService
Adds the given ruleAction.
add(RuleCondition) - Method in interface com.bea.alcs.service.rules.RuleConditionService
Adds the given ruleCondition.
add(RuleElement) - Method in interface com.bea.alcs.service.rules.RuleElementService
Adds the given ruleElement.
add(RuleParameter) - Method in interface com.bea.alcs.service.rules.RuleParameterService
Adds the given ruleParameter.
add(Rule) - Method in interface com.bea.alcs.service.rules.RuleService
Adds the given rule.
add(RuleSet) - Method in interface com.bea.alcs.service.rules.RuleSetService
Adds the given ruleSet.
add(IndexNotification) - Method in class com.bea.alcs.service.search.impl.IndexNotificationServiceImpl
Add the given IndexNotification to the notification queue.
add(IndexNotification) - Method in interface com.bea.alcs.service.search.IndexNotificationService
Add the given IndexNotification to the notification queue.
add(ShippingRegion) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Adds the given shippingRegion.
add(ShippingServiceLevel) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Adds the given shippingServiceLevel.
add(ShippingRegion) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Adds the given shippingRegion.
add(ShippingServiceLevel) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Adds the given shippingServiceLevel.
add(ShoppingCart) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Adds the given shopping cart.
add(ShoppingCart) - Method in interface com.bea.alcs.service.shoppingcart.ShoppingCartService
Adds the given shopping cart.
add(TaxCode) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Adds the given taxCode.
add(TaxJurisdiction) - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Adds the given taxJurisdiction.
add(TaxCode) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Adds the given taxCode.
add(TaxJurisdiction) - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Adds the given taxJurisdiction.
addAction(RuleAction) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Add an action to the rule.
addAction(RuleAction) - Method in interface com.bea.alcs.domain.rules.Rule
Add an action to the rule.
addAddress(CustomerAddress) - Method in interface com.bea.alcs.domain.customer.Customer
Adds an CustomerAddress to the list of addresses.
addAddress(CustomerAddress) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Adds an CustomerAddress to the list of addresses.
addAssociatedCartItem(ProductAssociation, CartItem) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Adds an item to the cart where the source of the item information is a ProductAssociation.
addAssociatedCartItem(ProductAssociation, CartItem) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Adds an item to the cart where the source of the item information is a ProductAssociation.
addAttributeGroupAttribute(AttributeGroupAttribute) - Method in interface com.bea.alcs.domain.attribute.AttributeGroup
Add an attribute to belong to this attribute group.
addAttributeGroupAttribute(AttributeGroupAttribute) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
Add an attribute to belong to this product type.
addBadRow(ImportBadRow) - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Add an ImportBadRow.
addBadRow(ImportBadRow) - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Add an ImportBadRow.
addBeanDefinition(String, Class<?>, boolean) - Method in interface com.bea.alcs.commons.beanframework.MutableBeanFactory
Allows a new class to be registered against an abstract bean name, once registered any requests to BeanFactory.getBean(String) will return instances of the specified class for the bean name.
addBeanDefinition(String, Class<?>, boolean) - Method in class com.bea.alcs.domain.impl.DefaultBeanFactoryImpl
Makes PrototypeBeanFactory.addBeanDefinition(final String name, final Class clazz) available for CMClient.
addBeanDefinition(String, Class<?>, boolean) - Method in class com.bea.alcs.domain.impl.PrototypeBeanFactory
Add or override a specified bean definition.
addByAuthenticate(Customer, boolean) - Method in interface com.bea.alcs.service.customer.CustomerService
Adds the given customer.
addByAuthenticate(Customer, boolean) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Adds the given customer, special treatment for already authenticated user.
addCartItem(ShoppingCartItem) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Add a ShoppingCartItem to the cart.
addCartItem(ProductSku, int) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Convenience method for adding an item to the cart.
addCartItem(ShoppingCartItem) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Add an item to the cart.
addCartItem(ProductSku, int) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Convenience method for adding an item to the cart.
addCatalog(Catalog) - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
addCatalog(Catalog) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Adds an accessible catalog to this user.
addCatalogPrice(Catalog, Price) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Convenience method for setting the price.
addCatalogPrice(Catalog, Price) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Convenience method for setting the price of a particular catalog.
addCatalogPrice(Catalog, Price) - Method in interface com.bea.alcs.domain.catalog.Product
Convenience method for setting the price.
addCatalogPrice(Catalog, Price) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Convenience method for setting the price of a particular catalog.
addCatalogPrice(Catalog, Price) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Convenience method for setting the price.
addCategory(Category) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Add this product to the specified category.
addCategory(Category) - Method in interface com.bea.alcs.domain.catalog.Product
Add this product to the specified category.
addCategory(Category) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Add this product to the specified category.
addChild(Category) - Method in interface com.bea.alcs.domain.catalog.Category
Add the given category as a child.
addChild(Category) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Add the given category as a child.
addChild(T) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Add the given filter as a child.
addChild(T) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Add the given filter as a child.
addCondition(RuleCondition) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Adds a condition to the set of conditions.
addCondition(RuleCondition) - Method in interface com.bea.alcs.domain.rules.Rule
Adds a condition to the set of conditions.
addCreditCard(CustomerCreditCard) - Method in interface com.bea.alcs.domain.customer.Customer
Add a credit card to this customer.
addCreditCard(CustomerCreditCard) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Add a credit card to this customer.
addCriteria(T) - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Adds a search criteria (and a list of filters) to the list of things to search for.
addCriteria(T, T...) - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Adds a search criteria (and a list of filters) to the list of things to search for.
addCustomerGroup(CustomerGroup) - Method in interface com.bea.alcs.domain.customer.Customer
Adds a CustomerGroup to the list of customertGroups.
addCustomerGroup(CustomerGroup) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Adds a CustomerGroup to the list of customerGroups.
addDependentCartItem(CartItem) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Specify that another cart item depends on this cart item.
addDependentCartItem(CartItem) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Specify that another cart item depends on this cart item.
addDigitalAssetAudit(String, long, long) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Add an audit record to for digital asset download.
addDigitalAssetAudit(String, long, long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Add an audit record to for digital asset download.
addDisplayInfo(Locale, FilterDisplayInfo) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Add a localized display info in the localized map.
addDisplayInfo(Locale, FilterDisplayInfo) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Add a localized display info in the localized map.
addEligibility(RuleEligibility) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Adds a rule eligiblity to the set of eligibilities.
addEligibility(RuleEligibility) - Method in interface com.bea.alcs.domain.rules.Rule
Adds a rule eligiblity to the set of eligibilities.
addException(RuleException) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Add an exception to this rule element.
addException(RuleException) - Method in interface com.bea.alcs.domain.rules.RuleElement
Add an exception to this rule element.
addFacets(SolrQuery, SearchCriteria) - Method in class com.bea.alcs.service.search.solr.SolrFacetAdapter
Adds the configured facets to the specified query.
addFetchGroup(String) - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Add a fetch group to use for this query.
addFetchGroup(String...) - Method in interface com.bea.alcs.persistence.support.FetchGroupLoadTuner
Adds a list of fetch groups to added to the fetch plan.
addFetchGroup(String...) - Method in class com.bea.alcs.persistence.support.impl.FetchGroupLoadTunerImpl
Adds a list of fetch groups to added to the fetch plan.
addField(Class<?>, String) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Add a single field to the fetch plan.
addField(Class<?>, String) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Add a single field to the fetch plan.
addFields(Class<?>, Collection<String>) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configure the fetch plan based on the given fields requested.
addFields(Class<?>, Collection<String>) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configure the fetch plan based on the given fields requested.
addFieldToFetchPlan(Class<?>, String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Add a single field to the fetch plan.
addFilter(Filter<?>) - Method in class com.bea.alcs.domain.catalogview.browsing.impl.FilterSeoUrl
Add a filter to the existing list of filters.
addGiftCertificateItem(GiftCertificateItem) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Add a GiftCertificateItem to the cart.
addGiftCertificateItem(GiftCertificateItem) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Add a giftCertificate to the cart.
addImportFault(ImportFault) - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Add the error message to the list.
addImportFault(ImportFault) - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Add the given ImportFault to the list.
addImportField(String, ImportField) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Adds the given ImportField.
addItemTax(Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Adds an item tax to the total.
addItemTax(Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Adds a tax amount to the total amount of taxes for the items.
addLinkedCategory(long, long, long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Creates a Category that is linked to the given masterCategory, with its parent set to the given parentCategory, and its catalog set to the given Catalog.
addLinkedCategory(Category, Category, Catalog) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Creates a new linked category (in the given catalog) to the given masterCategoryand additional linked categories for all of the masterCategory's sub-categories.
addLinkedCategory(Category, Category, Catalog, int) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Creates a Category that is linked to the given masterCategory, with its parent set to the given parentCategory, and its catalog set to the given Catalog.
addLinkedCategory(long, long, long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Creates a Category that is linked to the given masterCategory, with its parent set to the given parentCategory, and its catalog set to the given Catalog.
addLinkedCategoryProducts(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Adds all products in the master category of the given linked category (including sub-categories).
addLinkedCategoryProducts(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Adds all products in the master category of the given linked category (including sub-categories).
addLowerBound() - Method in enum com.bea.alcs.domain.catalogview.RangeFilterType
Returns the new type of filter if the lower bound was added.
addMasterCatalogPrice(Price) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Convenience method for setting the master catalog price.
addMasterCatalogPrice(Price) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Convenience method for setting the price.
addMasterCatalogPrice(Price) - Method in interface com.bea.alcs.domain.catalog.Product
Convenience method for setting the master catalog price.
addMasterCatalogPrice(Price) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Convenience method for setting the price.
addMasterCatalogPrice(Price) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Convenience method for setting the master catalog price.
addNewProductAssociation(String[], PersistenceSession, String) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductAssociationImpl
Adds a new product association.
addNewRecommendations(Product, Set<ProductAssociation>, ProductRecommendationServiceImpl.RecommendationSet) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Adds product recommendations if they do not currently exist.
addOptionValue(SkuOptionValue) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Add an option value to the set of available values.
addOptionValue(SkuOptionValue) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Add an option value to the set of available values.
addOptionValue(SkuOptionValue, SkuOption) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Add the sku option value.
addOptionValue(SkuOptionValue, SkuOption) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Add the sku option value.
addOrderEvent(OrderEvent) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Add a order event.
addOrderEvent(OrderEvent) - Method in interface com.bea.alcs.domain.order.Order
Add a order event.
addOrderPayment(OrderPayment) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Add a payment to the order.
addOrderPayment(OrderPayment) - Method in interface com.bea.alcs.domain.order.Order
Add a payment to the order.
addOrderReturn(Order, OrderReturn) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Add the given OrderReturn to the order with given uid.
addOrderReturn(Order, OrderReturn) - Method in interface com.bea.alcs.service.order.OrderService
Add the given OrderReturn to the order with given uid.
addOrderReturnSku(OrderReturnSku) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Add order return sku to the return.
addOrderReturnSku(OrderReturnSku) - Method in interface com.bea.alcs.domain.order.OrderReturn
Add order return sku to the return.
addOrUpdateCustomerBillingAddress(Customer, CustomerAddress) - Method in interface com.bea.alcs.service.customer.CustomerService
Adds or updates the customer's billing address.
addOrUpdateCustomerBillingAddress(Customer, CustomerAddress) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Adds or updates the customer's billing address.
addOrUpdateCustomerShippingAddress(Customer, CustomerAddress) - Method in interface com.bea.alcs.service.customer.CustomerService
Adds or updates the customer's shipping address.
addOrUpdateCustomerShippingAddress(Customer, CustomerAddress) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Adds or updates the customer's shipping address.
addOrUpdateLocaleDependantFields(LocaleDependantFields) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Sets the LocaleDependantFields.
addOrUpdateLocaleDependantFields(LocaleDependantFields) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Sets the LocaleDependantFields.
addOrUpdateLocaleDependantFields(LocaleDependantFields) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the LocaleDependantFields.
addOrUpdateLocaleDependantFields(LocaleDependantFields) - Method in interface com.bea.alcs.domain.catalog.ObjectWithLocaleDependantFields
Adds or updates the given LocaleDependantFields.
addOrUpdateLocaleDependantFields(LocaleDependantFields) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Adds or updates the given LocaleDependantFields.
addOrUpdatePriceTier(PriceTier) - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
Add the price Tiers.
addOrUpdatePriceTier(PriceTier) - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
Add the price Tiers.
addOrUpdatePriceTier(PriceTier) - Method in interface com.bea.alcs.domain.catalog.Price
add the price Tiers.
addOrUpdateSku(ProductSku) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Adds or updates the given sku to the product.
addOrUpdateSku(ProductSku) - Method in interface com.bea.alcs.domain.catalog.Product
Adds or updates the given SKU to the product.
addOrUpdateSku(ProductSku) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Adds or updates the given SKU to the product.
addOrUpdateSkuOption(SkuOption) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Update a sku option to the parent product type.
addOrUpdateSkuOption(SkuOption) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Adds or updates a sku option.
addOrUpdateSkuOption(SkuOption) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Adds or updates a sku option.
addOrUpdateSkuOption(SkuOption) - Method in interface com.bea.alcs.domain.catalog.ProductType
Adds or updates sku option.
addParameter(RuleParameter) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Add a parameter to this rule element.
addParameter(RuleParameter) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Add a parameter of this rule condition.
addParameter(RuleParameter) - Method in interface com.bea.alcs.domain.rules.RuleElement
Add a parameter of this rule action.
addParameter(RuleParameter) - Method in interface com.bea.alcs.domain.rules.RuleException
Add a parameter of this rule exception.
addProcessedPayment(OrderPayment) - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Sets the result payments.
addProcessedPayment(OrderPayment) - Method in interface com.bea.alcs.service.payment.PaymentResult
Adds the order payment and adjusts the overall result.
addProcessedPayments(Collection<OrderPayment>) - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Sets the result payments.
addProcessedPayments(Collection<OrderPayment>) - Method in interface com.bea.alcs.service.payment.PaymentResult
Adds the order payments and adjusts the overall result.
addProduct(Product) - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryImpl
Adds a product to the viewHistory.
addProduct(Product) - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistory
Adds a product to the viewHistory.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableEntityImpl
Add a listener to this bean.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableEntityImpl
Add a listener to this bean for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableValueObjectImpl
Add a listener to this bean.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableValueObjectImpl
Add a listener to this bean for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.bea.alcs.domain.ListenableObject
Add a listener to this bean.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.bea.alcs.domain.ListenableObject
Add a listener to this bean for a specific property.
addPurchaseSetToProductRecommendationMap(Map<Long, ProductRecommendationServiceImpl.RecommendationSet>, Set<Long>) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Adds a set of customer purchases to the given map of products to product recommendations.
addRecommendation(Long) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl.RecommendationSet
Add a product recommendation to the set.
addRequest(CatalogViewRequest) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResultHistory
Add the given catalog view request and returns a catalog view result.
addRequest(CatalogViewRequest) - Method in class com.bea.alcs.domain.catalogview.impl.CatalogViewResultHistoryImpl
Add the given catalog view request and returns a catalog view result.
Address - Interface in com.bea.alcs.domain.customer
Address represents a North American address.
addReturn(OrderReturn) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Add a return to the order.
addReturn(OrderReturn) - Method in interface com.bea.alcs.domain.order.Order
Add a return to the order.
addRule(Rule) - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Adds a rule to the rule set.
addRule(Rule) - Method in interface com.bea.alcs.domain.rules.RuleSet
Adds a rule to the rule set.
addRuleElement(RuleElement) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Adds a rule element to the set of rule elements.
addRuleElement(RuleElement) - Method in interface com.bea.alcs.domain.rules.Rule
Adds a rule element to the set of rule elements.
addSearchConfig(String, SearchConfig) - Method in interface com.bea.alcs.domain.ElasticPath
Adds a search configuration for the given access key.
addSearchConfig(String, SearchConfig) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Adds a search configuration for the given access key.
addShipment(OrderShipment) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Add an order shipment.
addShipment(OrderShipment) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Add an order shipment to the pick list.
addShipment(OrderShipment) - Method in interface com.bea.alcs.domain.order.Order
Add an order shipment.
addShipmentOrderSku(OrderSku) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Add an OrderSku to this shipment.
addShipmentOrderSku(OrderSku) - Method in interface com.bea.alcs.domain.order.OrderShipment
Add an OrderSku to this shipment.
addShippingTax(Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Adds the given amount of tax to the ShippingTax.
addShippingTax(Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Adds the given amount of tax to the ShippingTax.
addSplitFieldToQuery(String, String, Locale, SearchConfig, BooleanQuery, BooleanClause.Occur, boolean) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Attempts to add a term query to the given boolean query with the given field and value.
addSplitFuzzyFieldToQuery(String, String, Locale, SearchConfig, BooleanQuery, BooleanClause.Occur, boolean) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Attempts to add a fuzzy query to the given boolean query with the given field and value.
addStore(Store) - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
addStore(Store) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Adds an accessible store to this user.
addSupportedCurrency(Currency) - Method in interface com.bea.alcs.domain.catalog.Catalog
Adds a supported currency to this catalog.
addSupportedCurrency(Currency) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Adds the given Currency to the collection of supported Currencies.
addSupportedLocale(Locale) - Method in interface com.bea.alcs.domain.catalog.Catalog
Adds a supported locale to this catalog.
addSupportedLocale(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Adds the given Locale to the collection of supported Locales.
addSynonyms(String...) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Adds the given list of synonyms to the synonym group.
addSynonyms(List<Synonym>) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Adds the given list of synonyms to the synonym group.
addSynonyms(String...) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Adds the given list of synonyms to the synonym group.
addSynonyms(List<Synonym>) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Adds the given list of synonyms to the synonym group.
addTaxCategory(TaxCategory) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Add the TaxCategory to the map.
addTaxCategory(TaxCategory) - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Add the TaxCategory to the map.
addTaxRegion(TaxRegion) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Add the TaxRegion to the list.
addTaxRegion(TaxRegion) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Add the TaxRegion to the list.
addTaxValue(TaxCategory, Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Adds the given amount of tax to the specified TaxCategory.
addTaxValue(TaxCategory, Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Adds the given amount of tax to the specified TaxCategory.
addToTaxInItemPrice(Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Adds to the total amount of tax included in the item prices.
addToTaxInItemPrice(Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Adds to the total amount of tax included in the item prices.
addUpdateDocument(SolrServer, SolrInputDocument) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Adds the given document to index.
addUpdateDocument(SolrServer, Collection<SolrInputDocument>) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Adds the given collection of documents to the index.
addUpdateDocument(SolrServer, SolrInputDocument) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Adds the given document to index.
addUpdateDocument(SolrServer, Collection<SolrInputDocument>) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Adds the given collection of documents to the index.
addUpperBound() - Method in enum com.bea.alcs.domain.catalogview.RangeFilterType
Returns the new type of filter if the upper bound was added.
addUserPermission(UserPermission) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Adds a UserPermission to this UserRole.
addUserPermission(UserPermission) - Method in interface com.bea.alcs.domain.cmuser.UserRole
Adds a UserPermission to this UserRole.
addUserRole(UserRole) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Adds an UserRole to the list of userRoles.
addUserRole(UserRole) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Adds an UserRole to the list of userRoles.
addViaQuery(UpdateType, SearchCriteria, boolean) - Method in class com.bea.alcs.service.search.impl.IndexNotificationServiceImpl
Convenience method to send a notification about the given updateType of the UIDs affected by the given searchCriteria.
addViaQuery(UpdateType, SearchCriteria, boolean) - Method in interface com.bea.alcs.service.search.IndexNotificationService
Convenience method to send a notification about the given updateType of the UIDs affected by the given searchCriteria.
addWarehouse(Warehouse) - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
addWarehouse(Warehouse) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Adds an accessible warehouse to this user.
addWholeFieldToQuery(String, String, Locale, SearchConfig, BooleanQuery, BooleanClause.Occur, boolean) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Attempts to add a term query to the given boolean query with the given field and value.
addWholeFieldToQuery(String, Collection<?>, Locale, SearchConfig, BooleanQuery, BooleanClause.Occur, boolean) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Attempts to add a collection of term queries to the given boolean query with the given field and collection of values.
addWholeFuzzyFieldToQuery(String, String, Locale, SearchConfig, BooleanQuery, BooleanClause.Occur, boolean) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Attempts to add a fuzzy query to the given boolean query with the given field and value.
addWishListItem(ProductSku) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Convenience method for adding an item to the wishlist.
addWishListItem(ProductSku) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Convenience method for adding an item to the wishlist.
adjustExchangeOrderAuthAmount(OrderShipment, BigDecimal) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Adjusts authorization amount for exchange order only.
adjustExchangeOrderCaptureAmount(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Adjusts capture amount for exchange order only.
ADJUSTMENT_QUANTITY_ON_HAND_REASON - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.store.AdjustmentQuantityOnHandReason.
AdjustmentQuantityOnHandReason - Interface in com.bea.alcs.domain.store
Represents adjustment quantity on hand reasons.
AdjustmentQuantityOnHandReasonImpl - Class in com.bea.alcs.domain.store.impl
Represents adjustment quantity on hand reasons.
AdjustmentQuantityOnHandReasonImpl() - Constructor for class com.bea.alcs.domain.store.impl.AdjustmentQuantityOnHandReasonImpl
 
adjustShipmentPayment(OrderShipment, OrderPayment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Adjusts a payment shipment by reversing all the auth transactions which can be gift certificates and/or conventional payment (returned by getAllActiveAutorizationPayments(...) method ) and creating new auths.
adjustShipmentPayment(OrderShipment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Handles shipment amount changes.
adjustShipmentPayment(OrderShipment, OrderPayment) - Method in interface com.bea.alcs.service.payment.PaymentService
Adjusts a payment shipment by reversing all the auth transactions which can be gift certificates and/or conventional payment (returned by getAllActiveAutorizationPayments(...) method ) and creating new auths.
adjustShipmentPayment(OrderShipment) - Method in interface com.bea.alcs.service.payment.PaymentService
Handles shipment amount changes.
AdvancedOrderSearchCriteria - Interface in com.bea.alcs.domain.order
Represents criteria for advancec order search.
AdvancedOrderSearchCriteriaImpl - Class in com.bea.alcs.domain.order.impl
The default implementation of OrderSearchCriteria.
AdvancedOrderSearchCriteriaImpl() - Constructor for class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
 
ALL - Static variable in interface com.bea.alcs.domain.catalogview.RangeFilter
The range contains all the values.
ALL - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Everything is eagerly loaded.
ALL_ASSOCIATION_TYPE_NAMES - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
All possible association type string names.
ALL_ASSOCIATION_TYPES - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
All possible association types.
ALL_GOOD - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
No errors.
ALL_GOOD - Static variable in interface com.bea.alcs.domain.payment.PayPalExpressSession
No errors.
ALL_PAGE_TOKEN - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the all-page token used in url text.
allocateInventory(Inventory, int, AvailabilityCriteria) - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Decrement the inventory by the given quantity.
ALLOCATION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.InventoryAllocation.
ALLOCATION_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.catalog.AllocationResult.
ALLOCATION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.AllocationService.
AllocationEventType - Enum in com.bea.alcs.domain.order
Allocation event type enumeration.
AllocationResult - Interface in com.bea.alcs.domain.order
The result used to hold the information on the processing of the allocation.
AllocationResultImpl - Class in com.bea.alcs.domain.order.impl
Allocation result object used to hold all the result info after the allocation process has completed.
AllocationResultImpl() - Constructor for class com.bea.alcs.domain.order.impl.AllocationResultImpl
 
AllocationService - Interface in com.bea.alcs.service.order
 
AllocationServiceImpl - Class in com.bea.alcs.service.order.impl
Allocates and deallocates product quantities dependent on the event type occurring in the system.
AllocationServiceImpl() - Constructor for class com.bea.alcs.service.order.impl.AllocationServiceImpl
 
AllocationStatus - Enum in com.bea.alcs.domain.order
Allocation status.
allowCheckout() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns true if the shopping cart is in a state that the customer can proceed with a checkout.
allowCheckout() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns true if the shopping cart is in a state that the customer can proceed with a checkout.
AMOUNT_LIMIT_EXCEEDED_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Amount limit exceed error.
AMOUNT_LIMIT_EXCEEDED_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayPalExpressSession
Amount limit exceed error.
AmountLimitExceededException - Exception in com.bea.alcs.domain.payment
Exception to throw if the amount specified exceeds allowable limit.
AmountLimitExceededException(String) - Constructor for exception com.bea.alcs.domain.payment.AmountLimitExceededException
Constructor.
analyze(Date) - Method in interface com.bea.alcs.service.search.index.Analyzer
Analyzes the given date.
analyze(int) - Method in interface com.bea.alcs.service.search.index.Analyzer
Analyzes the given int.
analyze(long) - Method in interface com.bea.alcs.service.search.index.Analyzer
Analyzes the given long.
analyze(String) - Method in interface com.bea.alcs.service.search.index.Analyzer
Analyzes the given string.
analyze(Date) - Method in class com.bea.alcs.service.search.solr.AnalyzerImpl
Analyzes the given date.
analyze(int) - Method in class com.bea.alcs.service.search.solr.AnalyzerImpl
Analyzes the given int.
analyze(long) - Method in class com.bea.alcs.service.search.solr.AnalyzerImpl
Analyzes the given long.
analyze(String) - Method in class com.bea.alcs.service.search.solr.AnalyzerImpl
Analyzes the given string.
analyze(String) - Method in class com.bea.alcs.service.search.solr.QueryAnalyzerImpl
Analyzes the given string.
Analyzer - Interface in com.bea.alcs.service.search.index
Provides a bunch of analyzing methods.
AnalyzerImpl - Class in com.bea.alcs.service.search.solr
Provides a bunch of analyzing methods.
AnalyzerImpl() - Constructor for class com.bea.alcs.service.search.solr.AnalyzerImpl
 
AND - Static variable in interface com.bea.alcs.domain.catalogview.RangeFilter
The range has both upper and lower value set.
AND_OPERATOR - Static variable in interface com.bea.alcs.domain.rules.Rule
"AND" operator.
ANONYMOUS_SIGN_IN_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.AnonymousSignInFormBean.
AnotherImportJobRunningException - Exception in com.bea.alcs.service.dataimport
The exception is thrown when an operator trying to run an import job, but another import job is running already.
AnotherImportJobRunningException(String) - Constructor for exception com.bea.alcs.service.dataimport.AnotherImportJobRunningException
Creates a new object using the given message.
AnotherImportJobRunningException(String, Throwable) - Constructor for exception com.bea.alcs.service.dataimport.AnotherImportJobRunningException
Creates a new object using the given message and cause exception.
AnySkuInCartConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that requires ANY SKU to be in the shopping cart.
AnySkuInCartConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
 
APPLIED_RULE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.AppliedRule.
AppliedRule - Interface in com.bea.alcs.domain.rules
Represents a rule that has been applied to an order.
AppliedRuleImpl - Class in com.bea.alcs.domain.rules.impl
Represents a rule that has been applied to an order.
AppliedRuleImpl() - Constructor for class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
 
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Check if this RuleException is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.BrandConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CategoryExceptionImpl
Check if this RuleException is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ProductConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ProductExceptionImpl
Check if this RuleException is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.SkuExceptionImpl
Check if this RuleException is valid in the specified scenario.
appliesInScenario(int) - Method in class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in interface com.bea.alcs.domain.rules.RuleElement
Check if this rule element is valid in the specified scenario.
appliesInScenario(int) - Method in interface com.bea.alcs.domain.rules.RuleException
Check if this rule element is valid in the specified scenario.
applyCartAnySkuDiscountAmount(ShoppingCart, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a discount amount to a product with any SKU in the cart.
applyCartAnySkuDiscountAmount(ShoppingCart, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a discount amount to a product with any SKU in the cart.
applyCartAnySkuDiscountPercent(ShoppingCart, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a discount amount to a product in the cart.
applyCartAnySkuDiscountPercent(ShoppingCart, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a discount amount to a product in the cart.
applyCartSkuDiscountAmount(ShoppingCart, long, String, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a discount amount to a product in the cart.
applyCartSkuDiscountAmount(ShoppingCart, long, String, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a discount amount to a product in the cart.
applyCartSkuDiscountPercent(ShoppingCart, long, String, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a discount amount to a product in the cart.
applyCartSkuDiscountPercent(ShoppingCart, long, String, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a discount amount to a product in the cart.
applyCatalogCurrencyDiscountAmount(ShoppingCart, long, Product, String, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the price of a catalog item by the specified amount.
applyCatalogCurrencyDiscountAmount(ShoppingCart, long, Product, String, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the price of a catalog item by the specified amount.
applyCatalogCurrencyDiscountPercent(ShoppingCart, long, Product, String, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the price of a catalog item by the specified percent.
applyCatalogCurrencyDiscountPercent(ShoppingCart, long, Product, String, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the price of a catalog item by the specified percent.
applyCatalogProductDiscountAmount(ShoppingCart, long, Product, Currency, String, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the price of a product by the specified amount.
applyCatalogProductDiscountAmount(ShoppingCart, long, Product, Currency, String, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the price of a product by the specified amount.
applyCatalogPromotions(Store, Set<ProductAssociation>) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Applies the existing catalog promotions to associated to the store product items.
applyCatalogSkuDiscountAmount(ShoppingCart, long, Product, String, Currency, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the price of a sku by the specified amount.
applyCatalogSkuDiscountAmount(ShoppingCart, long, Product, String, Currency, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the price of a sku by the specified amount.
applyCatalogSkuDiscountPercent(ShoppingCart, long, Product, String, Currency, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the price of a sku by the specified amount.
applyCatalogSkuDiscountPercent(ShoppingCart, long, Product, String, Currency, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the price of a sku by the specified amount.
applyDiscount(BigDecimal) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Adds a discount amount to this cart item.
applyDiscount(BigDecimal) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Adds a discount amount to this cart item.
applyGiftCertificate(GiftCertificate) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Add the gift certificate to the set which will be redeemed.
applyGiftCertificate(GiftCertificate) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Adds the given gift certificate to the set which will be redeemed / applied to this shopping cart.
applyNFreeSkus(ShoppingCart, long, String, int) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Add N items of a product to the cart at a zero price.
applyNFreeSkus(ShoppingCart, long, String, int) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Add N items of a product to the cart at a zero price.
applyNthProductDiscountPercent(ShoppingCart, long, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a percentage discount to the Nth item of a given product in the cart.
applyNthProductDiscountPercent(ShoppingCart, long, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a percentage discount to the Nth item of a given product in the cart.
applyOrderCategoryDiscountAmount(ShoppingCart, long, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a discount amount to all items in a particular category in the cart.
applyOrderCategoryDiscountAmount(ShoppingCart, long, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a discount amount to all items in a particular category in the cart.
applyOrderCategoryDiscountPercent(ShoppingCart, long, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a percentage discount to all items in a particular category in the cart.
applyOrderCategoryDiscountPercent(ShoppingCart, long, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a percentage discount to all items in a particular category in the cart.
applyOrderDiscountAmount(ShoppingCart, long, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the subtotal of the shopping cart by the specified amount.
applyOrderDiscountAmount(ShoppingCart, long, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the subtotal of the shopping cart by the specified amount.
applyOrderDiscountPercent(ShoppingCart, long, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the subtotal of the shopping cart by the specified percent.
applyOrderDiscountPercent(ShoppingCart, long, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the subtotal of the shopping cart by the specified percent.
applyProductDiscountAmount(ShoppingCart, long, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a discount amount to a product in the cart.
applyProductDiscountAmount(ShoppingCart, long, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a discount amount to a product in the cart.
applyProductDiscountPercent(ShoppingCart, long, Product, Currency, String, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the price of a product by the specified percent.
applyProductDiscountPercent(ShoppingCart, long, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Apply a percentage discount to a product in the cart.
applyProductDiscountPercent(ShoppingCart, long, Product, Currency, String, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the price of a product by the specified amount.
applyProductDiscountPercent(ShoppingCart, long, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Apply a percentage discount to a product in the cart.
applyPromotionCode(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Add a new promotion code to the list of promotion codes added to the shopping cart.
applyPromotionCode(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Add a new promotion code to the list of promotion codes added to the shopping cart.
applyShippingDiscountAmount(ShoppingCart, long, String, long) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the shipping cost of the shopping cart by the specified amount.
applyShippingDiscountAmount(ShoppingCart, long, String, long) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the shipping cost of the shopping cart by the specified amount.
applyShippingDiscountPercent(ShoppingCart, long, String, long) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Reduces the shipping cost of the shopping cart by the specified percent.
applyShippingDiscountPercent(ShoppingCart, long, String, long) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Reduces the shipping cost of the shopping cart by the specified percent.
array2string(Object[], String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert an array of objects to a string.
array2string(Object[], String) - Method in interface com.bea.alcs.commons.util.Utility
Convert an array of objects to a string.
asList() - Method in interface com.bea.alcs.domain.catalogview.Breadcrumbs
Return all the breadcrumb objects in the order they should be displayed.
asList() - Method in class com.bea.alcs.domain.catalogview.impl.BreadcrumbsImpl
Return all the breadcrumb objects in the order they should be displayed.
AssetAwareVelocityEngineFactoryBean - Class in com.bea.alcs.service.misc
Used for setting default velocity resource loader path to use the assets directory.
AssetAwareVelocityEngineFactoryBean() - Constructor for class com.bea.alcs.service.misc.AssetAwareVelocityEngineFactoryBean
 
associatedProductAlreadyInCart(ProductAssociation) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Computes whether the given ProductAssociation has a targetProduct that is already in the shopping cart.
asString() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.FilterSeoUrl
Return a string representation of the url with the current set of filters that have been added.
ATT_KEY_CP_ANONYMOUS_CUST - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_BE_NOTIFIED - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_COMPANY - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_DOB - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_EMAIL - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_FAX - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_FIRST_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_GENDER - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_HTML_EMAIL - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_LAST_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_PHONE - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_PREF_CURR - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATT_KEY_CP_PREF_LOCALE - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
System attribute key.
ATTRIBUTE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.Attribute.
Attribute - Interface in com.bea.alcs.domain.attribute
An Attribute represents a customized property of an object like Category or Product.
ATTRIBUTE_FILTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.AttributeFilter.
ATTRIBUTE_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in attribute filters in query strings.
ATTRIBUTE_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) ID prefix for attribute filters.
ATTRIBUTE_GROUP - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.AttributeGroup.
ATTRIBUTE_GROUP_ATTRIBUTE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.AttributeGroupAttribute.
ATTRIBUTE_PREFIX - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Prefix to all attributes.
ATTRIBUTE_RANGE_FILTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.AttributeRangeFilter.
ATTRIBUTE_RANGE_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in attribute range filters in query strings.
ATTRIBUTE_RANGE_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) ID prefix for attribute range filters.
ATTRIBUTE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.AttributeService.
ATTRIBUTE_USAGE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.attribute.AttributeUsage.
ATTRIBUTE_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.AttributeValue.
ATTRIBUTE_VALUE_GROUP - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.AttributeValueGroup.
ATTRIBUTE_VALUES - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for populating attribute values.
AttributeComparator - Class in com.bea.alcs.commons.util
The comparator which sorts the AttributeGroupAttribute object list by order value.
AttributeComparator() - Constructor for class com.bea.alcs.commons.util.AttributeComparator
 
AttributeFilter<T extends Filter<T>> - Interface in com.bea.alcs.domain.catalogview
The AttributeFilter represents the filter on a specified attribute.
AttributeGroup - Interface in com.bea.alcs.domain.attribute
Represents a group of Attributes.
AttributeGroupAttribute - Interface in com.bea.alcs.domain.attribute
Represents an association between an Attribute and an AttributeGroup.
AttributeGroupAttributeImpl - Class in com.bea.alcs.domain.attribute.impl
This is a default implementation of AttributeGroupAttribute.
AttributeGroupAttributeImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
 
AttributeGroupImpl - Class in com.bea.alcs.domain.attribute.impl
Represents a default implementation of AttributeGroup.
AttributeGroupImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
 
AttributeImpl - Class in com.bea.alcs.domain.attribute.impl
Attribute represents a customized property of an object like Category or Product.
AttributeImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.AttributeImpl
 
AttributeRangeFilter - Interface in com.bea.alcs.domain.catalogview
The AttributeRangeFilter represents the attribute filter with a range predefined.
AttributeRangeFilterImpl - Class in com.bea.alcs.domain.catalogview.impl
Default implementation of AttributeRangeFilter.
AttributeRangeFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
 
AttributeService - Interface in com.bea.alcs.service.attribute
Provide attribute related business service.
AttributeServiceImpl - Class in com.bea.alcs.service.attribute.impl
Default implementation for AttributeService.
AttributeServiceImpl() - Constructor for class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
 
AttributeType - Interface in com.bea.alcs.domain.attribute
Represents an attribute type.
AttributeUsage - Interface in com.bea.alcs.domain.attribute
Defines where the Attribute is used for.
AttributeUsageImpl - Class in com.bea.alcs.domain.attribute.impl
A default implementation of a specification of AttributeUsage.
AttributeUsageImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Empty default constructor.
AttributeValue - Interface in com.bea.alcs.domain.attribute
AttributeValue is a value object which contains an Attribute value of a domain model, such as Category or Product.
AttributeValueFilter - Interface in com.bea.alcs.domain.catalogview
The AttributeFilter represents the filter on a specified attribute.
AttributeValueFilterImpl - Class in com.bea.alcs.domain.catalogview.impl
The implementation of AttributeFilter.
AttributeValueFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
 
AttributeValueGroup - Interface in com.bea.alcs.domain.attribute
An AttributeValueGroup is a convenience container object for a collection of AttributeValues; it provides accessor methods for the AttributeValues contained within it.
AttributeValueGroupImpl - Class in com.bea.alcs.domain.attribute.impl
An AttributeValueGroup is a convenience container object for a collection of AttributeValues; it provides accessor methods for the AttributeValues contained within it.
AttributeValueGroupImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
 
AttributeValueWithType - Interface in com.bea.alcs.domain.attribute
AttributeValueWithType is an association domain model which contains an Attribute with a value.
AUTHORIZATION - Static variable in class com.bea.alcs.domain.payment.CheckoutTransactionBehaviour
The checkout transaction behaviour is to make an authorization followed by a capture at shipping time.
AUTHORIZATION_TRANSACTION - Static variable in interface com.bea.alcs.domain.order.OrderPayment
The orderPayment transaction type of fund authorization.
AuthorizeNetPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Implements a payment gateway for Authorize.Net.
AuthorizeNetPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
 
authorizeOrder(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Pre-authorize a payment on an existing order.
authorizeOrder(OrderPayment) - Method in interface com.bea.alcs.domain.payment.PayPalExpressPaymentGateway
Pre-authorize a payment on an existing order.
AvailabilityCriteria - Enum in com.bea.alcs.domain.catalog
Product availability type sets whether a product could be on sale depending on the available quantities in stock.
AvailabilityException - Exception in com.bea.alcs.domain.catalog
This exception is thrown when a an order cannot be fulfilled due to product availability.
AvailabilityException(String) - Constructor for exception com.bea.alcs.domain.catalog.AvailabilityException
Constructor.
awaitExchnageCompletionForOrder(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Places order which exchange requires physical return to AWAITING_EXCHANGE state.
awaitExchnageCompletionForOrder(Order) - Method in interface com.bea.alcs.service.order.OrderService
Places order which exchange requires physical return to AWAITING_EXCHANGE state.
awaitExchnageCompletionOrder() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the order status to AWAITING_EXCHANGE.
awaitExchnageCompletionOrder() - Method in interface com.bea.alcs.domain.order.Order
Sets the order status to AWAITING_EXCHANGE.

B

BeanFactory - Interface in com.bea.alcs.commons.beanframework
Implementations can provide class instances based on an abstract name, which allows BeanFactory clients to forego knowing the specific implementation of they are dealing with - dealing with then through an interface or similar.
BeanRegistrationException - Exception in com.bea.alcs.commons.beanframework
Thrown when there is a problem (de)registering a bean with a MutableBeanFactory.
BeanRegistrationException(String, String) - Constructor for exception com.bea.alcs.commons.beanframework.BeanRegistrationException
Create a new instance with the specific reason for the specified beanName.
beforeCapturePayment(OrderPayment, OrderShipment, Collection<OrderPayment>) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Using specified AUTHORIZATION_TRANSACTION payment creates CAPTURE_TRANSACTION OrderPayments to hand off to payment gateways.
beforeCapturePayment(OrderPayment, OrderShipment, Collection<OrderPayment>) - Method in interface com.bea.alcs.domain.payment.PaymentHandler
Using specified AUTHORIZATION_TRANSACTION payment creates CAPTURE_TRANSACTION OrderPayments to hand off to payment gateways.
beforeInitializePayments(OrderPayment, Order) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Initialize the order payments.
beforeInitializePayments(OrderPayment, Order) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Initialize the order payments.
beforeInitializePayments(OrderPayment, Order) - Method in interface com.bea.alcs.domain.payment.PaymentHandler
Takes in an OrderPayment detailing the customer's payment information, and an Order that the customer is going to pay for.
beforePreAuthorizePayment(OrderPayment, OrderShipment, Collection<OrderPayment>) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Takes in an OrderPayment detailing the customer's payment information, and an OrderShipment that the customer is going to pay for.
beforePreAuthorizePayment(OrderPayment, OrderShipment, Collection<OrderPayment>) - Method in interface com.bea.alcs.domain.payment.PaymentHandler
Takes in an OrderPayment detailing the customer's payment information, and an OrderShipment that the customer is going to pay for.
beforeReverseAuthorizePayment(OrderPayment, OrderShipment, Collection<OrderPayment>) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Using specified AUTHORIZATION_TRANSACTION payment creates REVERSE_AUTHORIZATION_TRANSACTION OrderPayments to hand off to payment gateways.
beforeReverseAuthorizePayment(OrderPayment, OrderShipment, Collection<OrderPayment>) - Method in interface com.bea.alcs.domain.payment.PaymentHandler
Using specified AUTHORIZATION_TRANSACTION payment creates REVERSE_AUTHORIZATION_TRANSACTION OrderPayments to hand off to payment gateways.
beginTransaction() - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Begins a transaction.
beginTransaction() - Method in interface com.bea.alcs.persistence.PersistenceSession
Begins a transaction.
belongsToCustomerGroup(long) - Method in interface com.bea.alcs.domain.customer.Customer
Return a boolean that indicates whether the customer belongs to customerGroup with the given customerGroupID.
belongsToCustomerGroup(String) - Method in interface com.bea.alcs.domain.customer.Customer
Return a boolean that indicates whether the customer belongs to customerGroup with the given name.
belongsToCustomerGroup(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Returns a boolean indicating whether the customer belongs to a customerGroup with the given customerGroupID.
belongsToCustomerGroup(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Return a boolean indicating whether the customer belongs to a customerGroup with the given name.
bigDecimal2String(BigDecimal) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a BigDecimal object to a String object.
bigDecimal2String(BigDecimal) - Method in interface com.bea.alcs.commons.util.Utility
Convert a BigDecimal object to a String object.
BILLING_AND_REVIEW_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.BillingAndReviewFormBean.
BOOLEAN - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The attribute type of boolean : true or false.
boolean2String(boolean) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a boolean value to a String object.
boolean2String(boolean) - Method in interface com.bea.alcs.commons.util.Utility
Convert a boolean value to a String object.
BOOLEAN_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Boolean parameter value must be "true" or "false".
BOOLEAN_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for boolean.
BOOST_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default boost value.
BranchNode<T extends java.lang.Comparable<T>> - Interface in com.bea.alcs.domain.catalogview
Represents a branch node on a tree.
BRAND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.brand.
Brand - Interface in com.bea.alcs.domain.catalog
Brand represents a product manufacturer/brand information.
BRAND_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Brand code.
BRAND_CODE_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Brand code.
BRAND_CODE_NON_LC - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
A non-lower cased brand code.
BRAND_FILTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.impl.BrandFilterImpl.
BRAND_FILTER_OTHERS - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The suffix used in brand filters in query strings to represent a brand filter for those products without brand.
BRAND_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in brand filters in query strings.
BRAND_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) ID prefix for brand filters.
BRAND_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.BrandService.
BrandConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that checks the brand of a product.
BrandConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.BrandConditionImpl
 
BrandFilter - Interface in com.bea.alcs.domain.catalogview
Represents a filter on product brand.
BrandFilterImpl - Class in com.bea.alcs.domain.catalogview.impl
This class is a filter implementation on the products' brands.
BrandFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
 
BrandImpl - Class in com.bea.alcs.domain.catalog.impl
The default implementation of Brand.
BrandImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.BrandImpl
Default constructor.
BrandService - Interface in com.bea.alcs.service.catalog
Provides brand-related business services.
BrandServiceImpl - Class in com.bea.alcs.service.catalog.impl
This is the default implementation of BrandService.
BrandServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.BrandServiceImpl
 
Breadcrumbs - Interface in com.bea.alcs.domain.catalogview
A list of navigational breadcrumbs to a specific catalog page, the result of viewing the catalog using a set of filters.
BreadcrumbsImpl - Class in com.bea.alcs.domain.catalogview.impl
A list of navigational breadcrumbs to a specific catalog page, the result of viewing the catalog using a set of filters.
BreadcrumbsImpl(Locale, SortBy, SortOrder, List<Filter<?>>, SeoUrlBuilder) - Constructor for class com.bea.alcs.domain.catalogview.impl.BreadcrumbsImpl
Creates an instance that will create breadcrumbs in the specified locale, with the urls using the specified sorter.
broadenLocale(Locale) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Attempts to broaden the given locale removing either the variant or the country in that order.
broadenLocale(Locale) - Method in interface com.bea.alcs.commons.util.Utility
Attempts to broaden the given locale removing either the variant or the country in that order.
browsing(BrowsingRequest, CatalogViewResultHistory, ShoppingCart, StoreProductLoadTuner, int) - Method in interface com.bea.alcs.service.catalogview.BrowsingService
Perform browsing based on the given browsing request and returns the browsing result.
browsing(BrowsingRequest, CatalogViewResultHistory, ShoppingCart, StoreProductLoadTuner, int) - Method in class com.bea.alcs.service.catalogview.impl.BrowsingServiceImpl
Perform browsing based on the given browsing request and returns the browsing result.
BROWSING_FILTER_OPTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.browsing.BrowsingFilterOption.
BROWSING_REQUEST - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.browsing.BrowsingRequest.
BROWSING_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.browsing.BrowsingResult.
BrowsingRequest - Interface in com.bea.alcs.domain.catalogview.browsing
Represents a catalog browsing request.
BrowsingRequestImpl - Class in com.bea.alcs.domain.catalogview.browsing.impl
Represents a default implementation of SearchRequest.
BrowsingRequestImpl() - Constructor for class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
 
BrowsingResult - Interface in com.bea.alcs.domain.catalogview.browsing
Represents a catalog browsing result.
BrowsingResultImpl - Class in com.bea.alcs.domain.catalogview.browsing.impl
Represents a default implementation of BrowsingResult.
BrowsingResultImpl() - Constructor for class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingResultImpl
 
BrowsingService - Interface in com.bea.alcs.service.catalogview
Provide catalog browsing service.
BrowsingServiceImpl - Class in com.bea.alcs.service.catalogview.impl
Represents a default implementation of BrowsingService.
BrowsingServiceImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.BrowsingServiceImpl
 
buildCountry(List<Region>) - Method in interface com.bea.alcs.domain.misc.Geography
Build the list of Country objects by the list of Region objects.
buildCountry(List<Region>) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Build the list of Country objects by the list of Region objects.
buildProperties() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Builds a properties object from the properties map.
buildProperties() - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Builds a properties object from the properties map.
buildRegion(List<Country>) - Method in interface com.bea.alcs.domain.misc.Geography
Build the list of Region objects by the list of Country objects.
buildRegion(List<Country>) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Build the list of Region objects by the list of Country objects.
buildShortTextMultiValues(List<String>) - Static method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Build up the multi values for short text.
bulkUpdate(String) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Update/delete all objects according to the given query.
bulkUpdate(String, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Update/delete all objects according to the given query.
bulkUpdate(String, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Update/delete all objects according to the given query.
bulkUpdate(String) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Update/delete all objects according to the given query.

C

CachingControlFilter - Class in com.bea.alcs.commons.filter.impl
Create caching control headers based on the definition.
CachingControlFilter() - Constructor for class com.bea.alcs.commons.filter.impl.CachingControlFilter
 
CachingControlFilter.CachingControlEntry - Class in com.bea.alcs.commons.filter.impl
Reprents a caching control entry.
CachingControlFilter.CachingControlEntry() - Constructor for class com.bea.alcs.commons.filter.impl.CachingControlFilter.CachingControlEntry
 
calcTransactionBalance(List<GiftCertificateTransaction>) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Calculate authorized and captured amount by transactions.
calcTransactionBalance(List<GiftCertificateTransaction>) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Calculate authorized and captured amount by transactions.
calculateFullAuthorizationAmount(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Return amount which should be authorized by the specified shipment for successful capture.
calculateLineItemTaxAndBeforeTaxPrices(String, Currency, TaxJurisdiction, TaxCalculationResult, LineItem, Money, boolean) - Method in class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
Calculates the line item taxes.
calculateRegularPriceShippingCost(ShoppingCart) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Returns the shipping cost before any discount has been applied.
calculateRegularPriceShippingCost(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Calculate and return the shipping cost before any discount has been applied.
calculateRegularPriceShippingCost(ShoppingCart) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Deprecated. Should call calculateRegularPriceShippingCost(lineItems, currency) instead.
calculateRegularPriceShippingCost(Collection<? extends LineItem>, Currency) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Calculate and return the shipping cost before any discount has been applied.
calculateSalesCount() - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Calculate the number of sales for a product and update its sales count based on the number of items ordered in the order.
calculateSalesCount() - Method in interface com.bea.alcs.service.catalog.TopSellerService
Calculate the number of sales for a product and update its sales count based on the number of items ordered in the order.
calculateShippingAndTax(MerchantCalculationCallback) - Method in interface com.bea.alcs.service.shoppingcart.GoogleCallbackService
Calculate shipping and tax based on the callback input from Google.
calculateShippingAndTax(MerchantCalculationCallback) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCallbackServiceImpl
Calculate shipping and tax based on the callback input from Google.
calculateShippingCost() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
 
calculateShippingCost(ShoppingCart) - Method in class com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Return the calculated, after-promotion shipping cost.
calculateShippingCost(ShoppingCart) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(Collection<? extends LineItem>, Currency) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Calculation the shipping cost for the given shoppingCart.
calculateShippingCost(ShoppingCart) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Return the calculated, after-promotion shipping cost.
calculateShoppingCartTaxAndBeforeTaxPrices() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Calculate the taxes and before-tax prices for the giveing shoppingCart, including cart item and shipping cost.
calculateShoppingCartTaxAndBeforeTaxPrices() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Calculate the taxes and before-tax prices for the giveing shoppingCart, including cart item and shipping cost.
calculateTaxAndBeforeTaxValue(ShoppingCart) - Method in interface com.bea.alcs.service.shoppingcart.CheckoutService
Complete the tax related calculation for the given shoppingCart.
calculateTaxAndBeforeTaxValue(ShoppingCart) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Complete the tax related calculation for the given shoppingCart.
calculateTaxes() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
calculateTaxes() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Calculate the taxes for the order.
calculateTaxes(Address, Currency, Money, Collection<? extends LineItem>, Money) - Method in class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
Calculates the applicable taxes on a list of items, depending on the address to which they are being billed or shipped.
calculateTaxes(Address, Currency, Money, Collection<? extends LineItem>, Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationService
Calculates the applicable taxes on a list of items, depending on the address to which they are being billed or shipped.
calculateTaxesAndAddToResult(TaxCalculationResult, Address, Currency, Money, Collection<? extends LineItem>, Money) - Method in class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
Calculates the applicable taxes on a list of items, depending on the address to which they are being billed or shipped.
calculateTaxesAndAddToResult(TaxCalculationResult, Address, Currency, Money, Collection<? extends LineItem>, Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationService
Calculates the applicable taxes on a list of items, depending on the address to which they are being billed or shipped.
calculateTotalWeight(Collection<? extends LineItem>) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Calculate the total weight of the items.
canAuthorizePartly(OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Determine if it possible to for the handler to authorize amount less than shipment's or order's total.
canAuthorizePartly(OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Determine if it possible to for the handler to authorize amount less than shipment's or order's total.
canAuthorizePartly(OrderShipment) - Method in interface com.bea.alcs.domain.payment.PaymentHandler
Determine if it possible to for the handler to authorize amount less than shipment's or order's total.
canCapture(OrderPayment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Determine if it possible to capture specified amount from the payment.
canCapture(OrderPayment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Determine if it possible to capture specified amount from the payment.
canCapture(OrderPayment, BigDecimal) - Method in interface com.bea.alcs.domain.payment.PaymentHandler
Determine if it possible to capture specified amount from the payment.
cancelOrder() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the order status to CANCELLED.
cancelOrder() - Method in interface com.bea.alcs.domain.order.Order
Sets the order status to CANCELLED.
cancelOrder(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Cancel an order.
cancelOrder(Order) - Method in interface com.bea.alcs.service.order.OrderService
Cancel an order.
cancelOrderPayments(Order) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Cancel all the authorization payments on an order.
cancelOrderPayments(Order) - Method in interface com.bea.alcs.service.payment.PaymentService
Cancel all the authorization payments on an order.
cancelOrderShipment(PhysicalOrderShipment) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Cancel an orderShipment.
cancelOrderShipment(PhysicalOrderShipment) - Method in interface com.bea.alcs.service.order.OrderService
Cancel an orderShipment.
cancelReturnExchange(OrderReturn) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Cancels the return.
cancelReturnExchange(OrderReturn) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Cancels the return.
cancelShipmentPayment(OrderShipment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Cancels an order shipment payment.
cancelShipmentPayment(OrderShipment) - Method in interface com.bea.alcs.service.payment.PaymentService
Cancels an order shipment payment.
canDelete(Product) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Checks whether the product can be deleted or not.
canDelete(ProductSku) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Checks whether the product SKU can be deleted or not.
canDelete(Product) - Method in interface com.bea.alcs.service.catalog.ProductService
Checks whether the product can be deleted or not.
canDelete(ProductSku) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Checks whether the product SKU can be deleted or not.
canDeleteSku(ProductSku) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Captures a payment on a previously authorized amount.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Captures a payment on a previously authorized amount.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Captures a payment on a previously authorized card.
capture(OrderPayment) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Captures a payment on a previously authorized amount.
capture(OrderPayment) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Captures a payment on a previously authorized amount.
CAPTURE_TRANSACTION - Static variable in interface com.bea.alcs.domain.order.OrderPayment
The orderPayment transaction type of fund capture.
CARD_DECLINED_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Card declined error.
CARD_ENCRYPTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.commons.util.security.CardEncrypter.
CARD_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Card error.
CARD_EXPIRED_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Card expired error.
CardDeclinedException - Exception in com.bea.alcs.domain.payment
This exception is thrown when a credit card being processed has is declined, typically because the card credit limit has been reached.
CardDeclinedException(String) - Constructor for exception com.bea.alcs.domain.payment.CardDeclinedException
Constructor.
CardEncrypter - Interface in com.bea.alcs.commons.util.security
Interface for encrypting and decrypting card numbers.
CardEncrypterImpl - Class in com.bea.alcs.commons.util.security.impl
General encryption/decryption class.
CardEncrypterImpl() - Constructor for class com.bea.alcs.commons.util.security.impl.CardEncrypterImpl
 
CardErrorException - Exception in com.bea.alcs.domain.payment
This exception is thrown when a an unspecified error occurs while processing the given card information.
CardErrorException(String) - Constructor for exception com.bea.alcs.domain.payment.CardErrorException
Constructor.
CardExpiredException - Exception in com.bea.alcs.domain.payment
This exception is thrown when a credit card being processed has expired.
CardExpiredException(String) - Constructor for exception com.bea.alcs.domain.payment.CardExpiredException
Constructor.
CART_ANY_SKU_AMOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartAnySkuAmountDiscountAction.
CART_ANY_SKU_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.AnySkuInCartCondition.
CART_ANY_SKU_PERCENT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartAnySkuPercentDiscountAction.
CART_CATEGORY_AMOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartCategoryAmountDiscountAction.
CART_CATEGORY_PERCENT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartCategoryPercentDiscountAction.
CART_CONTAINS_CATEGORY_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartContainsItemsOfCategoryCondition.
CART_CURRENCY_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartCurrencyCondition.
CART_N_FREE_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartNFreeSkusAction.
CART_NTH_PRODUCT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartNthProductPercentDiscountAction.
CART_PRODUCT_AMOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartProductPercentDiscountAction.
CART_PRODUCT_PERCENT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartProductPercentDiscountAction.
CART_SCENARIO - Static variable in interface com.bea.alcs.domain.rules.RuleScenarios
CART Scenario.
CART_SKU_AMOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartSkuAmountDiscountAction.
CART_SKU_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.SkuInCartCondition.
CART_SKU_PERCENT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartSkuPercentDiscountAction.
CART_SUBTOTAL_AMT_DISCOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartSubtotalAmountDiscountAction.
CART_SUBTOTAL_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartSubtotalCondition.
CART_SUBTOTAL_PERCENT_DISCOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CartSubtotalPercentDiscountAction.
CartAnySkuAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts [#] products with any SKU code by the given amount.
CartAnySkuAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
 
CartAnySkuPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts [#] products with any SKU code by the given amount.
CartAnySkuPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
 
CartCategoryAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts all products in a given category by a given amount.
CartCategoryAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
 
CartCategoryPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts all products in a given category by a given percentage.
CartCategoryPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
 
cartContainsAnySku(ShoppingCart, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the given ShoppingCart contains the specified quantity of products with ANY SKU.
cartContainsAnySku(ShoppingCart, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the given ShoppingCart contains the specified quantity of products with ANY SKU.
cartContainsItemsOfCategory(ShoppingCart, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the given ShoppingCart contains the specified numItems of products in the Category indicated by the given categoryUid.
cartContainsItemsOfCategory(ShoppingCart, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the given ShoppingCart contains the specified numItems of products in the Category indicated by the given categoryUid.
CartContainsItemsOfCategoryConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that requires a N items of a given category to be in the cart.
CartContainsItemsOfCategoryConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
 
cartContainsProduct(ShoppingCart, long, String, int, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the given ShoppingCart contains the specified quantity of the Product indicated by the given productUid.
cartContainsProduct(ShoppingCart, long, String, int, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the given ShoppingCart contains the specified quantity of the Product indicated by the given productUid.
cartContainsSku(ShoppingCart, String, String, int) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the given ShoppingCart contains the specified quantity of the Product indicated by the given skuCode.
cartContainsSku(ShoppingCart, String, String, int) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the given ShoppingCart contains the specified quantity of the Product indicated by the given skuCode.
CartCurrencyConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that requires a the currency set in the customer's cart to be a particular value.
CartCurrencyConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
 
cartCurrencyMatches(ShoppingCart, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the currency of a shopping cart matches the specified currency code.
cartCurrencyMatches(ShoppingCart, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the currency of a shopping cart matches the specified currency code.
cartHasPromoCode(ShoppingCart, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the user has added the specified promotion code to the shopping cart.
cartHasPromoCode(ShoppingCart, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the shopping cart has the specified promo code entered by the user.
CartItem - Interface in com.bea.alcs.domain.shoppingcart
A CartItem represents a quantity of SKUs in a shopping cart, saved cart, wish list, etc.
cartItemIsEligibleForPromotion(CartItem, Catalog, PromotionRuleExceptions) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks whether a CartItem is eligible for a promotion given exceptions to the promotion rule and the catalog in which the promotion is being applied.
CartNFreeSkusActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that gives N free skus of a given product SKU (Puts them in the cart with 0 price).
CartNFreeSkusActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
 
CartNthProductPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts the Nth product with a given UID by the given percentage.
CartNthProductPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
 
CartProductAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts N products with a given UID by the given amount.
CartProductAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
 
CartProductPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts N products with a given UID by the given percentage.
CartProductPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
 
CartSkuAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts N products with a given UID by the given amount.
CartSkuAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
 
CartSkuPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts N products with a given UID by the given amount.
CartSkuPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
 
CartSubtotalAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a product by a given amount.
CartSubtotalAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Constructor.
cartSubtotalAtLeast(ShoppingCart, String, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the shopping cart subtotal is at least equal to the specified amount.
cartSubtotalAtLeast(ShoppingCart, String, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the shopping cart subtotal is at least equal to the specified amount.
CartSubtotalConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that requires the cart subtotal to at least equal to a given amount.
CartSubtotalConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
 
CartSubtotalDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a product by a given amount.
CartSubtotalDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
 
CartSubtotalPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a product by a given percent.
CartSubtotalPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Constructor.
CATALOG - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.Catalog.
Catalog - Interface in com.bea.alcs.domain.catalog
A catalog is a collection of categories and products.
CATALOG - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for retrieving the catalog.
CATALOG_AJAX_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.ajaxbean.impl.CatalogAjaxServiceImpl.
CATALOG_BROWSE_SCENARIO - Static variable in interface com.bea.alcs.domain.rules.RuleScenarios
Catalog Scenario.
CATALOG_CURRENCY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.CatalogCurrecy.
CATALOG_CURRENCY_AMOUNT_DISCOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl.
CATALOG_CURRENCY_PERCENT_DISCOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl.
CATALOG_DEFAULTS - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Loads default attributes for catalog.
CATALOG_EDITOR - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for retrieving the catalog editor.
CATALOG_LOCALE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.CatalogLocale.
CATALOG_PRODUCT_PRICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.CatalogProductPriceImpl.
CATALOG_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.catalog.CatalogService.
CATALOG_SKU_PRICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.CatalogSkuPriceImpl.
CATALOG_UID - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Catalog UID.
CATALOG_VIEW_RESULT_HISTORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.SearchResultHistory.
catalogBrandIs(Product, boolean, String, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Returns true if the given product is/is not of the specified brand.
catalogBrandIs(Product, boolean, String, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Returns true if the given product is/is not of the specified brand.
CatalogCurrency - Interface in com.bea.alcs.domain.catalog
A currency to be used for a catalog.
CatalogCurrencyAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a catalog item by a given amount.
CatalogCurrencyAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
 
CatalogCurrencyImpl - Class in com.bea.alcs.domain.catalog.impl
Catalog currency class, required for JPA persistence.
CatalogCurrencyImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CatalogCurrencyImpl
 
CatalogCurrencyPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a catalog item by a given percent.
CatalogCurrencyPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
 
CatalogImpl - Class in com.bea.alcs.domain.catalog.impl
Implementation of Catalog.java that takes into account special persistence-layer restrictions.
CatalogImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CatalogImpl
 
CatalogImportField - Interface in com.bea.alcs.domain.dataimport
Represents an import field which is dependent on the catalog.
catalogInUse(long) - Method in interface com.bea.alcs.service.catalog.CatalogService
Checks if the Catalog indicated by the given catalog uid is in use.
catalogInUse(long) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Checks if the Catalog indicated by the given catalog uid is in use.
CatalogLocale - Interface in com.bea.alcs.domain.catalog
A Locale to be used for a Catalog.
CatalogLocaleImpl - Class in com.bea.alcs.domain.catalog.impl
Catalog locale class, required for JPA persistence.
CatalogLocaleImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CatalogLocaleImpl
 
CatalogObject - Interface in com.bea.alcs.domain.catalog
Interface for a domain object that is part of a Catalog.
CatalogPrice - Interface in com.bea.alcs.domain.catalog
Facilitates the link between Catalog and Price.
catalogProductInCategory(Product, boolean, long, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the given product is in the category with the specified categoryID.
catalogProductInCategory(Product, boolean, long, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the given product is in the category with the specified categoryID.
catalogProductIs(Product, boolean, long, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Returns true if the given product is/is not the product with the specified Id.
catalogProductIs(Product, boolean, long, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Returns true if the given product is/is not the product with the specified Id.
CatalogProductPriceImpl - Class in com.bea.alcs.domain.catalog.impl
Facilitates the link between Catalog and Product Price.
CatalogProductPriceImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
 
CatalogPromoQueryComposerHelper - Interface in com.bea.alcs.service.search
Helper class which constructs a search criteria for products that are affected by catalog promotions.
CatalogPromoQueryComposerHelperImpl - Class in com.bea.alcs.service.search.impl
Default implementation of CatalogPromoQueryComposerHelper.
CatalogPromoQueryComposerHelperImpl() - Constructor for class com.bea.alcs.service.search.impl.CatalogPromoQueryComposerHelperImpl
 
CatalogPromotionSolrHook - Class in com.bea.alcs.service.search.impl
The catalog promotion hook creates a index query which is passed off to the index notification service for the query runner.
CatalogPromotionSolrHook() - Constructor for class com.bea.alcs.service.search.impl.CatalogPromotionSolrHook
 
CatalogService - Interface in com.bea.alcs.service.catalog
Methods for servicing the Catalog domain object.
CatalogServiceImpl - Class in com.bea.alcs.service.catalog.impl
Implementation of CatalogService - methods for servicing the Catalog domain object.
CatalogServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
 
CatalogSkuAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a sku by a given amount.
CatalogSkuAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
 
CatalogSkuPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a sku by a given amount.
CatalogSkuPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
 
CatalogSkuPriceImpl - Class in com.bea.alcs.domain.catalog.impl
Facilitates the link between Catalog and SKU Price.
CatalogSkuPriceImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
 
CatalogViewConstants - Class in com.bea.alcs.commons.constants
Contains search related constants.
CatalogViewConstants() - Constructor for class com.bea.alcs.commons.constants.CatalogViewConstants
 
CatalogViewRequest - Interface in com.bea.alcs.domain.catalogview
Represents a search request.
CatalogViewRequest.Breadcrumb - Interface in com.bea.alcs.domain.catalogview
A single breadcrumb element.
CatalogViewRequestUnmatchException - Exception in com.bea.alcs.domain.catalogview
This exception will be thrown when a new catalog view request is not compatible with the previous ones.
CatalogViewRequestUnmatchException(String) - Constructor for exception com.bea.alcs.domain.catalogview.CatalogViewRequestUnmatchException
Creates a new object.
CatalogViewRequestUnmatchException(String, Throwable) - Constructor for exception com.bea.alcs.domain.catalogview.CatalogViewRequestUnmatchException
Creates a new object.
CatalogViewResult - Interface in com.bea.alcs.domain.catalogview
Represents a catalog view result.
CatalogViewResultHistory - Interface in com.bea.alcs.domain.catalogview
Represents a list of catalog view results that a user has performed.
CatalogViewResultHistoryImpl - Class in com.bea.alcs.domain.catalogview.impl
The default implementation of CatalogViewResultHistory.
CatalogViewResultHistoryImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.CatalogViewResultHistoryImpl
 
CATEGORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.impl.CategoryImpl.
CATEGORY - Static variable in interface com.bea.alcs.domain.attribute.AttributeUsage
Category attribute usage id.
Category - Interface in com.bea.alcs.domain.catalog
A Category represents a collection of related Products.
CATEGORY - Static variable in class com.bea.alcs.domain.search.IndexNotification.AffectedEntityType
Notification of all items within the category to be updated.
CATEGORY_AJAX_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.ajaxbean.impl.CategoryAjaxBean.
CATEGORY_ATTRIBUTE_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CategoryAttributeValue.
CATEGORY_ATTRIBUTES - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Category attributes.
CATEGORY_AVAILABILITY - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for populating category availability.
CATEGORY_BASIC - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for retrieving the the minimum amount of category information for simple category tasks.
CATEGORY_CHILD_LEVEL_1 - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for retrieving the level 1 child category.
CATEGORY_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Category code.
CATEGORY_DELETED - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CategoryDeleted.
CATEGORY_EXCEPTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CategoryException.
CATEGORY_FILTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.CategoryFilter.
CATEGORY_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in category filters in query strings.
CATEGORY_HASH_MINIMAL - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Loads the minimal amount of information required to have a category in any type of hash table.
CATEGORY_ID_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Category UID.
CATEGORY_IDS - Static variable in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Category UIDs.
CATEGORY_INDEX - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for the category index.
CATEGORY_INFO_AJAX_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.ajaxbean.impl.CategoryInfoAjaxBean.
CATEGORY_LINKED - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Category linked status.
CATEGORY_LOAD_TUNER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.CategoryLoadTuner.
CATEGORY_LOCALE_DEPENDANT_FIELDS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.impl.CategoryLocaleDependentFieldsImpl.
CATEGORY_NAME - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Category name.
CATEGORY_NAME_EXACT - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Exact category name.
CATEGORY_PREFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) Url's prefix for categories.
CATEGORY_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.CategorySearchCriteria.
CATEGORY_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.CategoryService.
CATEGORY_SOLR_CORE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
SOLR core name of the category index.
CATEGORY_TYPE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CategoryType.
CATEGORY_TYPE_ATTRIBUTE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for product type implementation of com.bea.alcs.domain.attribute.AttributeGroup.
CATEGORY_TYPE_LOAD_TUNER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.CategoryTypeLoadTuner.
CATEGORY_TYPE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.CategoryTypeService.
CATEGORY_UID - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Category UID.
CATEGORY_USAGE - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
The category usage.
CategoryAttributeValueImpl - Class in com.bea.alcs.domain.attribute.impl
Class required for JPA persistence mapping.
CategoryAttributeValueImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.CategoryAttributeValueImpl
 
CategoryDeleted - Interface in com.bea.alcs.domain.catalog
CategoryDeleted represents a deleted category.
CategoryDeletedImpl - Class in com.bea.alcs.domain.catalog.impl
The default implementation of Category.
CategoryDeletedImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Default constructor.
CategoryExceptionImpl - Class in com.bea.alcs.domain.rules.impl
Rule exception that excludes a category to be qualified for a rule condition or a rule action.
CategoryExceptionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CategoryExceptionImpl
 
CategoryFilter - Interface in com.bea.alcs.domain.catalogview
Represents a filter on product category.
CategoryFilterImpl - Class in com.bea.alcs.domain.catalogview.impl
Represents a filter on category.
CategoryFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
 
CategoryImpl - Class in com.bea.alcs.domain.catalog.impl
The default implementation of Category.
CategoryImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CategoryImpl
Default constructor.
CategoryLoadTuner - Interface in com.bea.alcs.domain.catalog
Represents a tuner to control category load.
CategoryLoadTunerImpl - Class in com.bea.alcs.domain.catalog.impl
Represents a tuner to control category load.
CategoryLoadTunerImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
 
CategoryLocaleDependantFieldsImpl - Class in com.bea.alcs.domain.catalog.impl
Class required for JPA persistence mapping.
CategoryLocaleDependantFieldsImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CategoryLocaleDependantFieldsImpl
 
CategoryQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query compose for category search.
CategoryQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.CategoryQueryComposerImpl
 
CategorySearchCriteria - Class in com.bea.alcs.service.search.query
A criteria for advanced category search.
CategorySearchCriteria() - Constructor for class com.bea.alcs.service.search.query.CategorySearchCriteria
 
categorySeoUrl(Category, Locale, int) - Method in class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
Returns the seo url for the specified category, e.g.
categorySeoUrl(Category, Locale, int) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Returns the seo url, E.g.
categorySeoUrl(Category, Locale, int) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Returns the seo url, E.g.
categorySeoUrl(Category, Locale, int) - Method in interface com.bea.alcs.domain.catalogview.SeoUrlBuilder
Returns the seo url for the specified category, e.g.
CategoryService - Interface in com.bea.alcs.service.catalog
Provide category-related business service.
CategoryServiceImpl - Class in com.bea.alcs.service.catalog.impl
The default implementation of CategoryService.
CategoryServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
 
CategoryType - Interface in com.bea.alcs.domain.catalog
Represents the type of a Category, which determines the set of attributes that it has.
CategoryTypeAttributeImpl - Class in com.bea.alcs.domain.attribute.impl
Class required for JPA persistence mapping.
CategoryTypeAttributeImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.CategoryTypeAttributeImpl
 
CategoryTypeImpl - Class in com.bea.alcs.domain.catalog.impl
Represents a default implmentation of CategoryType.
CategoryTypeImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
The default constructor.
CategoryTypeLoadTuner - Interface in com.bea.alcs.domain.catalog
Represents a tuner to control category type load.
CategoryTypeLoadTunerImpl - Class in com.bea.alcs.domain.catalog.impl
Represents a tuner to control category type load.
CategoryTypeLoadTunerImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.CategoryTypeLoadTunerImpl
 
CategoryTypeService - Interface in com.bea.alcs.service.catalog
Provide attribute related business service.
CategoryTypeServiceImpl - Class in com.bea.alcs.service.catalog.impl
Default implementation for AttributeService.
CategoryTypeServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
 
ChangeCollisionException - Exception in com.bea.alcs.persistence
The exception that generally wraps OptimisticLockException and thrown when concurrent modification noticed.
ChangeCollisionException(String) - Constructor for exception com.bea.alcs.persistence.ChangeCollisionException
Creates a new ChangeCollisionException object.
ChangeCollisionException(String, Throwable) - Constructor for exception com.bea.alcs.persistence.ChangeCollisionException
Creates a new ChangeCollisionException object.
changeInventory(Inventory, int, AvailabilityCriteria) - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Adds inventory quantity.
changePassword(String, String, String) - Method in class com.bea.alcs.service.auth.impl.EpUserIdentityService
Secure method for changing the password, checks authentication first.
changePassword(String, String, String) - Method in interface com.bea.alcs.service.auth.UserIdentityService
Secure method for changing the password, checks authentication first.
chargeFullAmount(String) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Sends a charge request to Google.
checkDateRange(String, String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks that the current date is between the specified dates.
checkDateRange(String, String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks that the current date is between the specified dates.
checkDefaultCardSet() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Checks that a credit card has been set as the default card.
checkEnabled(String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks whether the state of the rule is ACTIVE or DISABLED.
checkEnabled(String) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks whether the state of the rule is ACTIVE or DISABLED.
checkEnrollment(ShoppingCart, OrderPayment) - Method in interface com.bea.alcs.domain.payment.CreditCardPaymentGateway
Check the card account enrollment.
checkEnrollment(ShoppingCart, OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
Check the card account enrollment.
checkEnrollment(ShoppingCart, OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Check the card account enrollment.
checkEnrollment(ShoppingCart, OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Check the card account enrollment.
checkLicense(boolean) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpCurrencyConverter
Reads the license and check it against specified configuration.
checkLicense() - Method in class com.bea.alcs.web.ajax.dwrconverter.EpCurrencyConverter
Reads the license and check it against specified configuration.
checkLongTextMaxLength(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns true if the length of the given value <= long text max length.
checkLongTextMaxLength(String) - Method in interface com.bea.alcs.commons.util.Utility
Returns true if the length of the given value <= long text max length.
checkNullValue(String) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
Check the given string value is null or not.
checkout(ShoppingCart, OrderPayment) - Method in interface com.bea.alcs.service.shoppingcart.CheckoutService
Processes an order for the items in the specified shopping cart.
checkout(NewOrderNotification) - Method in interface com.bea.alcs.service.shoppingcart.GoogleCheckoutService
Processes an order for the items in the specified shopping cart.
checkout(ShoppingCart, OrderPayment) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Processes an order for the items in the specified shopping cart.
checkout(NewOrderNotification) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Processes an order for the items in the specified shopping cart.
CHECKOUT_ADDRESS_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.CheckoutAddressFormBean.
CHECKOUT_PAYMENT_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.ajax.bean.CheckoutPaymentBean.
CHECKOUT_RESULTS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.CheckoutResults.
CHECKOUT_RESULTS - Static variable in class com.bea.alcs.commons.constants.WebConstants
Constant for checkout results.
CHECKOUT_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implemenation of com.bea.alcs.service.shoppingcart.CheckoutService.
CheckoutEventHandler - Interface in com.bea.alcs.service.shoppingcart
This interface is implemented by services who wish to be notified of events occurring during the checkout process so that an additional action can be taken before or after the checkout.
checkoutExchangeOrder(OrderReturn, OrderPayment, boolean) - Method in interface com.bea.alcs.service.shoppingcart.CheckoutService
Processes an order for the items in the specified exchange shopping cart.
checkoutExchangeOrder(OrderReturn, OrderPayment, boolean) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Processes an order for the items in the specified exchange shopping cart.
CheckoutResults - Interface in com.bea.alcs.domain.misc
Holds parameters/errors that are returned by the checkout method of the checkout service.
CheckoutResultsImpl - Class in com.bea.alcs.domain.misc.impl
Default implementation of CheckoutResults.
CheckoutResultsImpl() - Constructor for class com.bea.alcs.domain.misc.impl.CheckoutResultsImpl
 
CheckoutService - Interface in com.bea.alcs.service.shoppingcart
Provides checkout-related services.
CheckoutServiceImpl - Class in com.bea.alcs.service.shoppingcart.impl
Provides a service to execute a shopping cart checkout.
CheckoutServiceImpl() - Constructor for class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
 
CheckoutTransactionBehaviour - Class in com.bea.alcs.domain.payment
Represents a checkout transaction behaviour, typically either an immediate sale or a pre-authorize followed be a capture.
checkShortTextMaxLength(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns true if the length of the given value <= short text max length.
checkShortTextMaxLength(String) - Method in interface com.bea.alcs.commons.util.Utility
Returns true if the length of the given value <= short text max length.
checkState(Object) - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
Check the object's state in JPA.
checkStringValue(Persistence, String, ImportGuidHelper) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
A dummy implementation of the method for most import fields.
checkStringValue(Persistence, String, ImportGuidHelper) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.ImportFieldProductDefaultCategory
Checks that the given GUID is not null and that a category with the given GUID exists.
checkStringValue(Persistence, String, ImportGuidHelper) - Method in interface com.bea.alcs.domain.dataimport.ImportField
Checks the given string value of the field.
clear() - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Clear the cache.
clear() - Method in interface com.bea.alcs.persistence.PersistenceEngine
Clear the cache.
clear() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Clears this PromotionSearchCriteria and resets all criteria to their default values.
clearAllAttributeRanges() - Method in interface com.bea.alcs.domain.ElasticPath
Clears all attribute range information, including bottom level attribute ranges.
clearAllAttributeRanges() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Clears all attribute range information, including bottom level attribute ranges.
clearAllAttributeSimpleValues() - Method in interface com.bea.alcs.domain.ElasticPath
Clears all attribute simple value information.
clearAllAttributeSimpleValues() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Clears all attribute simple value information.
clearAllImportFields() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Clear all added import fields.
clearAllPriceRanges() - Method in interface com.bea.alcs.domain.ElasticPath
Clears all price range information, including bottom level price ranges.
clearAllPriceRanges() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Clears all price range information, including bottom level price ranges.
clearAllResults() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Clears all results by setting each result to an empty list.
clearComputedPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Removes the computed price for all price tier.
clearComputedPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Clear the computed price of the price tier, will set the computed price to null.
clearComputedPrice() - Method in interface com.bea.alcs.domain.catalog.Price
Removes the computed price.
clearComputedPrice() - Method in interface com.bea.alcs.domain.catalog.PriceTier
Clear the computed price of the price tier, will set the computed price to null.
clearDiscount() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Removes previously applied CartItem discounts.
clearDiscount() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Removes previously applied CartItem discounts.
clearEstimates() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Removes shipping and tax estimates from the shopping cart.
clearEstimates() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Removes shipping and tax estimates from the shopping cart.
clearFetchGroups() - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Clears the set of fetch group names to use when loading data.
clearFetchPlan() - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Clear the fetch plan configuration.
clearFetchPlan() - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Clear the fetch plan configuration.
clearItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Empties the shopping cart (e.g.
clearItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Empties the shopping cart (e.g.
clearPromotionPrice() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Removes computed promotion prices.
clearPromotionPrice() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Removes computed promotion prices.
clearPromotionPrice() - Method in interface com.bea.alcs.domain.catalog.Product
Removes computed promotion prices.
clearPromotionPrice() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Removes computed promotion prices.
clearPromotionPrice() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Removes computed promotion prices.
clearPromotions() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Clears any discount that has been set for this shipping service level.
clearPromotions() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Clears any discount that has been set for this shipping service level.
clearSelectedShippingServiceLevel() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Resets the selected ShippingServiceLevel to null.
clearSelectedShippingServiceLevel() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Resets the selected ShippingServiceLevel to null.
clearSessionInformation() - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
Clear PayPal EC session information.
clearSessionInformation() - Method in interface com.bea.alcs.domain.payment.PayPalExpressSession
Clear PayPal EC session information.
clearValueObjects(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
A dummy implementation.
clearValueObjects(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Not supported.
clearValueObjects(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Clear the value objects of the given entity.
clearValueObjects(Entity) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Clear the value objects of the given entity.
clearValueObjectsFromEntity(Entity) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductPriceImpl
Overrides the superclass method because ImportDataTypeProductPriceImpl does not have access to the Catalog into which the ProductPrice is being imported.
clone() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
clone() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
clone() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Create a deep copy of this SkuOption.
clone() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Create a shallow of this SkuOption.
clone() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
clone() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
clone() - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
clone() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
clone() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
clone() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
clone(IndexSearchResult) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
close() - Method in interface com.bea.alcs.persistence.CsvFileReader
Close the csv file.
close() - Method in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
Close the csv file.
close() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Close the factory, releasing any resources that it holds.
close() - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Close the session.
close() - Method in class com.bea.alcs.persistence.impl.PrintWriterImpl
Close the file.
close() - Method in interface com.bea.alcs.persistence.PersistenceSession
Close the session.
close() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Close the factory, releasing any resources that it holds.
close() - Method in interface com.bea.alcs.persistence.PrintWriter
Close the file.
CM_USER_SESSION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CmUserSession.
CM_USER_SESSION - Static variable in class com.bea.alcs.commons.constants.WebConstants
CmUserSession object.
CMD - Static variable in interface com.bea.alcs.service.search.solr.SpellingConstants.SpellingParams
Commands to be sent.
CMUSER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CmUser.
CmUser - Interface in com.bea.alcs.domain.cmuser
CmUser represents a person with an account in the system for accessing the Commerce Manager or web services.
CMUSER - Static variable in interface com.bea.alcs.domain.cmuser.UserRole
Role for Commerce Manager Users.
CMUSER_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
CMUSER ID.
CMUSER_PASSWORD - Static variable in class com.bea.alcs.commons.constants.WebConstants
CMUSER PASSWORD.
CMUSER_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.CmUserService.
CmUserAuthenticationDaoImpl - Class in com.bea.alcs.persistence.impl
Default implementation of Acegi's UserDetailsService, to integrate with Acegi Security framework for authentication and authorization.
CmUserAuthenticationDaoImpl() - Constructor for class com.bea.alcs.persistence.impl.CmUserAuthenticationDaoImpl
 
CmUserEmailPropertyHelper - Interface in com.bea.alcs.domain.misc
Helper for constructing email properties.
CmUserEmailPropertyHelperImpl - Class in com.bea.alcs.domain.misc.impl
Helper for processing email properties for CmUser e-mails.
CmUserEmailPropertyHelperImpl() - Constructor for class com.bea.alcs.domain.misc.impl.CmUserEmailPropertyHelperImpl
 
CmUserImpl - Class in com.bea.alcs.domain.cmuser.impl
The default implementation of CmUser.
CmUserImpl() - Constructor for class com.bea.alcs.domain.cmuser.impl.CmUserImpl
The default constructor.
CmUserService - Interface in com.bea.alcs.service.cmuser
Provide cmuser-related business service.
CmUserServiceImpl - Class in com.bea.alcs.service.cmuser.impl
The default implementation of CmUserService.
CmUserServiceImpl() - Constructor for class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
 
CmUserSession - Interface in com.bea.alcs.domain.cmuser
CmUserSession represents a user session in commerce manager.
CmUserSessionImpl - Class in com.bea.alcs.domain.cmuser.impl
The default implementation of CmUserSession.
CmUserSessionImpl() - Constructor for class com.bea.alcs.domain.cmuser.impl.CmUserSessionImpl
 
CODE_FAILED - Static variable in interface com.bea.alcs.service.payment.PaymentResult
Operation code for failure to process payments.
CODE_OK - Static variable in interface com.bea.alcs.service.payment.PaymentResult
Operation OK code.
codeExists(String) - Method in interface com.bea.alcs.service.catalog.BrandService
Checks whether the given brand code exists or not.
codeExists(Brand) - Method in interface com.bea.alcs.service.catalog.BrandService
Check whether the given brand's code exists or not.
codeExists(String) - Method in interface com.bea.alcs.service.catalog.CatalogService
Checks whether or not the given catalog code already exists.
codeExists(String) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Checks whether the given brand code exists or not.
codeExists(Brand) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Check whether the given brand's code exists or not.
codeExists(String) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Checks whether or not the given catalog code already exists.
collapseAttributeRangeFilterOptions() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Collapses the list of attribute range filter options.
collapseAttributeRangeFilterOptions() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Collapses the list of attribute filter options.
collapseCategoryFilterOptions(boolean) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Collapses the list of category filter options such that options that are a subset of another filter option will be removed (counts added to the option that contains that set).
collapseCategoryFilterOptions(boolean) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Collapses the list of category filter options such that options that are a subset of another filter option will be removed (counts added to the option that contains that set).
collapsePriceFilterOptions() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Collapses the list of price filter options such that options that are a subset of another filter option will be removed (counts added to the option that contains that set).
collapsePriceFilterOptions() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Collapses the list of price filter options such that options that are a subset of another filter option will be removed (counts added to the option that contains that set).
Collections - Class in com.bea.alcs.commons.util
A supplement to java.util.Collections.
Collections() - Constructor for class com.bea.alcs.commons.util.Collections
 
com.bea.alcs.commons.beanframework - package com.bea.alcs.commons.beanframework
 
com.bea.alcs.commons.constants - package com.bea.alcs.commons.constants
 
com.bea.alcs.commons.exception - package com.bea.alcs.commons.exception
 
com.bea.alcs.commons.filter.impl - package com.bea.alcs.commons.filter.impl
 
com.bea.alcs.commons.util - package com.bea.alcs.commons.util
 
com.bea.alcs.commons.util.config - package com.bea.alcs.commons.util.config
 
com.bea.alcs.commons.util.config.impl - package com.bea.alcs.commons.util.config.impl
 
com.bea.alcs.commons.util.impl - package com.bea.alcs.commons.util.impl
 
com.bea.alcs.commons.util.security - package com.bea.alcs.commons.util.security
 
com.bea.alcs.commons.util.security.impl - package com.bea.alcs.commons.util.security.impl
 
com.bea.alcs.commons.validator.impl - package com.bea.alcs.commons.validator.impl
 
com.bea.alcs.domain - package com.bea.alcs.domain
 
com.bea.alcs.domain.attribute - package com.bea.alcs.domain.attribute
 
com.bea.alcs.domain.attribute.impl - package com.bea.alcs.domain.attribute.impl
 
com.bea.alcs.domain.catalog - package com.bea.alcs.domain.catalog
 
com.bea.alcs.domain.catalog.impl - package com.bea.alcs.domain.catalog.impl
 
com.bea.alcs.domain.catalogview - package com.bea.alcs.domain.catalogview
 
com.bea.alcs.domain.catalogview.browsing - package com.bea.alcs.domain.catalogview.browsing
 
com.bea.alcs.domain.catalogview.browsing.impl - package com.bea.alcs.domain.catalogview.browsing.impl
 
com.bea.alcs.domain.catalogview.impl - package com.bea.alcs.domain.catalogview.impl
 
com.bea.alcs.domain.catalogview.search - package com.bea.alcs.domain.catalogview.search
 
com.bea.alcs.domain.catalogview.search.impl - package com.bea.alcs.domain.catalogview.search.impl
 
com.bea.alcs.domain.catalogview.sitemap - package com.bea.alcs.domain.catalogview.sitemap
 
com.bea.alcs.domain.catalogview.sitemap.impl - package com.bea.alcs.domain.catalogview.sitemap.impl
 
com.bea.alcs.domain.cmuser - package com.bea.alcs.domain.cmuser
 
com.bea.alcs.domain.cmuser.impl - package com.bea.alcs.domain.cmuser.impl
 
com.bea.alcs.domain.customer - package com.bea.alcs.domain.customer
 
com.bea.alcs.domain.customer.impl - package com.bea.alcs.domain.customer.impl
 
com.bea.alcs.domain.dataimport - package com.bea.alcs.domain.dataimport
 
com.bea.alcs.domain.dataimport.impl - package com.bea.alcs.domain.dataimport.impl
 
com.bea.alcs.domain.event - package com.bea.alcs.domain.event
 
com.bea.alcs.domain.event.impl - package com.bea.alcs.domain.event.impl
 
com.bea.alcs.domain.impl - package com.bea.alcs.domain.impl
Provides the default Elastic Path implementation of the Domain Model.
com.bea.alcs.domain.misc - package com.bea.alcs.domain.misc
 
com.bea.alcs.domain.misc.impl - package com.bea.alcs.domain.misc.impl
 
com.bea.alcs.domain.order - package com.bea.alcs.domain.order
 
com.bea.alcs.domain.order.impl - package com.bea.alcs.domain.order.impl
 
com.bea.alcs.domain.payment - package com.bea.alcs.domain.payment
 
com.bea.alcs.domain.payment.impl - package com.bea.alcs.domain.payment.impl
 
com.bea.alcs.domain.rules - package com.bea.alcs.domain.rules
 
com.bea.alcs.domain.rules.impl - package com.bea.alcs.domain.rules.impl
 
com.bea.alcs.domain.search - package com.bea.alcs.domain.search
 
com.bea.alcs.domain.search.impl - package com.bea.alcs.domain.search.impl
 
com.bea.alcs.domain.shipping - package com.bea.alcs.domain.shipping
 
com.bea.alcs.domain.shipping.impl - package com.bea.alcs.domain.shipping.impl
 
com.bea.alcs.domain.shoppingcart - package com.bea.alcs.domain.shoppingcart
 
com.bea.alcs.domain.shoppingcart.impl - package com.bea.alcs.domain.shoppingcart.impl
 
com.bea.alcs.domain.skuconfiguration - package com.bea.alcs.domain.skuconfiguration
 
com.bea.alcs.domain.skuconfiguration.impl - package com.bea.alcs.domain.skuconfiguration.impl
 
com.bea.alcs.domain.store - package com.bea.alcs.domain.store
 
com.bea.alcs.domain.store.impl - package com.bea.alcs.domain.store.impl
 
com.bea.alcs.domain.tax - package com.bea.alcs.domain.tax
 
com.bea.alcs.domain.tax.impl - package com.bea.alcs.domain.tax.impl
 
com.bea.alcs.persistence - package com.bea.alcs.persistence
 
com.bea.alcs.persistence.impl - package com.bea.alcs.persistence.impl
 
com.bea.alcs.persistence.support - package com.bea.alcs.persistence.support
 
com.bea.alcs.persistence.support.impl - package com.bea.alcs.persistence.support.impl
 
com.bea.alcs.service - package com.bea.alcs.service
 
com.bea.alcs.service.asset - package com.bea.alcs.service.asset
 
com.bea.alcs.service.asset.impl - package com.bea.alcs.service.asset.impl
 
com.bea.alcs.service.attribute - package com.bea.alcs.service.attribute
 
com.bea.alcs.service.attribute.impl - package com.bea.alcs.service.attribute.impl
 
com.bea.alcs.service.auth - package com.bea.alcs.service.auth
 
com.bea.alcs.service.auth.impl - package com.bea.alcs.service.auth.impl
 
com.bea.alcs.service.catalog - package com.bea.alcs.service.catalog
 
com.bea.alcs.service.catalog.impl - package com.bea.alcs.service.catalog.impl
 
com.bea.alcs.service.catalogview - package com.bea.alcs.service.catalogview
 
com.bea.alcs.service.catalogview.impl - package com.bea.alcs.service.catalogview.impl
 
com.bea.alcs.service.cmuser - package com.bea.alcs.service.cmuser
 
com.bea.alcs.service.cmuser.impl - package com.bea.alcs.service.cmuser.impl
 
com.bea.alcs.service.customer - package com.bea.alcs.service.customer
 
com.bea.alcs.service.customer.impl - package com.bea.alcs.service.customer.impl
 
com.bea.alcs.service.dataimport - package com.bea.alcs.service.dataimport
 
com.bea.alcs.service.dataimport.impl - package com.bea.alcs.service.dataimport.impl
 
com.bea.alcs.service.impl - package com.bea.alcs.service.impl
 
com.bea.alcs.service.interceptor - package com.bea.alcs.service.interceptor
 
com.bea.alcs.service.misc - package com.bea.alcs.service.misc
 
com.bea.alcs.service.misc.impl - package com.bea.alcs.service.misc.impl
 
com.bea.alcs.service.order - package com.bea.alcs.service.order
 
com.bea.alcs.service.order.impl - package com.bea.alcs.service.order.impl
 
com.bea.alcs.service.payment - package com.bea.alcs.service.payment
 
com.bea.alcs.service.payment.impl - package com.bea.alcs.service.payment.impl
 
com.bea.alcs.service.remote - package com.bea.alcs.service.remote
 
com.bea.alcs.service.remote.impl - package com.bea.alcs.service.remote.impl
 
com.bea.alcs.service.reporting - package com.bea.alcs.service.reporting
 
com.bea.alcs.service.reporting.impl - package com.bea.alcs.service.reporting.impl
 
com.bea.alcs.service.rules - package com.bea.alcs.service.rules
 
com.bea.alcs.service.rules.impl - package com.bea.alcs.service.rules.impl
 
com.bea.alcs.service.search - package com.bea.alcs.service.search
 
com.bea.alcs.service.search.impl - package com.bea.alcs.service.search.impl
 
com.bea.alcs.service.search.index - package com.bea.alcs.service.search.index
 
com.bea.alcs.service.search.query - package com.bea.alcs.service.search.query
 
com.bea.alcs.service.search.solr - package com.bea.alcs.service.search.solr
 
com.bea.alcs.service.search.solr.query - package com.bea.alcs.service.search.solr.query
 
com.bea.alcs.service.shipping - package com.bea.alcs.service.shipping
 
com.bea.alcs.service.shipping.impl - package com.bea.alcs.service.shipping.impl
 
com.bea.alcs.service.shoppingcart - package com.bea.alcs.service.shoppingcart
 
com.bea.alcs.service.shoppingcart.impl - package com.bea.alcs.service.shoppingcart.impl
 
com.bea.alcs.service.store - package com.bea.alcs.service.store
 
com.bea.alcs.service.store.impl - package com.bea.alcs.service.store.impl
 
com.bea.alcs.service.tax - package com.bea.alcs.service.tax
 
com.bea.alcs.service.tax.impl - package com.bea.alcs.service.tax.impl
 
com.bea.alcs.web.ajax.dwrconverter - package com.bea.alcs.web.ajax.dwrconverter
 
com.bea.alcs.web.context.impl - package com.bea.alcs.web.context.impl
 
COMMA - Static variable in class com.bea.alcs.commons.constants.ImportConstants
Comma.
COMMAND_NAME_CMUSER - Static variable in class com.bea.alcs.commons.constants.WebConstants
CmUser command object.
COMMAND_NAME_CUSTOMER - Static variable in class com.bea.alcs.commons.constants.WebConstants
Customer command object.
commit() - Method in class com.bea.alcs.persistence.impl.JpaTransactionImpl
Commit changes.
commit() - Method in interface com.bea.alcs.persistence.Transaction
Commit changes.
COMMIT_UNIT - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The import commit unit - the number of input file rows committed to the database in a single transaction.
compare(AttributeGroupAttribute, AttributeGroupAttribute) - Method in class com.bea.alcs.commons.util.AttributeComparator
compare(CatalogViewRequest) - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Compares this search requet with the given search request.
compare(CatalogViewRequest) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Compares this search requet with the given search request.
compare(FilterOption<T>, FilterOption<T>) - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionCompareToComparatorImpl
Compares 2 FilterOptions.
compare(CatalogViewRequest) - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Compares this search request with the given search request.
compare(ObjectWithLocaleDependantFields, ObjectWithLocaleDependantFields) - Method in class com.bea.alcs.domain.misc.impl.DisplayNameComparatorImpl
Compares its two arguments for order.
compare(FilterOption<?>, FilterOption<?>) - Method in class com.bea.alcs.domain.misc.impl.FilterBucketComparatorImpl
Compares its two arguments for order.
compare(Orderable, Orderable) - Method in class com.bea.alcs.domain.misc.impl.OrderingComparatorImpl
compare(Product, Product) - Method in class com.bea.alcs.domain.misc.impl.ProductLowestPriceComparatorImpl
Compares its two arguments for order.
compare(Region, Region) - Method in class com.bea.alcs.domain.misc.impl.RegionCodeComparatorImpl
Compares its two arguments for order.
compare(Product, Product) - Method in class com.bea.alcs.domain.misc.impl.TopSellerComparatorImpl
Compares its two arguments for order.
compareTo(AttributeValueWithType) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
compareTo(AttributeGroupAttribute) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Compares this instance with the given instance for ordering.
compareTo(Attribute) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Compares this attribute with the specified object for order.
compareTo(Category) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Compares this category with the specified object for order.
compareTo(GiftCertificate) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Compare the gift certificate by their balance, desc in the TreeSet.
compareTo(ProductAssociation) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
compareTo(ProductCategory) - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Compares this product category with the specified object for order.
compareTo(Product) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Compares this product with the specified object for order.
compareTo(T) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Compares this filter with the specified other filter for order.
compareTo(AttributeValueFilter) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Compares this object with the specified AttributeValueFilter for ordering.
compareTo(BrandFilter) - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Compares this object with the specified object for ordering.
compareTo(CategoryFilter) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Compares this object with the specified filter for ordering.
compareTo(DisplayableFilter) - Method in class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
Returns zero.
compareTo(FeaturedProductFilter) - Method in class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
Returns zero.
compareTo(Country) - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
Compares to countries lexicographicly.
compareTo(Money) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Compares this money with the specified object for order.
compareTo(Synonym) - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
Compares a synonym with another.
compareTo(ShippingRegion) - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Compares this ShippingRegion with the specified object for order.
compareTo(Store) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Compares this StoreCode with the StoreCode from the given Store.
compareTo(Product) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
completeExchange(OrderReturn, ReturnExchangeType, OrderPayment) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Completes the exchange.
completeExchange(OrderReturn, ReturnExchangeType, OrderPayment) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Completes the exchange.
completeReturn(OrderReturn, ReturnExchangeType) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Completes the return.
completeReturn(OrderReturn, ReturnExchangeType) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Completes the return.
completeShipment(String, String, boolean, Date, boolean, EventOriginator) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Capture the order balance amount and update the OrderShipment status on success.
completeShipment(String, String, boolean, Date, boolean, EventOriginator) - Method in interface com.bea.alcs.service.order.OrderService
Capture the order balance amount and update the OrderShipment status on success.
CompleteShipmentFailedException - Exception in com.bea.alcs.service.order
Exception is thrown when the shipment complete can't be executed.
CompleteShipmentFailedException(String) - Constructor for exception com.bea.alcs.service.order.CompleteShipmentFailedException
The constructor.
CompleteShipmentFailedException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.CompleteShipmentFailedException
Constructor with a throwable.
composeFuzzyQuery(SearchCriteria, SearchConfig) - Method in interface com.bea.alcs.service.search.index.QueryComposer
Compose a fuzzy query based on the given search criteria.
composeFuzzyQuery(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.CategoryQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.CustomerQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.FilteredQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.LuceneRawQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.OrderQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.OrderReturnQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.ProductQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeFuzzyQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.PromotionQueryComposerImpl
Compose a fuzzy query based on the given search criteria.
composeKeywordQuery(KeywordSearchCriteria, int, int, SearchConfig, boolean) - Method in interface com.bea.alcs.service.search.solr.SolrQueryFactory
Composes a keyword search query.
composeKeywordQuery(KeywordSearchCriteria, int, int, SearchConfig, boolean) - Method in class com.bea.alcs.service.search.solr.SolrQueryFactoryImpl
Composes a keyword search query.
composeQuery(SearchCriteria, SearchConfig) - Method in interface com.bea.alcs.service.search.index.QueryComposer
Compose a query based on the given search criteria.
composeQuery(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.CategoryQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.CustomerQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.FilteredQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.LuceneRawQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.OrderQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.OrderReturnQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.ProductQueryComposerImpl
Compose a query based on the given search criteria.
composeQueryInternal(SearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.query.PromotionQueryComposerImpl
Compose a query based on the given search criteria.
composeSpecificQuery(QueryComposer, SearchCriteria, int, int, SearchConfig, boolean) - Method in interface com.bea.alcs.service.search.solr.SolrQueryFactory
Composes a specific query.
composeSpecificQuery(QueryComposer, SearchCriteria, int, int, SearchConfig, boolean) - Method in class com.bea.alcs.service.search.solr.SolrQueryFactoryImpl
Composes a specific query.
composeSpellingQuery(SpellSuggestionSearchCriteria, SearchConfig) - Method in interface com.bea.alcs.service.search.solr.SolrQueryFactory
Composes a query for spell suggestions.
composeSpellingQuery(SpellSuggestionSearchCriteria, SearchConfig) - Method in class com.bea.alcs.service.search.solr.SolrQueryFactoryImpl
Composes a query for spell suggestions.
computeTopProductAssociations(Set<ProductAssociation>, int) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sorts the given product associations in descending order by how well the association's target product is selling, and returns the top X from the list where X is the max number of associations to return.
conceptTermExists(String, Catalog, Locale) - Method in class com.bea.alcs.service.search.impl.SynonymGroupServiceImpl
Returns whether the given concept term exists within the given catalog/locale.
conceptTermExists(String, Catalog, Locale) - Method in interface com.bea.alcs.service.search.SynonymGroupService
Returns whether the given concept term exists within the given catalog/locale.
CONDITION_KIND - Static variable in interface com.bea.alcs.domain.rules.RuleCondition
Identifies the RuleElement as a condition to a rule.
CONFIG_LOCATION_PARAM - Static variable in class com.bea.alcs.web.context.impl.EpLog4jConfigListener
Parameter specifying the location of the Log4J config file.
configureCategoryFetchPlan(CategoryLoadTuner) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configure the Category fetch plan based on the given tuner.
configureCategoryFetchPlan(CategoryLoadTuner) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configure the Category fetch plan based on the given tuner.
configureCategoryTypeFetchPlan(CategoryTypeLoadTuner) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configure the CategoryType fetch plan based on the given tuner.
configureCategoryTypeFetchPlan(CategoryTypeLoadTuner) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configure the CategoryType fetch plan based on the given tuner.
configureFetchGroupLoadTuner(FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configures the fetch plan based on the given FetchGroupLoadTuner.
configureFetchGroupLoadTuner(FetchGroupLoadTuner, boolean) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configures the fetch plan based on the given FetchGroupLoadTuner.
configureFetchGroupLoadTuner(FetchGroupLoadTuner) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configures the fetch plan based on the given FetchGroupLoadTuner.
configureFetchGroupLoadTuner(FetchGroupLoadTuner, boolean) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configures the fetch plan based on the given FetchGroupLoadTuner.
configureProductFetchPlan(ProductLoadTuner) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configure the Product fetch plan based on the given tuner.
configureProductFetchPlan(ProductLoadTuner) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configure the Product fetch plan based on the given tuner.
configureProductSkuFetchPlan(ProductSkuLoadTuner) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configure the ProducSku fetch plan based on the given tuner.
configureProductSkuFetchPlan(ProductSkuLoadTuner) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configure the ProducSku fetch plan based on the given tuner.
configureProductTypeFetchPlan(ProductTypeLoadTuner) - Method in interface com.bea.alcs.service.misc.FetchPlanHelper
Configure the ProductType fetch plan based on the given tuner.
configureProductTypeFetchPlan(ProductTypeLoadTuner) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
Configure the ProductType fetch plan based on the given tuner.
constructFilterQuery(Filter<?>) - Method in class com.bea.alcs.service.search.solr.SolrFacetAdapter
Constructs a Query for the given Filter.
constructSearchCriteria(Collection<Rule>) - Method in interface com.bea.alcs.service.search.CatalogPromoQueryComposerHelper
Constructs a search criteria for affected products by the given collection of promotion rules.
constructSearchCriteria(Collection<Rule>) - Method in class com.bea.alcs.service.search.impl.CatalogPromoQueryComposerHelperImpl
Constructs a search criteria for affected products by the given collection of promotion rules.
constructSortTypeOrderString(SortBy, SortOrder) - Static method in class com.bea.alcs.domain.catalogview.SortUtility
Constructs a sorting string identifier from the sorting type and order.
contains(CategoryLoadTuner) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(CategoryTypeLoadTuner) - Method in interface com.bea.alcs.domain.catalog.CategoryTypeLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(CategoryLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(CategoryTypeLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductSkuLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductTypeLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductSkuLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(ProductTypeLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductTypeLoadTuner
Returns true if this load tuner is super set of the given load tuner, otherwise, false.
contains(RangeFilter<T, E>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Returns true if this price filter contains the given price filter.
contains(RangeFilter<T, E>) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Returns true if this filter contains the given filter.
contains(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Returns true if this SkuOption contains the given value code.
contains(String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Returns true if this SkuOption contains the given value code.
contains(long) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl.RecommendationSet
Determines whether this collection of recommendations contains the given target product uidpk.
containsSynonyms(String...) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Convenience method that checks that this group contains all of the given synonyms.
containsSynonyms(String...) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Convenience method that checks that this group contains all of the given synonyms.
contextDestroyed(ServletContextEvent) - Method in class com.bea.alcs.web.context.impl.EpContextConfigListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - Method in class com.bea.alcs.web.context.impl.EpLog4jConfigListener
Shutdown log4j.
ContextIdNames - Class in com.bea.alcs.commons.constants
ContextIdNames contains spring container bean id constants.
ContextIdNames() - Constructor for class com.bea.alcs.commons.constants.ContextIdNames
 
contextInitialized(ServletContextEvent) - Method in class com.bea.alcs.web.context.impl.EpContextConfigListener
Complete the context initialization for ElasticPath.
contextInitialized(ServletContextEvent) - Method in class com.bea.alcs.web.context.impl.EpLog4jConfigListener
Configure log4j.
convertAttributeGroupAttributes(Set<AttributeGroupAttribute>, String) - Method in class com.bea.alcs.domain.impl.AbstractEntityImpl
Converts the attributeGroup's attribute's to the correct type.
convertInbound(Class, InboundVariable, InboundContext) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
Attempt to coerce the data from a string to an Object.
convertInbound(Class, InboundVariable, InboundContext) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpCurrencyConverter
Attempt to coerce the data from a string to an Object.
convertInbound(Class, InboundVariable, InboundContext) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpLocaleConverter
Attempt to coerce the data from a string to an Object.
convertOutbound(Object, String, OutboundContext) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
Convert the java object to js side.
convertOutbound(Object, String, OutboundContext) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpCurrencyConverter
Customized method for Currency object outbound conversion.
convertOutbound(Object, String, OutboundContext) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpLocaleConverter
Customized method for Locale object outbound conversion.
copyCreditCardInfo(OrderPayment) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Copy orderPayment's credit card info to this Order Payment.
copyCreditCardInfo(OrderPayment) - Method in interface com.bea.alcs.domain.order.OrderPayment
Copy orderPayment's credit card info to this Order Payment.
copyFrom(GiftCertificate) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
Copies all the properties from the specified GiftCertificate into this one.
copyFrom(GiftCertificate) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Copies all the properties from the specified GiftCertificate into this one.
copyFrom(Address) - Method in interface com.bea.alcs.domain.customer.Address
Copies all the fields from another address into this address.
copyFrom(CustomerCreditCard, boolean) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
Copies all the fields from another credit card into this credit card.
copyFrom(CustomerRole) - Method in interface com.bea.alcs.domain.customer.CustomerRole
Copy the customer role properties.
copyFrom(Address) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Copies all the fields from another address into this address.
copyFrom(CustomerCreditCard, boolean) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Copies all the fields from another credit card into this credit card.
copyFrom(CustomerRole) - Method in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
Copy the customer role properties.
copyFrom(OrderSku) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Copy order sku from another OrderSku.
copyFrom(OrderSku) - Method in interface com.bea.alcs.domain.order.OrderSku
Copy order sku from another OrderSku.
copyPaymentGatewayInfo(OrderPayment) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Copy orderPayment's Gateway info to this Order Payment.
copyPaymentGatewayInfo(OrderPayment) - Method in interface com.bea.alcs.domain.order.OrderPayment
Copy orderPayment's Gateway info to this Order Payment.
CostPerUnitWeightMethodImpl - Class in com.bea.alcs.domain.shipping.impl
Shipping cost calculation method that calculates the shipping cost as unit price * order weight.
CostPerUnitWeightMethodImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl
 
count() - Method in interface com.bea.alcs.service.cmuser.CmUserService
Gets the count of CmUsers stored in the database.
count() - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Gets the count of CmUsers stored in the database.
count() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Gets the count of jobs stored in the database.
count() - Method in interface com.bea.alcs.service.dataimport.ImportService
Gets the count of jobs stored in the database.
countCatalogJobs() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Gets the count of catalog jobs stored in the database.
countCatalogJobs() - Method in interface com.bea.alcs.service.dataimport.ImportService
Gets the count of jobs stored in the database.
countCustomerJobs() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Gets the count of jobs stored in the database.
countCustomerJobs() - Method in interface com.bea.alcs.service.dataimport.ImportService
Gets the count of jobs stored in the database.
COUNTRIES - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.Countries.
COUNTRIES - Static variable in class com.bea.alcs.commons.constants.WebConstants
Countries object.
COUNTRY - Static variable in class com.bea.alcs.commons.constants.WebConstants
Request parameter name of country code.
Country - Interface in com.bea.alcs.domain.misc
The class encapsulates information about country and one subcountry/state.
Country - Interface in com.bea.alcs.domain.shipping
Represents a configured country, including its ISO country code, country names (in different language [TBD]), and the subcountries code/label map.
COUNTRY_PROPS - Static variable in interface com.bea.alcs.domain.misc.Geography
Key for properties relating to countries (File name without the .properties extension).
CountryImpl - Class in com.bea.alcs.domain.misc.impl
Country default implementation.
CountryImpl() - Constructor for class com.bea.alcs.domain.misc.impl.CountryImpl
Constructor.
CountryImpl(Country) - Constructor for class com.bea.alcs.domain.misc.impl.CountryImpl
Constructor.
CountryImpl(Country, String, String) - Constructor for class com.bea.alcs.domain.misc.impl.CountryImpl
Constructor.
CountryImpl(String, String) - Constructor for class com.bea.alcs.domain.misc.impl.CountryImpl
Constructor.
CountryImpl(String, String, String, String) - Constructor for class com.bea.alcs.domain.misc.impl.CountryImpl
Constructor.
CountryImpl - Class in com.bea.alcs.domain.shipping.impl
Represents a configured country, including its ISO country code, country names (in different language [TBD]), and the subcountries code/label map.
CountryImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.CountryImpl
 
countWarehouseJobs() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Gets the count of warehouse jobs stored in the database.
countWarehouseJobs() - Method in interface com.bea.alcs.service.dataimport.ImportService
Gets the count of warehouse jobs stored in the database.
CREATE_TIME - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Create time.
CREATE_USER - Static variable in class com.bea.alcs.commons.constants.WebConstants
the cm client sign in flag.
createAttributeFieldName(Attribute, Locale, boolean, boolean) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Creates an attribute field name for the given Attribute.
createAttributeFieldName(Attribute, Locale, boolean, boolean) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Creates an attribute field name for the given Attribute.
createAuthOrderPayment(OrderShipment, OrderPayment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
 
createAuthOrderPayment(OrderShipment, OrderPayment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.GooglePaymentHandler
 
createAuthOrderPayment(OrderShipment, OrderPayment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
 
createBrandFilter(String) - Method in interface com.bea.alcs.service.catalogview.FilterFactory
Creates a new BrandFilter from the given brand code.
createBrandFilter(String) - Method in class com.bea.alcs.service.catalogview.impl.FilterFactoryImpl
Creates a new BrandFilter from the given brand code.
createCapturePayment(OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
 
createCapturePayment(OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
 
createCatalogViewResult() - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
This method should return a specific CatalogViewResult for the given type of action (browse or search).
createCatalogViewResult() - Method in class com.bea.alcs.service.catalogview.impl.BrowsingServiceImpl
Returns a new instance of BrowsingResult.
createCatalogViewResult() - Method in class com.bea.alcs.service.catalogview.impl.SearchServiceImpl
Returns a new instance of SearchResult.
createCategoryFilter(long, Catalog) - Method in interface com.bea.alcs.service.catalogview.FilterFactory
Creates a new CategoryFilter from the given category UID.
createCategoryFilter(long, Catalog) - Method in class com.bea.alcs.service.catalogview.impl.FilterFactoryImpl
Creates a new CategoryFilter from the given category UID.
createCriteriaForProductSearch(CatalogViewRequest, boolean) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Creates a search criteria object with proprietary fields (for browsing/search) filled.
createCriteriaForProductSearch(CatalogViewRequest, boolean) - Method in class com.bea.alcs.service.catalogview.impl.BrowsingServiceImpl
Creates a search criteria object with proprietary fields (for browsing/search) filled.
createCriteriaForProductSearch(CatalogViewRequest, boolean) - Method in class com.bea.alcs.service.catalogview.impl.SearchServiceImpl
Creates a search criteria object with proprietary fields (for browsing/search) filled.
createCustomerToPurchasedProductsMap(List<Object[]>) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
This method creates and returns a Map where the key is a Long customer UID and the value is a Set of the products they have purchased, which are represented as Longproduct UIDs.
createDisplayableFieldName(String, long) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Returns the displayable field ID name of a store aware field.
createDisplayableFieldName(String, long) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Returns the displayable field ID name of a store aware field.
createExchange(OrderReturn, ReturnExchangeType, OrderPayment) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Creates the exchange.
createExchange(OrderReturn, ReturnExchangeType, OrderPayment) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Creates the exchange.
createExchangeOrder(OrderReturn, boolean) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Create exchange order using underlying shopping cart.
createExchangeOrder(OrderReturn, OrderPayment, boolean) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Create exchange order using underlying shopping cart.
createExchangeOrder(OrderReturn, boolean) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Create exchange order using underlying shopping cart.
createExchangeOrder(OrderReturn, OrderPayment, boolean) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Create exchange order using underlying shopping cart.
createFeaturedField(long) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Creates a product's featured field for a particular category UID.
createFeaturedField(long) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Creates a product's featured field for a particular category UID.
createFolder(String, String) - Method in interface com.bea.alcs.service.misc.FileService
Create the folder.
createFolder(String, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Create the folder.
createImportFieldsForProductAttributes() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Populate product attribute import fields based on the given product type.
createLocaleFieldName(String, Locale) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Returns the field ID name of a locale aware field.
createLocaleFieldName(String, Locale) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Returns the field ID name of a locale aware field.
createNamedQuery(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Creates and returns a query based on the given named query.
createNamedQuery(String) - Method in interface com.bea.alcs.persistence.PersistenceSession
Creates and returns a query based on the given named query.
createNativeEntityManagerFactory() - Method in class com.bea.alcs.persistence.impl.LocalApplicationEntityManagerFactoryBean
Create the EntityManagerFactory that will be returned by the getObject() method.
createNewEntity(Object) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCategoryImpl
Creates a new entity.
createNewEntity(Object) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCustomerImpl
Creates a new entity.
createNewEntity(Object) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerInventoryImpl
Creates a new entity.
createNewEntity(Object) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductAssociationImpl
Creates a new ProductAssociation.
createNewEntity(Object) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductImpl
Creates a new entity.
createNewEntity(Object) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductSkuImpl
Creates a new entity.
createOrderPayment(Order, OrderPayment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Create the payments with ORDER_TRANSACTION type.
createPersistenceSession() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Create a new PersistenceSession.
createPersistenceSession() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Create a new PersistenceSession.
createPriceFieldName(String, long, Currency) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Returns the price field ID name of a currency aware field.
createPriceFieldName(String, long, Currency) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Returns the price field ID name of a currency aware field.
createProductAssociation(long) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Creates a new ProductAssociation for a product recommendation.
createProductToRecommendationsMap(Map<Long, Set<Long>>) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Creates a map of product recommendations from a map of products purchased by each customer.
createQuery(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Creates and returns a query based on the given query string.
createQuery(String) - Method in interface com.bea.alcs.persistence.PersistenceSession
Creates and returns a query based on the given query string.
createRefinedRequest(Filter<T>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Creates and returns a more specific search request by adding the given filter.
createRefinedRequest(Filter<T>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Creates and returns a more specific search request by adding the given filter.
createRequest() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Creates a new empty request.
createReturn(OrderReturn, ReturnExchangeType) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Creates the return.
createReturn(OrderReturn, ReturnExchangeType) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Creates the return.
createSpecificElementCriteria(RuleElement) - Method in class com.bea.alcs.service.search.impl.CatalogPromoQueryComposerHelperImpl
Creates a ProductSearchCriteria which is used to search for the given rule element.
createSQLQuery(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Creates and returns a query based on the given query string.
createSQLQuery(String) - Method in interface com.bea.alcs.persistence.PersistenceSession
Creates and returns a sql query based on the given query string.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Create and return a new value object.
createValueObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Create and return a new value object.
createValueObject() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Create and return a new value object.
CREDIT_CARD_ENCRYPTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.commons.util.security.CreditCardEncrypter.
CREDIT_CARD_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.CreditCardFormBean.
CREDIT_CARD_TYPE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.store.CreditCardType.
CREDIT_TRANSACTION - Static variable in interface com.bea.alcs.domain.order.OrderPayment
The orderPayment transaction type of refund.
CreditCardEncrypter - Interface in com.bea.alcs.commons.util.security
Interface for encrypting and decrypting credit card.
CreditCardEncrypterImpl - Class in com.bea.alcs.commons.util.security.impl
General encryption/decryption class.
CreditCardEncrypterImpl() - Constructor for class com.bea.alcs.commons.util.security.impl.CreditCardEncrypterImpl
 
CreditCardPaymentGateway - Interface in com.bea.alcs.domain.payment
Represents a credit card payment processing gateway such as Verisign or Cybersource.
CreditCardPaymentHandler - Class in com.bea.alcs.domain.payment.impl
Credit card payment handler.
CreditCardPaymentHandler() - Constructor for class com.bea.alcs.domain.payment.impl.CreditCardPaymentHandler
 
CreditCardType - Interface in com.bea.alcs.domain.store
Represents a type of credit card.
CreditCardTypeImpl - Class in com.bea.alcs.domain.store.impl
Default implementation of CreditCardType.
CreditCardTypeImpl() - Constructor for class com.bea.alcs.domain.store.impl.CreditCardTypeImpl
 
CROSS_SELL - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
Cross-sell association.
CSV_FILE_READER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.persistence.impl.CsvFileReaderImpl.
CsvFileReader - Interface in com.bea.alcs.persistence
Represent a csv file reader and writer.
CsvFileReaderImpl - Class in com.bea.alcs.persistence.impl
Represent a csv file reader and writer.
CsvFileReaderImpl() - Constructor for class com.bea.alcs.persistence.impl.CsvFileReaderImpl
 
CURRENCY - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the locale in a request.
CURRENCY_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Currency.
currencyFromString(String) - Static method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns the Currency instance for the given currency code.
CUST_GROUP_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.CustomerGroupCondition.
CUST_GROUP_ELIGIBILITY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl.
CUSTOMER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.Customer.
Customer - Interface in com.bea.alcs.domain.customer
A Customer is someone with an account in the system for making orders through the Store Front.
CUSTOMER - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for populating a customer profile.
CUSTOMER_ADDRESS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.customer.Address.
CUSTOMER_ADDRESS_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.CustomerAddressFormBean.
CUSTOMER_ADDRESSES - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for populating customer addresses.
CUSTOMER_AUTHENTICATION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.customer.CustomerAuthentication.
CUSTOMER_CREDIT_CARD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.customer.CustomerCreditCard.
CUSTOMER_DELETED - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CustomerDeleted.
CUSTOMER_GROUP - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CustomerGroup.
CUSTOMER_GROUP_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.CustomerGroupService.
CUSTOMER_INDEX - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for the customer index.
CUSTOMER_NUMBER - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Customer number.
CUSTOMER_PROFILE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.customer.CustomerProfile.
CUSTOMER_PROFILE_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CustomerProfileValue.
CUSTOMER_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.CustomerSearchCriteria.
CUSTOMER_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.CustomerService.
CUSTOMER_SESSION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.CustomerSession.
CUSTOMER_SESSION_GUID - Static variable in class com.bea.alcs.commons.constants.WebConstants
Customer session guid.
CUSTOMER_SOLR_CORE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
SOLR core name of the customer index.
CUSTOMER_UID - Static variable in class com.bea.alcs.commons.constants.WebConstants
CUSTOMER UID.
CustomerAddress - Interface in com.bea.alcs.domain.customer
A customer's address.
CustomerAddressImpl - Class in com.bea.alcs.domain.customer.impl
A Customer's address.
CustomerAddressImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerAddressImpl
 
CustomerAuthentication - Interface in com.bea.alcs.domain.customer
Represents the customer Authentication.
CustomerAuthenticationDaoImpl - Class in com.bea.alcs.persistence.impl
Default implementation of Acegi's UserDetailsService, to integrate with Acegi Security framework for authentication and authorization.
CustomerAuthenticationDaoImpl() - Constructor for class com.bea.alcs.persistence.impl.CustomerAuthenticationDaoImpl
 
CustomerAuthenticationImpl - Class in com.bea.alcs.domain.customer.impl
Represents inventory information about a ProductSku.
CustomerAuthenticationImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
 
CustomerAuthorityGranterImpl - Class in com.bea.alcs.service.auth.impl
CustomerAuthorityGranterImpl inspects a JAAS principal (namely a Customer) and returns the role names that should be granted to this principal from the Customer object.
CustomerAuthorityGranterImpl() - Constructor for class com.bea.alcs.service.auth.impl.CustomerAuthorityGranterImpl
 
CustomerCreditCard - Interface in com.bea.alcs.domain.customer
A CustomerCreditCard is a credit card stored by a store-front customer.
CustomerCreditCardImpl - Class in com.bea.alcs.domain.customer.impl
The default implementation of Customer.
CustomerCreditCardImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
The default constructor.
CustomerDeleted - Interface in com.bea.alcs.domain.customer
CustomerDeleted represents a deleted customer.
CustomerDeletedImpl - Class in com.bea.alcs.domain.customer.impl
The default implementation of Customer.
CustomerDeletedImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Default constructor.
CustomerEmailPropertyHelper - Interface in com.bea.alcs.domain.misc
Helper for constructing email properties.
CustomerEmailPropertyHelperImpl - Class in com.bea.alcs.domain.misc.impl
Helper for processing email properties for Customer e-mails.
CustomerEmailPropertyHelperImpl() - Constructor for class com.bea.alcs.domain.misc.impl.CustomerEmailPropertyHelperImpl
 
CustomerGroup - Interface in com.bea.alcs.domain.customer
CustomerGroup represents a customer group.
CUSTOMERGROUP_ID_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
CustomerGroup id.
CustomerGroupEligibilityImpl - Class in com.bea.alcs.domain.rules.impl
Rule eligibility that requires a customer to be in a certain customer group.
CustomerGroupEligibilityImpl() - Constructor for class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
 
CustomerGroupImpl - Class in com.bea.alcs.domain.customer.impl
The default implementation of CustomerGroup.
CustomerGroupImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
 
CustomerGroupService - Interface in com.bea.alcs.service.customer
Provide customerGroup-related business service.
CustomerGroupServiceImpl - Class in com.bea.alcs.service.customer.impl
The default implementation of CustomerGroupService.
CustomerGroupServiceImpl() - Constructor for class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
 
CustomerImpl - Class in com.bea.alcs.domain.customer.impl
The default implementation of Customer.
CustomerImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerImpl
The default constructor.
customerInGroup(ShoppingCart, long) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the customer is in the specified customer group.
customerInGroup(ShoppingCart, long) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the customer is in the specified customer group.
CUSTOMERPROFILE - Static variable in interface com.bea.alcs.domain.attribute.AttributeUsage
Customer Profile attribute usage id.
CustomerProfile - Interface in com.bea.alcs.domain.customer
This interface represents a group of AttributeValue of Customer Profile type attribute.
CUSTOMERPROFILE_USAGE - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
The customerprofile usage.
CustomerProfileImpl - Class in com.bea.alcs.domain.customer.impl
This is a default implementation of CustomerProfile.
CustomerProfileImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
 
CustomerProfileValue - Interface in com.bea.alcs.domain.attribute
CustomerProfileValue represents an Attribute value for a Customer.
CustomerProfileValueImpl - Class in com.bea.alcs.domain.attribute.impl
Class required for JPA persistence mapping.
CustomerProfileValueImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.CustomerProfileValueImpl
 
CustomerQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query compose for customer search.
CustomerQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.CustomerQueryComposerImpl
 
CustomerRole - Interface in com.bea.alcs.domain.customer
CustomerRole represents a customer's role.
CustomerRoleImpl - Class in com.bea.alcs.domain.customer.impl
The default implementation of CustomerRole.
CustomerRoleImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
 
CustomerSearchCriteria - Class in com.bea.alcs.service.search.query
A criteria for advanced customer search.
CustomerSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.CustomerSearchCriteria
 
CustomerService - Interface in com.bea.alcs.service.customer
Provide customer-related business service.
CustomerServiceImpl - Class in com.bea.alcs.service.customer.impl
The default implementation of CustomerService.
CustomerServiceImpl() - Constructor for class com.bea.alcs.service.customer.impl.CustomerServiceImpl
 
CustomerSession - Interface in com.bea.alcs.domain.customer
A customer session keeps track of information about customers who may not be logged in (using cookies).
CustomerSessionImpl - Class in com.bea.alcs.domain.customer.impl
The default implementation of CustomerSession.
CustomerSessionImpl() - Constructor for class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
 
CustomerSessionService - Interface in com.bea.alcs.service.customer
Provide customer-session related business service.
CustomerSessionServiceImpl - Class in com.bea.alcs.service.customer.impl
Service for retrieving and saving CustomerSessions.
CustomerSessionServiceImpl() - Constructor for class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
 
CyberSourcePaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Implements a payment gateway for CyberSource.
CyberSourcePaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
 

D

DatabaseServerTimeServiceImpl - Class in com.bea.alcs.service.misc.impl
Provides an implementation of TimeService to retrieve a timestamp from the database server.
DatabaseServerTimeServiceImpl() - Constructor for class com.bea.alcs.service.misc.impl.DatabaseServerTimeServiceImpl
 
DATE - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The attribute type for a date.
date2String(Date, SimpleDateFormat) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a date to a string based on the given date format.
date2String(Date) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a Date to a String based on the system default date format.
date2String(Date, SimpleDateFormat) - Method in interface com.bea.alcs.commons.util.Utility
Convert a date to a string based on the given date format.
date2String(Date) - Method in interface com.bea.alcs.commons.util.Utility
Convert a Date to a String based on the system default date format.
DATE_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for data.
DATETIME - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The attribute type for a date & time.
DATETIME_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for data time.
DateUtilityImpl - Class in com.bea.alcs.commons.util.impl
Helper class for making date calculations.
DateUtilityImpl() - Constructor for class com.bea.alcs.commons.util.impl.DateUtilityImpl
 
DBCompilingRuleEngineImpl - Class in com.bea.alcs.service.rules.impl
Exposes methods to compile the rule base and store them in the database.
DBCompilingRuleEngineImpl() - Constructor for class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Default constructor.
DBReadingRuleEngineImpl - Class in com.bea.alcs.service.rules.impl
Provides the ability to read rules from the database.
DBReadingRuleEngineImpl() - Constructor for class com.bea.alcs.service.rules.impl.DBReadingRuleEngineImpl
 
deallocateInventory(Inventory, int, AvailabilityCriteria) - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Deallocates a quantity.
debugObject(String, Persistence) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Output some debug information on a persistence object.
debugObject(String, Persistence) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Output some debug information on a persistence object.
DECIMAL - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The attribute type of a decimal number.
DECIMAL_PRECISION - Static variable in class com.bea.alcs.domain.impl.AbstractPersistenceImpl
Precision to be used for persisting decimal fields.
DECIMAL_SCALE - Static variable in class com.bea.alcs.domain.impl.AbstractPersistenceImpl
Scale to be used for persisting decimal fields.
DECIMAL_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for decimal.
decrypt(String) - Method in class com.bea.alcs.commons.util.security.impl.StringEncrypterImpl
Decrypts a give string.
decrypt(String) - Method in interface com.bea.alcs.commons.util.security.StringEncrypter
Decrypts a give string.
decryptAndMask(String) - Method in interface com.bea.alcs.commons.util.security.CardEncrypter
Decrypts and masks a credit card number.
decryptAndMask(String) - Method in class com.bea.alcs.commons.util.security.impl.CardEncrypterImpl
Decrypts and hides the first 12 digits of the credit card number.
DEFAULT - Static variable in class com.bea.alcs.domain.payment.CheckoutTransactionBehaviour
The default checkout transaction behaviour (Authorization).
DEFAULT - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
The default fetch group.
DEFAULT_AGENDA_GROUP - Static variable in interface com.bea.alcs.domain.rules.RuleAction
Default agenda group.
DEFAULT_COL_DELIMETER - Static variable in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
The default column delimeter.
DEFAULT_COUNTRY - Static variable in interface com.bea.alcs.domain.misc.Geography
Key to indicated that no country has been selected yet.
DEFAULT_GROUP_NAME - Static variable in interface com.bea.alcs.domain.customer.CustomerGroup
The default customer group name.
DEFAULT_LENGTH - Static variable in interface com.bea.alcs.commons.util.PasswordGenerator
Minimum length for a decent password.
DEFAULT_TEXT_QUALIFIER - Static variable in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
The default text qualifier.
DefaultBeanFactoryImpl - Class in com.bea.alcs.domain.impl
The default BeanFactory for ElasticPath which provides a tie into a Spring ApplicationContext but is also backed by another prototype bean factory.
DefaultBeanFactoryImpl() - Constructor for class com.bea.alcs.domain.impl.DefaultBeanFactoryImpl
 
DefaultMessageSourceImpl - Class in com.bea.alcs.domain.impl
Implementations can provide formatted localized messages.
DefaultMessageSourceImpl() - Constructor for class com.bea.alcs.domain.impl.DefaultMessageSourceImpl
 
DefaultSearchConfigSectionParserImpl - Class in com.bea.alcs.commons.util.config.impl
Parses a search configuration section.
DefaultSearchConfigSectionParserImpl() - Constructor for class com.bea.alcs.commons.util.config.impl.DefaultSearchConfigSectionParserImpl
 
DefaultSolrManager - Class in com.bea.alcs.service.search.solr
Default implementation of SolrManagerService.
DefaultSolrManager() - Constructor for class com.bea.alcs.service.search.solr.DefaultSolrManager
 
DefaultTaxCalculationServiceImpl - Class in com.bea.alcs.service.tax.impl
Provides a default implementation of TaxCalculationService that retrieves tax rates using the TaxJurisdictionService.
DefaultTaxCalculationServiceImpl() - Constructor for class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
 
DefaultValueRemovalForbiddenException - Exception in com.bea.alcs.domain.catalog
This exception is to be thrown whenever someone attempts to remove a default value from a collection of supported values.
DefaultValueRemovalForbiddenException() - Constructor for exception com.bea.alcs.domain.catalog.DefaultValueRemovalForbiddenException
Constructs a new instance with a default message.
DefaultValueRemovalForbiddenException(String) - Constructor for exception com.bea.alcs.domain.catalog.DefaultValueRemovalForbiddenException
Constructs a new instance, appending the default message with the given message.
delete(Persistence) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Delete the given persistent instance.
delete(Persistence) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Delete the given persistent instance.
DELETE_ID - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Import type id of the insert import.
DELETE_TYPE - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
The delete import type.
deleteByCustomer(long) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Delete all customerSession associated with customer with the given id.
deleteByCustomer(long) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Delete all customerSession associated with customer with the given id.
deleteDocument(SolrServer, long) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Deletes the document specified by the UID.
deleteDocument(SolrServer, long) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Deletes the document specified by the UID.
deleteEntireFolder(String, String) - Method in interface com.bea.alcs.service.misc.FileService
Delete the folder and all files under it.
deleteEntireFolder(String, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Delete the folder and all files under it.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Delete entity.
deleteEntity(Entity) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Delete entity.
deleteEntity(Entity) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Delete entity.
deleteFile(String, String) - Method in interface com.bea.alcs.service.misc.FileService
Delete the file.
deleteFile(String, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Delete the file.
deleteObsoleteRecommendations(Set<ProductAssociation>, ProductRecommendationServiceImpl.RecommendationSet) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Deletes all existing product recommendations that are not in the new set of product recommendations.
deleteProductAssociations(String, String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Delete all product associations from the specified product in the specified catalog.
deleteProductAssociations(String, String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Delete all product associations from the specified product in the specified catalog.
deleteRuleBase(EpRuleBase) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Deletes the given EpRuleBase.
deleteRuleBase(EpRuleBase) - Method in interface com.bea.alcs.service.rules.RuleService
Deletes the given EpRuleBase.
destroy() - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class com.bea.alcs.commons.filter.impl.EncodingFilter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class com.bea.alcs.commons.filter.impl.LogoutFilter
Not called as we use spring IoC.
determinePersistenceUnitInfo(PersistenceUnitManager) - Method in class com.bea.alcs.persistence.impl.LocalApplicationEntityManagerFactoryBean
Determine the PersistenceUnitInfo to use for the EntityManagerFactory created by this bean.
DIGITAL_ASSET - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.DigitalAsset.
DIGITAL_ASSET_AUDIT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.DigitalAssetAudit.
DigitalAsset - Interface in com.bea.alcs.domain.catalog
Represents a digital asset.
DigitalAssetAudit - Interface in com.bea.alcs.domain.catalog
Represents a digital asset audit.
DigitalAssetAuditImpl - Class in com.bea.alcs.domain.catalog.impl
This is a default implementation of DigitalAssetAudit.
DigitalAssetAuditImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
 
DigitalAssetAuditService - Interface in com.bea.alcs.service.asset
Provide digitalAssetAudit-related business service.
DigitalAssetAuditServiceImpl - Class in com.bea.alcs.service.asset.impl
DigitalAssetServiceImpl.
DigitalAssetAuditServiceImpl() - Constructor for class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
 
DigitalAssetImpl - Class in com.bea.alcs.domain.catalog.impl
This is a default implementation of DigitalAsset.
DigitalAssetImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
 
disableRecalculation() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Enables auto-recalculation.
disableRecalculation() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Enables auto-recalculation.
disableRecalculation() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Enables auto-recalculation.
disableRecalculation() - Method in interface com.bea.alcs.domain.RecalculableObject
Enables auto-recalculation.
disableReorder() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
DISCOUNT_AMOUNT_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Amount of a discount.
DISCOUNT_PERCENT_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Percent of a discount.
DiscountType - Enum in com.bea.alcs.domain.rules
Discounts are classified into different types depending on what is discounted.
DisMaxConstants - Interface in com.bea.alcs.service.search.solr
Parameters that can be passed to the EpDismaxHandler.
DISPLAY_NAME_COMPARATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.common.comparator.DisplayNameComparator.
DISPLAYABLE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Product/Category is displayable.
DISPLAYABLE_FILTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.DisplayableFilter.
DisplayableFilter - Interface in com.bea.alcs.domain.catalogview
Special filter designed to filter out only those products that are displayable.
DisplayableFilterImpl - Class in com.bea.alcs.domain.catalogview.impl
Special filter designed to filter out only those products that are displayable.
DisplayableFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
 
displayGiftCertificateCode() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
displayGiftCertificateCode() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
displayMaskedGiftCertificateCode() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
displayMaskedGiftCertificateCode() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
DisplayNameComparator - Interface in com.bea.alcs.domain.misc
Represents a Comparator on display name.
DisplayNameComparatorImpl - Class in com.bea.alcs.domain.misc.impl
This is a default implementation of DisplayNameComparator.
DisplayNameComparatorImpl() - Constructor for class com.bea.alcs.domain.misc.impl.DisplayNameComparatorImpl
 
displaySalePercentage(Money, Locale) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Creates a string to display the percentage savings at the specified sale price.
displaySalePercentage(Money, Locale) - Method in interface com.bea.alcs.domain.misc.Money
Creates a string to display the percentage savings at the specified sale price.
displaySaleSavings(Money) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Creates a string to display the amount saved at the specified sale price.
displaySaleSavings(Money) - Method in interface com.bea.alcs.domain.misc.Money
Creates a string to display the amount saved at the specified sale price.
DISTINCT_ATTRIBUTE_VALUE_CRITERION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.persistence.support.impl.DistinctAttributeValueCriterionImpl.
DistinctAttributeValueCriterion - Interface in com.bea.alcs.persistence.support
Creates criterion for querying the persistence layer for distinct lists of attribute values.
DistinctAttributeValueCriterionImpl - Class in com.bea.alcs.persistence.support.impl
Creates criterion for querying the persistence layer for distinct lists of attribute values.
DistinctAttributeValueCriterionImpl() - Constructor for class com.bea.alcs.persistence.support.impl.DistinctAttributeValueCriterionImpl
 
doElasticPathConfig(WebApplicationContext, ServletContext) - Method in class com.bea.alcs.web.context.impl.EpContextConfigListener
Initialize the ElasticPath object by load the config.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.bea.alcs.commons.filter.impl.EncodingFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.bea.alcs.commons.filter.impl.LogoutFilter
Called by the container whenever a request/response pair is passed through the chain.
doPrepareConnection(HttpURLConnection, int) - Method in class com.bea.alcs.service.misc.impl.EpAuthenticationSimpleHttpInvokerRequestExecutor
Provided so subclasses can perform additional configuration if required (eg set additional request headers for non-security related information etc).
download(HttpServletRequest, HttpServletResponse, String) - Method in interface com.bea.alcs.service.misc.FileService
Read the input file content and output the stream to client (Browser).
download(HttpServletRequest, HttpServletResponse, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Read the input file content and output the stream to client (Browser).
DuplicateKeyException - Exception in com.bea.alcs.commons.exception
The exception for an attribute key that already exists.
DuplicateKeyException(String) - Constructor for exception com.bea.alcs.commons.exception.DuplicateKeyException
Creates a new DuplicateKeyException object with the given message.
DuplicateKeyException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.DuplicateKeyException
Creates a new DuplicateKeyException object using the given message and cause exception.
DuplicateNameException - Exception in com.bea.alcs.commons.exception
This exception is thrown when an attempt is made to insert an object when the given name already exists but must be unique.
DuplicateNameException(String) - Constructor for exception com.bea.alcs.commons.exception.DuplicateNameException
Creates a new object with the given message.
DuplicateNameException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.DuplicateNameException
Creates a new object using the given message and cause exception.
DuplicatePromoCodeException - Exception in com.bea.alcs.service.rules
The exception for promo code already exists.
DuplicatePromoCodeException(String) - Constructor for exception com.bea.alcs.service.rules.DuplicatePromoCodeException
Creates a new DuplicatePromoCodeException object with the given message.
DuplicatePromoCodeException(String, Throwable) - Constructor for exception com.bea.alcs.service.rules.DuplicatePromoCodeException
Creates a new DuplicatePromoCodeException object using the given message and cause exception.

E

EDIT_ACCOUNT_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.EditAccountFormBean.
editReturn(OrderReturn) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Edits the return.
editReturn(OrderReturn) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Edits the return.
ELASTICPATH - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.commons.context.ElasticPath.
ELASTICPATH - Static variable in class com.bea.alcs.commons.constants.WebConstants
ElasticPath object.
ElasticPath - Interface in com.bea.alcs.domain
ElasticPath provides configuration and context information to a number of clients across the system.
ElasticPathDao - Interface in com.bea.alcs.persistence
Loader of elastic path configuration.
ElasticPathDaoXmlFileImpl - Class in com.bea.alcs.persistence.impl
Load elastic path configuration from an xml file.
ElasticPathDaoXmlFileImpl() - Constructor for class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Constructor.
ElasticPathImpl - Class in com.bea.alcs.domain.impl
This class provides elastic path configurations and context to others.
ElasticPathImpl() - Constructor for class com.bea.alcs.domain.impl.ElasticPathImpl
Default constructor.
ElasticPathService - Interface in com.bea.alcs.service
Provides the ability to access elastic path context.
ElasticPathServiceImpl - Class in com.bea.alcs.service.impl
Provides the ability to access elastic path context.
ElasticPathServiceImpl() - Constructor for class com.bea.alcs.service.impl.ElasticPathServiceImpl
 
ELECTRONIC_ORDER_SHIPMENT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.ElectronicOrderShipment.
ELECTRONIC_STRING - Static variable in enum com.bea.alcs.domain.order.OrderShipment.ShipmentType
Used for discriminator, which requires a static final string, so it's all defined in one place.
ElectronicOrderShipment - Interface in com.bea.alcs.domain.order
ElectronicOrderShipment represents a customer's order shipment containing electronic/digital (non-shippable) goods.
ElectronicOrderShipmentImpl - Class in com.bea.alcs.domain.order.impl
ElectronicOrderShipmentImpl represents a customer's order shipment for non-shippable goods.
ElectronicOrderShipmentImpl() - Constructor for class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
 
ELIGIBILITY_KIND - Static variable in interface com.bea.alcs.domain.rules.RuleEligibility
Identifies the RuleElement as an eligibility to a rule.
EMAIL - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Email.
EMAIL_FROM - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The attribute name of the "from" email address.
EMAIL_IMPORT_REPORT_TXT_TEMPLATE - Static variable in class com.bea.alcs.commons.constants.ImportConstants
Text email template for import report.
EMAIL_PROPERTIES - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.EmailProperties.
EMAIL_PROPERTY_HELPER_CMUSER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.CmUserEmailPropertyHelper.
EMAIL_PROPERTY_HELPER_CUSTOMER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.CustomerEmailPropertyHelper.
EMAIL_PROPERTY_HELPER_GIFT_CERT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.GiftCertificateEmailPropertyHelper.
EMAIL_PROPERTY_HELPER_IMPORT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.ImportEmailPropertyHelper.
EMAIL_PROPERTY_HELPER_ORDER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.OrderEmailPropertyHelper.
EMAIL_PROPERTY_HELPER_WISHLIST - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.WishListEmailPropertyHelper.
EMAIL_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.misc.EmailService.
EmailExistException - Exception in com.bea.alcs.commons.exception
The exception for email address already exists.
EmailExistException(String) - Constructor for exception com.bea.alcs.commons.exception.EmailExistException
Creates a new EmailExistException object with the given message.
EmailExistException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EmailExistException
Creates a new EmailExistException object using the given message and cause exception.
emailExists(String) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Checks whether the given CmUser's email address exists in the database already, except when the email address is owned by the given CmUser.
emailExists(CmUser) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Check the given cmUser's email exists or not.
emailExists(String) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Checks the given email exists or not.
emailExists(CmUser) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Checks whether the given CmUser's email address exists in the database already, except when the email address is owned by the given CmUser.
EmailHttpInvokerProxyFactoryBean - Class in com.bea.alcs.service.misc
Enhances the Spring HttpInvokerProxyFactoryBean by allowing one to set the serverURL prefix needed to find all the remote beans.
EmailHttpInvokerProxyFactoryBean() - Constructor for class com.bea.alcs.service.misc.EmailHttpInvokerProxyFactoryBean
 
EmailNonExistException - Exception in com.bea.alcs.commons.exception
The exception for email address doesn't exist in the database.
EmailNonExistException(String) - Constructor for exception com.bea.alcs.commons.exception.EmailNonExistException
Creates a new EmailNonExistException object with the given message.
EmailNonExistException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EmailNonExistException
Creates a new EmailNonExistException object using the given message and cause exception.
EmailProperties - Interface in com.bea.alcs.domain.misc
Represents properties used to construct an email.
EmailPropertiesImpl - Class in com.bea.alcs.domain.misc.impl
Default implementation of EmailProperties.
EmailPropertiesImpl() - Constructor for class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
 
EmailService - Interface in com.bea.alcs.service.misc
Provides email services.
EmailServiceImpl - Class in com.bea.alcs.service.misc.impl
Provides image rendering service.
EmailServiceImpl() - Constructor for class com.bea.alcs.service.misc.impl.EmailServiceImpl
 
EMPTY_SORTED_ENTRY_SET - Static variable in class com.bea.alcs.commons.util.Collections
The empty entry sorted set (immutable).
EMPTY_SORTED_MAP - Static variable in class com.bea.alcs.commons.util.Collections
The empty sorted map (immutable).
EMPTY_SORTED_SET - Static variable in class com.bea.alcs.commons.util.Collections
The empty sorted set (immutable).
enableRecalculation() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Enables auto-recalculation.
enableRecalculation() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Enables auto-recalculation.
enableRecalculation() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Enables auto-recalculation.
enableRecalculation() - Method in interface com.bea.alcs.domain.RecalculableObject
Enables auto-recalculation.
enableReorder() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
EncodingFilter - Class in com.bea.alcs.commons.filter.impl
Currently, many browsers do not send character encoding information in the Content-Type header of an HTTP request.
EncodingFilter() - Constructor for class com.bea.alcs.commons.filter.impl.EncodingFilter
 
encrypt(String) - Method in class com.bea.alcs.commons.util.security.impl.StringEncrypterImpl
Encrypts a given string.
encrypt(String) - Method in interface com.bea.alcs.commons.util.security.StringEncrypter
Encrypts a given string.
encrypt() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
Encrypts the credit card number.
encrypt() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Encrypts the credit card number.
ENCRYPTION_KEY - Static variable in interface com.bea.alcs.commons.util.security.StringEncrypter
Encyption key handle to value in commerce-config.xml.
END_DATE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
End date.
Entity - Interface in com.bea.alcs.domain
Entity represents a entity domain object.
EP_RULE_BASE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
Bean id for implementation of EpRuleBase.
EP_RULE_ENGINE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.EpRuleEngine.
EpAuthenticationSimpleHttpInvokerRequestExecutor - Class in com.bea.alcs.service.misc.impl
Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor.
EpAuthenticationSimpleHttpInvokerRequestExecutor() - Constructor for class com.bea.alcs.service.misc.impl.EpAuthenticationSimpleHttpInvokerRequestExecutor
 
EpBeanConverter - Class in com.bea.alcs.web.ajax.dwrconverter
EpPersistedBeanConverter is a customized bean converter for integration with dwr.
EpBeanConverter() - Constructor for class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
 
EpBigDecimalBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding a bad string value to a BigDecimal object.
EpBigDecimalBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpBigDecimalBindException
Creates a new object.
EpBigDecimalBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpBigDecimalBindException
Creates a new object.
EpBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
EpBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpBindException
Creates a new object.
EpBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpBindException
Creates a new object.
EpBooleanBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding a bad string value to a boolean value.
EpBooleanBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpBooleanBindException
Creates a new object.
EpBooleanBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpBooleanBindException
Creates a new object.
EpCatalogViewRequestBindException - Exception in com.bea.alcs.domain.catalogview
This exception will be thrown when binding an invalid parameter or attribute from a catalog view request.
EpCatalogViewRequestBindException(String) - Constructor for exception com.bea.alcs.domain.catalogview.EpCatalogViewRequestBindException
Creates a new object.
EpCatalogViewRequestBindException(String, Throwable) - Constructor for exception com.bea.alcs.domain.catalogview.EpCatalogViewRequestBindException
Creates a new object.
EpContextConfigListener - Class in com.bea.alcs.web.context.impl
Bootstrap listener to set up various context config after the springframework context has been loaded.
EpContextConfigListener() - Constructor for class com.bea.alcs.web.context.impl.EpContextConfigListener
 
EpCurrencyBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding an invalid string value to a Currency instance.
EpCurrencyBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpCurrencyBindException
Creates a new object.
EpCurrencyBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpCurrencyBindException
Creates a new object.
EpCurrencyConverter - Class in com.bea.alcs.web.ajax.dwrconverter
EpCurrencyConverter is a customized converter to convert java.util.Currency object to/from java.lang.String.
EpCurrencyConverter() - Constructor for class com.bea.alcs.web.ajax.dwrconverter.EpCurrencyConverter
 
EpDateBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding a bad string value to a Date object.
EpDateBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpDateBindException
Creates a new object.
EpDateBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpDateBindException
Creates a new object.
EpDomain - Interface in com.bea.alcs.domain
Represents a general domain object.
EpDomainException - Exception in com.bea.alcs.domain
The generic exception class for the com.bea.alcs.domain package.
EpDomainException(String) - Constructor for exception com.bea.alcs.domain.EpDomainException
Creates a new EpDomainException object with the given message.
EpDomainException(String, Throwable) - Constructor for exception com.bea.alcs.domain.EpDomainException
Creates a new EpDomainException object using the given message and cause exception.
EpEmailValidator - Class in com.bea.alcs.commons.validator.impl
EpEmailValidator is a customized Email validator to implement validation that is more aligned with the RFC specification.
EpEmailValidator() - Constructor for class com.bea.alcs.commons.validator.impl.EpEmailValidator
Protected constructor for subclasses to use.
EpEmptySearchCriteriaException - Exception in com.bea.alcs.service.search.query
This exception will be thrown in case an empty search criteria is given.
EpEmptySearchCriteriaException(String) - Constructor for exception com.bea.alcs.service.search.query.EpEmptySearchCriteriaException
Creates a new object.
EpEmptySearchCriteriaException(String, Throwable) - Constructor for exception com.bea.alcs.service.search.query.EpEmptySearchCriteriaException
Creates a new object.
EpFieldChecks - Class in com.bea.alcs.commons.validator.impl
EpFieldChecks defines customized validation rules to be integrated into the springmodules validator.
EpFieldChecks() - Constructor for class com.bea.alcs.commons.validator.impl.EpFieldChecks
Constructor.
EpIntBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding a bad string value to a int value.
EpIntBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpIntBindException
Creates a new object.
EpIntBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpIntBindException
Creates a new object.
EpInvalidGuidBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown when an invalid guid is given.
EpInvalidGuidBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpInvalidGuidBindException
Creates a new object.
EpInvalidGuidBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpInvalidGuidBindException
Creates a new object.
EpInvalidValueBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case trying to set an invalid value to an entity or a value object.
EpInvalidValueBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpInvalidValueBindException
Creates a new object.
EpInvalidValueBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpInvalidValueBindException
Creates a new object.
EpLicensingCorruptedException - Exception in com.bea.alcs.commons.exception
This exception will be thrown if the product license is invalid.
EpLicensingCorruptedException(String) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingCorruptedException
Creates a new object.
EpLicensingCorruptedException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingCorruptedException
Creates a new object.
EpLicensingException - Exception in com.bea.alcs.commons.exception
Superclass for all licensing exceptions.
EpLicensingException(String) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingException
Creates a new object.
EpLicensingException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingException
Creates a new object.
EpLicensingExpiredException - Exception in com.bea.alcs.commons.exception
This exception will be thrown if the product license is invalid.
EpLicensingExpiredException(String) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingExpiredException
Creates a new object.
EpLicensingExpiredException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingExpiredException
Creates a new object.
EpLicensingInvalidException - Exception in com.bea.alcs.commons.exception
This exception will be thrown if the product license is invalid.
EpLicensingInvalidException(String) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingInvalidException
Creates a new object.
EpLicensingInvalidException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingInvalidException
Creates a new object.
EpLicensingMissingException - Exception in com.bea.alcs.commons.exception
This exception will be thrown if the product license is invalid.
EpLicensingMissingException(String) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingMissingException
Creates a new object.
EpLicensingMissingException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpLicensingMissingException
Creates a new object.
EpLocaleBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding an invalid string value to a Locale instance.
EpLocaleBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpLocaleBindException
Creates a new object.
EpLocaleBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpLocaleBindException
Creates a new object.
EpLocaleConverter - Class in com.bea.alcs.web.ajax.dwrconverter
EpLocaleConverter is a customized converter to convert java.util.Locale object to/from java.lang.String.
EpLocaleConverter() - Constructor for class com.bea.alcs.web.ajax.dwrconverter.EpLocaleConverter
 
EpLog4jConfigListener - Class in com.bea.alcs.web.context.impl
EpLog4jConfigListener is the bootstrap listener for custom Log4J initialization in a web environment.
EpLog4jConfigListener() - Constructor for class com.bea.alcs.web.context.impl.EpLog4jConfigListener
 
EpLongBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown in case any errors happen when binding a bad string value to a long value.
EpLongBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpLongBindException
Creates a new object.
EpLongBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpLongBindException
Creates a new object.
EpNonConsistentDomainFieldException - Exception in com.bea.alcs.commons.exception
General exception for non consistent fields in domain objects.
EpNonConsistentDomainFieldException(String) - Constructor for exception com.bea.alcs.commons.exception.EpNonConsistentDomainFieldException
Creates a new EpNonConsistentDomainFieldException object with the given message.
EpNonConsistentDomainFieldException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpNonConsistentDomainFieldException
Creates a new EpNonConsistentDomainFieldException object with the given message.
EpNonNullBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown when binding an null string value to a field not allowed to be null.
EpNonNullBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpNonNullBindException
Creates a new object.
EpNonNullBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpNonNullBindException
Creates a new object.
EpPersistenceException - Exception in com.bea.alcs.persistence
A general exception to wrap errors happen at persistence layer.
EpPersistenceException(String) - Constructor for exception com.bea.alcs.persistence.EpPersistenceException
Creates a new EPPersistenceException object.
EpPersistenceException(String, Throwable) - Constructor for exception com.bea.alcs.persistence.EpPersistenceException
Creates a new EPPersistenceException object.
EpPersistenceService - Interface in com.bea.alcs.service
EpPersistenceService serves as the base interface for all services manipulating persistable domain models.
EpRuleBase - Interface in com.bea.alcs.domain.rules
Rule base container for the purpose of serializing the rule base to the database.
EpRuleBaseImpl - Class in com.bea.alcs.domain.rules.impl
Default implementation of EpRuleBase.
EpRuleBaseImpl() - Constructor for class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
 
EpRuleEngine - Interface in com.bea.alcs.service.rules
Executes rules-engine rules on objects passed as parameters to this class.
EpService - Interface in com.bea.alcs.service
EpService serves as the base interface for other services.
EpServiceException - Exception in com.bea.alcs.service
The generic exception class for the com.bea.alcs.service package.
EpServiceException(String) - Constructor for exception com.bea.alcs.service.EpServiceException
Creates a new EpServiceException object with the given message.
EpServiceException(String, Throwable) - Constructor for exception com.bea.alcs.service.EpServiceException
Creates a new EpServiceException object using the given message and cause exception.
EpSystemException - Exception in com.bea.alcs.commons.exception
The generic exception class for the com.bea.alcs package.
EpSystemException(String) - Constructor for exception com.bea.alcs.commons.exception.EpSystemException
Creates a new EpSystemException object with the given message.
EpSystemException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpSystemException
Creates a new EpSystemException object using the given message and cause exception.
EpTooLongBindException - Exception in com.bea.alcs.commons.exception
This exception will be thrown when a given value is too long.
EpTooLongBindException(String) - Constructor for exception com.bea.alcs.commons.exception.EpTooLongBindException
Creates a new object.
EpTooLongBindException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpTooLongBindException
Creates a new object.
EpUnsupportedOperationException - Exception in com.bea.alcs.commons.exception
This exception will be thrown when unsupported operation is called.
EpUnsupportedOperationException(String) - Constructor for exception com.bea.alcs.commons.exception.EpUnsupportedOperationException
Creates a new object.
EpUnsupportedOperationException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.EpUnsupportedOperationException
Creates a new object.
EpUserIdentityService - Class in com.bea.alcs.service.auth.impl
This is a default indentity service for EP authentication.
EpUserIdentityService() - Constructor for class com.bea.alcs.service.auth.impl.EpUserIdentityService
 
equals(Object) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Return true if the given object is AttributeType and has the same id.
equals(Object) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Return true if the given object is AttributeGroupAttribute and is logically equal.
equals(Object) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return true if the given object is Attribute and is logically equal.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Determine whether this LDF object equals the given object by comparing the locale, as the locale uniquely determines the LDF object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Returns true if this object equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Returns true if this Catalog equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Returns true if this object equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Equals method.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Return true if the given object is an instance of InventoryImpl and is logically equal.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Returns true if this object equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Returns true if this ProductCategory equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns true if this category equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Implements equals semantics.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns true if this sku equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Implements equals semantics.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Implements equals semantics.
equals(Object) - Method in class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
Implements equals semantics.
equals(Object) - Method in interface com.bea.alcs.domain.catalog.Product
Returns true if the product equals this product.
equals(Object) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
Returns true if this filter equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Returns true if this filter equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Returns true if this filter equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Returns true if this filter equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
equals(Object) - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
equals(Object) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
equals(Object) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Deep compare with another AbstractAddressImpl.
equals(Object) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Returns true if this category equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Return true if the given object is an import type and has the same id.
equals(Object) - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
Compares to objects.
equals(Object) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
equals(Object) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
equals(Object) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
equals(Object) - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Determine whether the given object is equal to this, based on shipment number.
equals(Object) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Determine whether the given object is equal to this based on the unique RMA code.
equals(Object) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
equals(Object) - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Had to override the equals to make sure that persistence layer wouldn't insert and delete these value objects upon initialization.
equals(Object) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Determine whether the given object is equal to this, based on shipment number.
equals(Object) - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
equals(Object) - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Return true if the given object is ShippingCostCalculationParameterImpl and is logically equal.
equals(Object) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Compare two shipping service level by uidpk.
equals(Object) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Return true if the given object is AbstractCartItemImpl and is logically equal.
equals(Object) - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
Equals method.
equals(Object) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartItemImpl
Return true if the given object is ShoppingCartItemImpl and is logically equal.
equals(Object) - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListItemImpl
Return true if the given object is ShoppingCartItemImpl and is logically equal.
equals(Object) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
equals(Object) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
equals(Object) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
equals(Object) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
equals(Object) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
equals(Object) - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Returns true if this object equals to the given object.
equals(Object) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Returns true if this object equals to the given object.
equals(Object) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
ERROR - Static variable in interface com.bea.alcs.domain.dataimport.ImportFault
The error level.
ERROR_ENCRYPTION_KEY_IS_NULL - Static variable in interface com.bea.alcs.commons.util.security.StringEncrypter
Error message thrown for null key.
ERROR_ENCRYPTION_KEY_TOO_SHORT - Static variable in interface com.bea.alcs.commons.util.security.StringEncrypter
Error message thrown when encryption key is too short.
ERROR_KEY - Static variable in class com.bea.alcs.commons.constants.WebConstants
Error Key.
escapeName2UrlFriendly(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns an escaped name which is URL-friendly.
escapeName2UrlFriendly(String) - Method in interface com.bea.alcs.commons.util.Utility
Returns an escaped name which is URL-friendly.
EVENT_ORIGINATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.event.EventOriginator.
EVENT_ORIGINATOR_CMUSER - Static variable in interface com.bea.alcs.domain.catalog.InventoryAudit
Inventory event come up from the CMUser.
EVENT_ORIGINATOR_HELPER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.event.EventOriginatorHelper.
EVENT_ORIGINATOR_QUARTZ - Static variable in interface com.bea.alcs.domain.catalog.InventoryAudit
Inventory event come up from the quartz job.
EVENT_ORIGINATOR_SF - Static variable in interface com.bea.alcs.domain.catalog.InventoryAudit
Inventory event come up from the StoreFront.
EVENT_ORIGINATOR_WS - Static variable in interface com.bea.alcs.domain.catalog.InventoryAudit
Inventory event come up from the WebService.
EventOriginator - Interface in com.bea.alcs.domain.event
Represents who popup the system events.
EventOriginatorHelper - Interface in com.bea.alcs.domain.event
The helper on the EventOriginator.
EventOriginatorHelperImpl - Class in com.bea.alcs.domain.event.impl
The helper on the EventOriginator.
EventOriginatorHelperImpl() - Constructor for class com.bea.alcs.domain.event.impl.EventOriginatorHelperImpl
 
EventOriginatorImpl - Class in com.bea.alcs.domain.event.impl
Represents who pop up the events.
EventOriginatorImpl() - Constructor for class com.bea.alcs.domain.event.impl.EventOriginatorImpl
 
EventOriginatorType - Enum in com.bea.alcs.domain.event
Types of the event originator.
EVERYONE_ELIGIBILITY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl.
EveryoneEligibilityImpl - Class in com.bea.alcs.domain.rules.impl
Dummy rule eligibility that always evaluate to be true.
EveryoneEligibilityImpl() - Constructor for class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
 
exception2string(Exception) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns a string with full stack of the given exception.
exception2string(Exception) - Method in interface com.bea.alcs.commons.util.Utility
Returns a string with the full stack of the given exception.
EXCEPTION_STRING_SEPARATOR - Static variable in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Exception String Separator.
ExchangePaymentGateway - Interface in com.bea.alcs.domain.payment
Represents an exchange order payment gateway.
ExchangePaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Payment gateway for Exchange order.
ExchangePaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
 
ExchangePaymentHandler - Class in com.bea.alcs.domain.payment.impl
Exchange order payment handler.
ExchangePaymentHandler() - Constructor for class com.bea.alcs.domain.payment.impl.ExchangePaymentHandler
 
excuteGetObject(String, Object[]) - Method in class com.bea.alcs.service.reporting.impl.ReportServiceImpl
Executes a given prepared statement against the database, use when want to return a whole object instead of rows of data.
excuteGetObject(String, Object[]) - Method in interface com.bea.alcs.service.reporting.ReportService
Executes a given prepared statement against the database, use when want to return a whole object instead of rows of data.
execute(Inventory, ProductSku) - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Execute the command on the inventory object.
execute(Inventory, ProductSku) - Method in interface com.bea.alcs.domain.catalog.InventoryCommand
Execute the command on the inventory object.
execute(String, Object[]) - Method in class com.bea.alcs.service.reporting.impl.ReportServiceImpl
Executes a given prepared statement against the database.
execute(String, Object[]) - Method in interface com.bea.alcs.service.reporting.ReportService
Executes a given prepared statement against the database.
executeBeforePersistAction() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Update the last modified date.
executeBeforePersistAction() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Interceptor to perform tasks before persisting changes.
executeBeforePersistAction() - Method in class com.bea.alcs.domain.impl.AbstractPersistenceImpl
Interceptor to perform tasks before persisting changes.
executeBeforePersistAction() - Method in interface com.bea.alcs.domain.Persistence
Interceptor to perform tasks before persisting changes.
executeBeforePersistAction() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Execute any processing that should happen before persistence.
executeBeforePersistAction() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Interceptor to perform tasks before persisting changes.
executeNamedQuery(String) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Execute an update or delete named query.
executeNamedQuery(String, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Execute an update or delete named query.
executeNamedQuery(String) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Execute an update or delete named query.
executeNamedQuery(String, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Execute an update or delete named query.
executeNamedQueryWithList(String, String, Collection<E>) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Execute an update or delete named query.
executeNamedQueryWithList(String, String, Collection<E>, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Execute an update or delete named query.
executeNamedQueryWithList(String, String, Collection<E>) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Execute an update or delete named query.
executeNamedQueryWithList(String, String, Collection<E>, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Execute an update or delete named query.
executeSessionUpdate(String) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Excute the bulk update with the specified query.
executeUpdate() - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Execute the query as an update/insert.
executeUpdate() - Method in interface com.bea.alcs.persistence.Query
Execute the query as an update/insert.
executeWithSQL(String) - Method in class com.bea.alcs.service.reporting.impl.ReportServiceImpl
Execute a given sql statement using JPA persistence engine.
EXISTING_CUST_ELIGIBILITY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl.
ExistingCustomerEligibilityImpl - Class in com.bea.alcs.domain.rules.impl
Rule eligibility that requires a customer already has an account in the system.
ExistingCustomerEligibilityImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
 
exists(String) - Method in class com.bea.alcs.service.auth.impl.EpUserIdentityService
Check whether the given user exists.
exists(String) - Method in interface com.bea.alcs.service.auth.UserIdentityService
Check whether the given user exists.
externalizeRuleBase(RuleBase) - Static method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Externalizes the rule base.
extractCreditCard() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Extract the credit card information in this order payment into a credit card object.
extractCreditCard() - Method in interface com.bea.alcs.domain.order.OrderPayment
Extract the credit card information in this order payment into a credit card object.
extractPriceCurrency(String) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Returns the currency of a price field.
extractPriceCurrency(String) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Returns the currency of a price field.
extractSortOrder(String) - Static method in class com.bea.alcs.domain.catalogview.SortUtility
Extracts the SortOrder from the sorter identifier string.
extractSortType(String) - Static method in class com.bea.alcs.domain.catalogview.SortUtility
Extracts the SortBy from the sorter identifier string.

F

FEATURED - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Field which specifies whether a product is featured or not.
FEATURED_FIELD - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Partial field ID for featured product order.
FEATURED_PRODUCT_FILTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.FeaturedProductFilter.
FEATURED_PRODUCT_SORTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in featured product sorter to query strings.
FeaturedProductFilter - Interface in com.bea.alcs.domain.catalogview
Special filter designed to filter out only those products that are featured.
FeaturedProductFilterImpl - Class in com.bea.alcs.domain.catalogview.impl
Special filter designed to filter out only those products that are featured.
FeaturedProductFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
 
FETCH_GROUP_LOAD_TUNER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of FetchGroupLoadTuner.
FetchGroupConstants - Class in com.bea.alcs.persistence.support
Contains fetch group constants.
FetchGroupConstants() - Constructor for class com.bea.alcs.persistence.support.FetchGroupConstants
 
FetchGroupLoadTuner - Interface in com.bea.alcs.persistence.support
Load tuner that applies a particular fetch group to the fetch plan.
FetchGroupLoadTunerImpl - Class in com.bea.alcs.persistence.support.impl
Default implementation of FetchGroupLoadTuner.
FetchGroupLoadTunerImpl() - Constructor for class com.bea.alcs.persistence.support.impl.FetchGroupLoadTunerImpl
 
FetchPlanHelper - Interface in com.bea.alcs.service.misc
Represents a helper which can set a fetch plan for object loading.
FILE - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The attribute type for uploading files to the server.
FILE_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for file.
FileService - Interface in com.bea.alcs.service.misc
Provides file download and upload service.
FileServiceImpl - Class in com.bea.alcs.service.misc.impl
Provide file download and upload service.
FileServiceImpl() - Constructor for class com.bea.alcs.service.misc.impl.FileServiceImpl
 
FileSystemConnectionInfo - Interface in com.bea.alcs.domain
This class contains the filesystem connection info.
FileSystemConnectionInfoImpl - Class in com.bea.alcs.domain.impl
This class contains File system connection info.
FileSystemConnectionInfoImpl() - Constructor for class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
 
Filter<T extends Filter<T>> - Interface in com.bea.alcs.domain.catalogview
Represents a filter in a CatalogViewRequest.
FILTER_BUCKET_COMPARATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.impl.FilterBucketComparatorImpl.
FILTER_OPTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.FilterOption.
FILTER_OPTION_COMPARETO_COMPARATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.FilterOptionCompareToComparator.
FilterBucketComparator - Interface in com.bea.alcs.domain.misc
Represents a Comparator on FilterOptions.
FilterBucketComparatorImpl - Class in com.bea.alcs.domain.misc.impl
This is a default implementation of FilterBucketComparator.
FilterBucketComparatorImpl() - Constructor for class com.bea.alcs.domain.misc.impl.FilterBucketComparatorImpl
 
FilterDisplayInfo - Interface in com.bea.alcs.domain.catalogview
The object contains the localized display info for the range filter.
FilterDisplayInfoImpl - Class in com.bea.alcs.domain.catalogview.impl
The object which contains the display infor for the range filter.
FilterDisplayInfoImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
 
FILTERED_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.query.FilteredSearchCriteria.
FilteredQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query composer for filtered search criteria's.
FilteredQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.FilteredQueryComposerImpl
 
FilteredSearchCriteria<T extends SearchCriteria> - Class in com.bea.alcs.service.search.query
An advanced search criteria used for filtering results with another search criteria.
FilteredSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.FilteredSearchCriteria
 
FilteredSearchCriteria.Relationship - Enum in com.bea.alcs.service.search.query
Represents how search criteria's are related to each other.
FilterFactory - Interface in com.bea.alcs.service.catalogview
Represents a factory which will create Filters based on the given filter Id.
FilterFactoryImpl - Class in com.bea.alcs.service.catalogview.impl
Represent a default implementation of FilterFactory.
FilterFactoryImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.FilterFactoryImpl
 
FilterOption<T extends Filter<T>> - Interface in com.bea.alcs.domain.catalogview
A partition of Intelligent Browsing results that has: the count of the items within this partition a localised display name for this parition a query string that, when used, makes this partition the superset of the results (which may be further paritioned) Each of the Intelligent Browsing links in the demo store is represented by a different instance of a FilterOption.
FilterOptionCompareToComparator<T extends Filter<T>> - Interface in com.bea.alcs.domain.catalogview
A comparator for range FilterOptions.
FilterOptionCompareToComparatorImpl<T extends Filter<T>> - Class in com.bea.alcs.domain.catalogview.impl
Default implementation of of FilterOptionCompareToComparator.
FilterOptionCompareToComparatorImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.FilterOptionCompareToComparatorImpl
 
FilterOptionImpl<T extends Filter<T>> - Class in com.bea.alcs.domain.catalogview.impl
This is the default implementation of FilterOption.
FilterOptionImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
 
FilterSeoUrl - Class in com.bea.alcs.domain.catalogview.browsing.impl
Encapsulates the logic required to build a SEO url for a filter.
FilterSeoUrl(Locale, SortBy, SortOrder, String) - Constructor for class com.bea.alcs.domain.catalogview.browsing.impl.FilterSeoUrl
Create an instance that filters will be added to later which will use the specified locale and sorter objects during the URL construction.
FilterSeoUrl(Locale, List<Filter<?>>, SortBy, SortOrder, String) - Constructor for class com.bea.alcs.domain.catalogview.browsing.impl.FilterSeoUrl
Create an instance that will use the specified locale and sorter objects during the URL construction and add all the specified filters (in the order provided).
FilterSeoUrl(Locale, List<Filter<?>>, SortBy, SortOrder, int, String) - Constructor for class com.bea.alcs.domain.catalogview.browsing.impl.FilterSeoUrl
Create an instance that will use the specified locale and sorter objects during the URL construction and add all the specified filters (in the order provided).
filterSeoUrl(Locale, List<Filter<?>>, SortBy, SortOrder, int) - Method in class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
Create an seo url that will use the specified locale and sorter objects during the URL construction and add all the specified filters (in the order provided).
filterSeoUrl(Locale, List<Filter<?>>, SortBy, SortOrder, int) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Create an seo url that will use the specified locale and sorter objects during the URL construction and add all the specified filters (in the order provided).
filterSeoUrl(Locale, List<Filter<?>>, SortBy, SortOrder, int) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Create an seo url that will use the specified locale and sorter objects during the URL construction and add all the specified filters (in the order provided).
filterSeoUrl(Locale, List<Filter<?>>, SortBy, SortOrder, int) - Method in interface com.bea.alcs.domain.catalogview.SeoUrlBuilder
Create an seo url that will use the specified locale and sorter objects during the URL construction and add all the specified filters (in the order provided).
finalizeShipment(OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Gateways should implement this if they need to finalize a shipment once all payment process has been completed.
finalizeShipment(OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Tell Google that the shipment's order is now complete and that a confirmation email should now be sent to the customer, the tracking number from the shipment will be included in the message to Google.
finalizeShipment(OrderShipment) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Gateways should implement this if they need to finalize a shipment once all payment process has been completed.
finalizeShipment(OrderShipment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Find the payment gateway used to process the shipment and pass on the finalize message.
finalizeShipment(OrderShipment) - Method in interface com.bea.alcs.service.payment.PaymentService
Tells the payment service that all payment activities have been completed for the specified shipment and any finalization actions should now occur, this must be called once payment activities have been completed on the order shipment.
find(Class<? extends Persistence>, List) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances of the specified class with the specified property criteria.
find(Class<? extends Persistence>, List) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances of the specified class with the specified property criteria.
find(String, List) - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl.PersistentBeanFinder
Retrieve a list of persistent instances of the specified class with the specified property criteria.
findActiveConventionalAuthorizationPayment(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Returns Last by creation time active (non-reversed and non-captured) conventional authorization payment.
findActiveGiftCertificateAuthPayments(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Gets non-reversed and non-captured authorization payments made with gift certificates for this shipment.
findActiveOrderAuthorizationPayment(Order) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Finds last order-level authorization payment.
findAllBrandsFromCatalog(long) - Method in interface com.bea.alcs.service.catalog.BrandService
Finds all the Brands for the specified catalog UID.
findAllBrandsFromCatalog(long) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Finds all the Brands for the specified catalog UID.
findAllCatalogOrGlobalAttributes(long) - Method in interface com.bea.alcs.service.attribute.AttributeService
Retrieves a collection of Attributes that are in the given catalog (via it's UID) or is a global attribute.
findAllCatalogOrGlobalAttributes(long) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Retrieves a collection of Attributes that are in the given catalog (via it's UID) or is a global attribute.
findAllCatalogs() - Method in interface com.bea.alcs.service.catalog.CatalogService
Gets a list of all the Catalogs.
findAllCatalogs() - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Gets a list of all the Catalogs.
findAllCatalogUids() - Method in interface com.bea.alcs.service.catalog.CatalogService
Gets a list of all the Catalog UIDs.
findAllCatalogUids() - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Gets a list of all the Catalog UIDs.
findAllCategoryTypeFromCatalog(long) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Finds all the CategoryTypes for the specified catalog UID.
findAllCategoryTypeFromCatalog(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Finds all the CategoryTypes for the specified catalog UID.
findAllConventionalAuthPayments(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Finds all conventional (no a gift certificate) authorization payments.
findAllGlobalAttributes() - Method in interface com.bea.alcs.service.attribute.AttributeService
Retrieves a collection of Attributes that are global attributes.
findAllGlobalAttributes() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Retrieves a collection of Attributes that are global attributes.
findAllocation(OrderSku) - Method in interface com.bea.alcs.service.order.AllocationService
Searches for an allocation for the specified order SKU.
findAllocation(OrderSku) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Searches for an allocation for the specified order SKU.
findAllPaymentGateways() - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Gets a list of all payment gateways.
findAllPaymentGateways() - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Gets a list of all payment gateways.
findAllPaymentGatewayUids() - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Gets a list of all payment gateway UIDs.
findAllPaymentGatewayUids() - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Gets a list of all payment gateway UIDs.
findAllProductTypeFromCatalog(long) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Finds all the ProductTypes for the specified catalog UID.
findAllProductTypeFromCatalog(long) - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Finds all the ProductTypes for the specified catalog UID.
findAllSkuOptionFromCatalog(long) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Finds all the SkuOptions for the specified catalog UID.
findAllSkuOptionFromCatalog(long) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Finds all the SkuOptions for the specified catalog UID.
findAllStores() - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a list of all the stores.
findAllStores(FetchGroupLoadTuner) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a list of all stores.
findAllStores(CmUser) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a list of all the stores for the user.
findAllStores() - Method in interface com.bea.alcs.service.store.StoreService
Gets a list of all the stores.
findAllStores(FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.store.StoreService
Gets a list of all stores.
findAllStores(CmUser) - Method in interface com.bea.alcs.service.store.StoreService
Gets a list of all the stores for the user.
findAllStoreUids() - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a list of all the store UIDs.
findAllStoreUids() - Method in interface com.bea.alcs.service.store.StoreService
Gets a list of all the store UIDs.
findAllSynonymGroupForCatalog(long) - Method in class com.bea.alcs.service.search.impl.SynonymGroupServiceImpl
Gets a collection of SynonymGroups for a given catalog UID.
findAllSynonymGroupForCatalog(long) - Method in interface com.bea.alcs.service.search.SynonymGroupService
Gets a collection of SynonymGroups for a given catalog UID.
findAllUids() - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns all category UIDs as a list.
findAllUids() - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Returns all gift certificate uids as a list.
findAllUids() - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns all category UIDs as a list.
findAllUids() - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Returns all gift certificate uids as a list.
findAllUids() - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns all product uids as a list.
findAllUids() - Method in interface com.bea.alcs.service.catalog.ProductService
Returns all product uids as a list.
findAllUids() - Method in interface com.bea.alcs.service.customer.CustomerService
Returns all customer uids as a list.
findAllUids() - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Returns all customer uids as a list.
findAllUids() - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Returns all order uids as a list.
findAllUids() - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Returns list of all OrderReturn uids.
findAllUids() - Method in interface com.bea.alcs.service.order.OrderService
Returns all order uids as a list.
findAllUids() - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Returns list of all OrderReturn uids.
findAllUids() - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Returns all Rule uids as a list.
findAllUids() - Method in interface com.bea.alcs.service.rules.RuleService
Returns all Rule uids as a list.
findAllWarehouses() - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Gets a list of all warehouses.
findAllWarehouses() - Method in interface com.bea.alcs.service.store.WarehouseService
Gets a list of all warehouses.
findAllWarehouseUids() - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Gets a list of all warehouse UIDs.
findAllWarehouseUids() - Method in interface com.bea.alcs.service.store.WarehouseService
Gets a list of all warehouse UIDs.
findAncestorCategoryUidsByCategoryUid(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns the set of category UIDs, which are ancestors of the given category UID.
findAncestorCategoryUidsByCategoryUid(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns the set of category UIDs, which are ancestors of the given category UID.
findAncestorCategoryUidsByProductUid(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns the set of category UIDs, which are ancestors of the given product UID.
findAncestorCategoryUidsByProductUid(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns the set of category UIDs, which are ancestors of the given product UID.
findAvailableUids() - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns all available category UIDs as a list.
findAvailableUids() - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns all available category UIDs as a list.
findAvailableUids() - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns all available product uids as a list.
findAvailableUids() - Method in interface com.bea.alcs.service.catalog.ProductService
Returns all available product uids as a list.
findAvailableUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieves list of Product uids where the last modified date is later than the specified date.
findAvailableUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieves list of Product uids where the last modified date is later than the specified date.
findBrandByGuidAndCatalogGuid(String, String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Retrieve the brand with the given guid.
findBrandByGuidAndCatalogGuid(String, String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Retrieve the brand with the given guid for the catalog with the given catalog UID.
findByBrandUid(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns a list of Product based on the given brand Uid.
findByBrandUid(long, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns a list of Product based on the given brand Uid.
findByBrandUid(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns a list of Product based on the given brand Uid.
findByBrandUid(long, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns a list of Product based on the given brand Uid.
findByCatalogAndUsage(long, int) - Method in interface com.bea.alcs.service.attribute.AttributeService
Find the attribute with the given catalog and attribute usage.
findByCatalogAndUsage(long, int) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Find the attribute with the given catalog and attribute usage.
findByCategoryUid(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns a list of Product based on the given category Uid.
findByCategoryUid(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns a collection of Products that are directly within the given categoryUid.
findByCategoryUid(long, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns a list of Product based on the given category Uid.
findByCategoryUid(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns a list of Product based on the given category Uid.
findByCategoryUid(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns a collection of Products that are directly within the given categoryUid.
findByCategoryUid(long, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns a list of Product based on the given category Uid.
findByCategoryUidPaginated(long, int, int, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns a list of Products based on the given category Uid.
findByCategoryUidPaginated(long, int, int, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns a list of Products based on the given category Uid.
findByCode(String) - Method in interface com.bea.alcs.service.catalog.BrandService
Find the brand with the given code.
findByCode(String) - Method in interface com.bea.alcs.service.catalog.CatalogService
Find the catalog with the given code.
findByCode(String) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Find the brand with the given code.
findByCode(String) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Find the catalog with the given code.
findByCode(String) - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Retrieves a warehouse by it's code.
findByCode(String) - Method in interface com.bea.alcs.service.store.WarehouseService
Retrieves a warehouse by it's code.
findByCode(String) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Find the code with the given code.
findByCode(String) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Find the code with the given code.
findByCreatedDate(Date) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieves list of Order where the created date is later than the specified date.
findByCreatedDate(Date) - Method in interface com.bea.alcs.service.order.OrderService
Retrieves list of Order where the created date is later than the specified date.
findByCriteria(ProductAssociationSearchCriteria) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Searches the product associations by given search criteria.
findByCriteria(ProductAssociationSearchCriteria) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Searches the product associations by given search criteria.
findByCriteria(ShippingLevelsSearchCriteriaImpl) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
findByCriteria(ShippingLevelsSearchCriteriaImpl) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
 
findByCustomerIdAndStoreCode(String, String) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Find the customer session with the given customerUid and storeCode.
findByCustomerIdAndStoreCode(String, String) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Find the customer session with the given customerUid and storeCode.
findByEmail(String) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Find the cmUser with the given email address.
findByEmail(String) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Find the cmUser with the given email address.
findByEmail(String, String) - Method in interface com.bea.alcs.service.customer.CustomerService
Find the customer with the given email address in the store.
findByEmail(String, String, boolean) - Method in interface com.bea.alcs.service.customer.CustomerService
Find the customer with the given email address.
findByEmail(String, String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Find the customer with the given email address.
findByEmail(String, String, boolean) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Find the customer with the given email address.
findByGiftCertificateCode(String) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Retrieves GiftCertificate given the gift certificate code.
findByGiftCertificateCode(String, Store) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Retrieves GiftCertificate given the gift certificate code.
findByGiftCertificateCode(String) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Retrieves GiftCertificate given the gift certificate code.
findByGiftCertificateCode(String, Store) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Retrieves GiftCertificate given the gift certificate code.
findByGroupName(String) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Find the customer group with the given group name.
findByGroupName(String) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Find the customer group with the given group name.
findByGuid(String, Catalog) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve the Category with the given GUID in a particular catalog.
findByGuid(String, String) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieves the Category with the given GUID in a particular catalog.
findByGuid(String, Catalog, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve the Category with the given GUID in a particular catalog.
findByGuid(String, String) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieves the Category with the given GUID in a particular catalog.
findByGuid(String, Catalog) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve the Category with the given GUID in a particular catalog.
findByGuid(String, Catalog, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve the Category with the given GUID in a particular catalog.
findByGuid(String, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Find the product with the given guid, for product, i.e.
findByGuid(String) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Find the product with the given guid, for product, i.e.
findByGuid(String) - Method in interface com.bea.alcs.service.catalog.ProductService
Find the product with the given guid, for product, i.e.
findByGuid(String, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Find the product with the given guid, for product, i.e.
findByGuid(String) - Method in interface com.bea.alcs.service.customer.CustomerService
Retrieve the customer with the given guid.
findByGuid(String) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Find the customer session with the given guid.
findByGuid(String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Retrieve the customer with the given guid.
findByGuid(String) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Find the customer session with the given guid.
findByIndexType(IndexType) - Method in class com.bea.alcs.service.search.impl.IndexNotificationServiceImpl
Gets a list of IndexNotifications which are for the given IndexType.
findByIndexType(IndexType) - Method in interface com.bea.alcs.service.search.IndexNotificationService
Gets a list of IndexNotifications which are for the given IndexType.
findByInventoryUid(long) - Method in class com.bea.alcs.service.catalog.impl.InventoryAuditServiceImpl
Returns a list of InventoryAudit based on the given inventory Uid.
findByInventoryUid(long) - Method in interface com.bea.alcs.service.catalog.InventoryAuditService
Returns a list of InventoryAudit based on the given inventory Uid.
findByKey(String) - Method in interface com.bea.alcs.service.attribute.AttributeService
Find the attribute with the given key.
findByKey(String) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Find the attribute with the given key.
findByKey(String) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Find the sku option with the given key.
findByKey(String) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Find the sku option with the given key.
findByModifiedDate(Date) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Retrieves list of GiftCertificate where the last modified date is later than the specified date.
findByModifiedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Retrieves list of GiftCertificate where the last modified date is later than the specified date.
findByModifiedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieves list of Product where the last modified date is later than the specified date.
findByModifiedDate(Date) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieves list of Product where the last modified date is later than the specified date.
findByModifiedDate(Date) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Retrieves list of RuleSets where the last modified date is later than the specified date.
findByModifiedDate(Date) - Method in interface com.bea.alcs.service.rules.RuleSetService
Retrieves list of RuleSets where the last modified date is later than the specified date.
findByName(String) - Method in interface com.bea.alcs.service.catalog.CatalogService
Find the catalog with the given name.
findByName(String) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Find the catalog with the given name.
findByName(String) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Find the UserRole with the given name.
findByName(String) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Find the userRole with the given name.
findByName(String) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Retrieves the rule with the given name.
findByName(String) - Method in interface com.bea.alcs.service.rules.RuleService
Retrieves the rule with the given name.
findByName(String) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Find the shipping region with the given name.
findByName(String) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Find the shipping region with the given name.
findByNameAndUsage(String, AttributeUsage) - Method in interface com.bea.alcs.service.attribute.AttributeService
Find the attribute with the given name and attribute usage.
findByNameAndUsage(String, AttributeUsage) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Find the attribute with the given name and attribute usage.
findByProductUid(long) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Returns a list of ProductSku based on the given product Uid.
findByProductUid(long) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Returns a list of ProductSku based on the given product Uid.
findByPromoCode(String) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Retrieves the rule with the given promotion code.
findByPromoCode(String) - Method in interface com.bea.alcs.service.rules.RuleService
Retrieves the rule with the given promotion code.
findByRoleId(long) - Method in interface com.bea.alcs.service.cmuser.CmUserService
List the CmUsers who have a particular role assigned.
findByRoleId(long) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
List the CmUsers who have a particular role assigned.
findByScenarioId(int) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Find the rule set by its scenario id.
findByScenarioId(int) - Method in interface com.bea.alcs.service.rules.RuleSetService
Find the rule set by its scenario id.
findBySkuCode(String) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Finds a ProductSku by its SKU Code.
findBySkuCode(String) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Finds a ProductSku by its SKU Code.
findBySkuCodeWithAll(String) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Finds a ProductSku by its SKU Code and populates all lazy-loaded references.
findBySkuCodeWithAll(String) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Finds a ProductSku by its SKU Code and populates all lazy-loaded references.
findByStore(String) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
List all shippingServiceLevels stored in the database for the specified store with storeCode.
findByStore(String) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Lists all shippingServiceLevels stored in the database for the specific store.
findByUids(Collection<Long>, CategoryLoadTuner) - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns a list of Category based on the given UIDs.
findByUids(Collection<Long>) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Returns a list of GiftCertificate based on the given uids.
findByUids(Collection<Long>, CategoryLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns a list of Category based on the given UIDs.
findByUids(Collection<Long>) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Returns a list of GiftCertificate based on the given uids.
findByUids(Collection<Long>, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns a list of Product based on the given uids.
findByUids(Collection<Long>, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns a list of Product based on the given uids.
findByUids(Collection<Long>) - Method in interface com.bea.alcs.service.customer.CustomerService
Returns a list of Customer based on the given uids.
findByUids(Collection<Long>) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Returns a list of Customer based on the given uids.
findByUids(Collection<Long>) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Returns a list of Order based on the given uids.
findByUids(Collection<Long>) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Returns a list of OrderReturn based on the given uids.
findByUids(Collection<Long>) - Method in interface com.bea.alcs.service.order.OrderService
Returns a list of Order based on the given uids.
findByUids(Collection<Long>) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Returns a list of OrderReturn based on the given uids.
findByUids(Collection<Long>) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Returns a list of Rules based on the given uids.
findByUids(Collection<Long>) - Method in interface com.bea.alcs.service.rules.RuleService
Returns a list of Rules based on the given uids.
findByUserId(String, String) - Method in interface com.bea.alcs.service.customer.CustomerService
Find the customer with the given userId address.
findByUserId(String, String, boolean) - Method in interface com.bea.alcs.service.customer.CustomerService
Find the customer with the given userId registered with the store.
findByUserId(String, String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Find the customer with the given userId registered with the store.
findByUserId(String, String, boolean) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Find the customer with the given userId registered with the store.
findByUserName(String) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Find the cmUser with the given userName.
findByUserName(String) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Find the cmUser with the given userName.
findByUserNameWithAccessInfo(String) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Find the cmUser contains access info by the given userName.
findByUserNameWithAccessInfo(String) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Find the cmUser contains access info by the given userName.
findCatalog(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Find a catalog by name.
findCatalog(String) - Method in interface com.bea.alcs.service.dataimport.ImportService
Find a catalog by name.
findCategoryByGuidAndCatalogGuid(String, String, boolean, boolean) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Retrieve the category with the given guid.
findCategoryByGuidAndCatalogGuid(String, String, boolean, boolean) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Retrieve the category with the given guid.
findCategoryType(String) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Finds categoryType for given name.
findCategoryType(String) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Finds categoryType for given name.
findCategoryUidsForCatalog(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns a list of Category UIDs based on the given Catalog UIDPK.
findCategoryUidsForCatalog(String) - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns a list of Category UIDs based on the given Catalog Code.
findCategoryUidsForCatalog(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns a list of Category UIDs based on the given Catalog UIDPK.
findCategoryUidsForCatalog(String) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns a list of Category UIDs based on the given Catalog Code.
findChangedCatalogRuleBases(String, int, Date) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Finds the EpRuleBase for the given catalogCode and scenarioId where the rule base has changed since the given Date.
findChangedCatalogRuleBases(String, int, Date) - Method in interface com.bea.alcs.service.rules.RuleService
Finds the EpRuleBase for the given catalogCode and scenarioId where the rule base has changed since the given Date.
findChangedPromoUids(Date, int) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Finds Rule UIDs that have been changed since current, excluding those date that are before the given exclude date.
findChangedPromoUids(Date, int) - Method in interface com.bea.alcs.service.rules.RuleService
Finds Rule UIDs that have been changed since current, excluding those date that are before the given exclude date.
findChangedStoreRuleBases(String, int, Date) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Finds the EpRuleBase for the given storeCode and scenarioId where the rule base has changed since the given Date.
findChangedStoreRuleBases(String, int, Date) - Method in interface com.bea.alcs.service.rules.RuleService
Finds the EpRuleBase for the given storeCode and scenarioId where the rule base has changed since the given Date.
findCustomerByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Retrieve the customer with the given guid.
findCustomerByGuid(String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Retrieve the customer with the given guid.
findCustomerByUserId(String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Retrieve customer by userid(email).
findCustomerLike(String, String) - Method in interface com.bea.alcs.service.customer.CustomerService
Retrieve the list of customers, whose specified property contain the given criteria value.
findCustomerLike(String, String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Retrieve the list of customers, whose specified property contain the given criteria value.
findCustomerStatusByUid(long) - Method in interface com.bea.alcs.service.customer.CustomerService
Retrieves customer status by customer uidpk.
findCustomerStatusByUid(long) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Retrieves customer status by customer uidpk.
findDAAuditListByDAOrderSku(long, long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Retrieves list of DigitalAssetAudit found by the OrderSku Uid and DigitalAsset Uid.
findDecendantCategoryUids(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve all decendant category UIDs of the given category UID.
findDecendantCategoryUids(List<Long>) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve all decendant category UIDs of the given category UIDs.
findDecendantCategoryUids(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve all decendant category UIDs of the given category UID.
findDecendantCategoryUids(List<Long>) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve all decendant category UIDs of the given category UIDs.
findDetailedOrdersByUids(Collection<Long>) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Returns a list of fully initialized Order objects based on the given uids.
findDetailedOrdersByUids(Collection<Long>) - Method in interface com.bea.alcs.service.order.OrderService
Returns a list of fully initialized Order objects based on the given uids.
findDirectDecendantCategories(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve all direct decendant Category objects of the given category UID.
findEntityByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCategoryImpl
Find the entity with the given guid.
findEntityByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCustomerImpl
Find the entity with the given guid.
findEntityByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerInventoryImpl
Find the entity with the given guid.
findEntityByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductAssociationImpl
Not used in this subclass.
findEntityByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductImpl
Find the entity with the given guid.
findEntityByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductSkuImpl
Find the entity with the given guid.
findFeaturedProductUidList(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Get a list of featured product UID by the category UID.
findFeaturedProductUidList(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Get a list of featured product UID by the category UID.
findFromName(String) - Static method in enum com.bea.alcs.service.search.IndexType
Attempts to find the IndexType with the given name.
findImportDataType(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Find an import data type by name.
findImportDataType(String) - Method in interface com.bea.alcs.service.dataimport.ImportService
Find an import data type by name.
findImportJob(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Find an import job by name.
findImportJob(String) - Method in interface com.bea.alcs.service.dataimport.ImportService
Find an import job by name.
findInventoryByGuidAndWarehouseUid(String, long) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Retrieve the inventory with the given guid and warehouse uid.
findInventoryByGuidAndWarehouseUid(String, long) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Retrieve the inventory with the given guid and warehouse uid.
findLinkedCategories(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Returns a List of all Category objects linked to the Category indicated by the given masterCategoryUid.
findLinkedCategories(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns a List of Category objects linked to the Category indicated by the given masterCategoryUid.
findLinkedCategories(long) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Returns a List of Category objects linked to the Category indicated by the given masterCategoryUid.
findLinkedCategories(long) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Returns a List of Category objects linked to the Category indicated by the given masterCategoryUid.
findMasterCatalogs() - Method in interface com.bea.alcs.service.catalog.CatalogService
Gets a list of all master Catalogs.
findMasterCatalogs() - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Gets all the master catalogs.
findMasterCatalogUids() - Method in interface com.bea.alcs.service.catalog.CatalogService
Gets a list of all the master Catalog UIDs.
findMasterCatalogUids() - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Gets a list of all the master Catalog UIDs.
findOptionValueUidPkByKey(String) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Find the sku option value with the given key.
findOrder(String, String, boolean) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieve the list of orders, whose specified property matches the given criteria value.
findOrder(String, String, boolean) - Method in interface com.bea.alcs.service.order.OrderService
Retrieve the list of orders, whose specified property matches the given criteria value.
findOrderAdvanced(AdvancedOrderSearchCriteria, int) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Advanced order search function based on the orderSearchCriteria and the max number of results to return.
findOrderAdvanced(AdvancedOrderSearchCriteria, int) - Method in interface com.bea.alcs.service.order.OrderService
Advanced order search function based on the orderSearchCriteria and the max number of results to return.
findOrderByCustomerEmail(String, boolean) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieve the list of orders by the customer's email address.
findOrderByCustomerEmail(String, boolean) - Method in interface com.bea.alcs.service.order.OrderService
Retrieve the list of orders by the customer's email address.
findOrderByCustomerGuid(String, boolean) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieve the list of orders by the customer's guid.
findOrderByCustomerGuid(String, boolean) - Method in interface com.bea.alcs.service.order.OrderService
Retrieve the list of orders by the customer's guid.
findOrderByCustomerGuidAndStoreCode(String, String) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieve the list of orders by the customer's guid and store code.
findOrderByCustomerGuidAndStoreCode(String, String) - Method in interface com.bea.alcs.service.order.OrderService
Retrieve the list of orders by the customer's guid and store code.
findOrderByGiftCertificateCode(String, boolean) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieve the list of orders by the gift certificate code.
findOrderByGiftCertificateCode(String, boolean) - Method in interface com.bea.alcs.service.order.OrderService
Retrieve the list of orders by the gift certificate code.
findOrderByOrderNumber(String) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Finds order by order number.
findOrderByOrderNumber(String) - Method in interface com.bea.alcs.service.order.OrderService
Finds order by order number.
findOrderByStatus(OrderStatus, OrderPaymentStatus, OrderShipmentStatus) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieve the list of orders with the specified statuses.
findOrderByStatus(OrderStatus, OrderPaymentStatus, OrderShipmentStatus) - Method in interface com.bea.alcs.service.order.OrderService
Retrieve the list of orders with the specified statuses.
findOrderNumberByOrderSkuID(long) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Retrieves order number found by the orderSku Uid.
findOrderNumberByOrderSkuID(long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Retrieves order number found by the orderSku Uid.
findOrderShipment(String, OrderShipment.ShipmentType) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Searches for order shipment with the specified shipment number and shipment type.
findOrderShipment(String, OrderShipment.ShipmentType) - Method in interface com.bea.alcs.service.order.OrderService
Searches for an order shipment with the specified shipment number and shipment type.
findOrderSkuByID(long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Retrieves list of OrderSku found by the orderSku Uid.
findOrderSkusWithCodeAndStatus(String, long, OrderShipmentStatus) - Method in interface com.bea.alcs.service.order.AllocationService
Finds all the order SKUs referencing product SKU with skuCode that belong to an order having reference to a store that utilizes warehouse with warehouseUid.
findOrderSkusWithCodeAndStatus(String, long, OrderShipmentStatus) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Finds all the order SKUs referencing product SKU with skuCode that belong to an order having reference to a store that utilizes warehouse with warehouseUid.
findProductByGuid(String, boolean, boolean, boolean) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Retrieve the product with the given guid.
findProductByGuid(String, boolean, boolean, boolean) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Retrieve the product with the given guid.
findProductCodesPurchasedByUser(PurchaseHistorySearchCriteria) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Returns a list of ProductCodes for all Products of which the product's skus have been purchased by a particular user, given additional search criteria.
findProductCodesPurchasedByUser(PurchaseHistorySearchCriteria) - Method in interface com.bea.alcs.service.order.OrderService
Returns a list of ProductCodes for all Products of which the product's skus have been purchased by a particular user, given additional search criteria.
findProductSkuByGuid(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Retrieve the product sku with the given guid.
findProductSkuByGuid(String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Retrieve the product sku with the given guid.
findProductSkuCodeLikeWithRestriction(String, long) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Retrieve the list of productSkus, whose name matches the given criteria and belongs to direct or indirect subcategory of the specified parent category.
findProductSkuCodeLikeWithRestriction(String, long) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Retrieve the list of productSkus, whose name matches the given criteria and belongs to direct or indirect subcategory of the specified parent category.
findProductSkuLike(String, String) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Retrieve the list of productSkus, whose specified property contain the given criteria value.
findProductSkuLike(String, String) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Retrieve the list of productSkus, whose specified property contain the given criteria value.
findProductTopSeller(int, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieve a list of top sellers of the whole store.
findProductTopSeller(int, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieve a list of top sellers of the whole store.
findProductTopSellerForCategory(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieve the list of top selling products that belongs to the category or its subcategories.
findProductTopSellerForCategory(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieve the list of top selling products that belongs to the category or its subcategories.
findProductType(String) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Finds productType for given name.
findProductType(String) - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Finds productType for given name.
findRuleBaseByScenario(Store, Catalog, int) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Finds the given rule base by Store, Catalog and scenario ID.
findRuleBaseByScenario(Store, Catalog, int) - Method in interface com.bea.alcs.service.rules.RuleService
Finds the given rule base by Store, Catalog and scenario ID.
findSkuOptionValueByKey(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Retrieve the SkuOptionValue with the given key.
findSkuOptionValueByKey(String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Retrieve the SkuOptionValue with the given key.
findSkuWithOptionValueCodes(Collection<String>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Find the ProductSku within this Product that is defined by the given set of OptionValueKeys.
findSkuWithOptionValueCodes(Collection<String>) - Method in interface com.bea.alcs.domain.catalog.Product
Find the ProductSku within this Product that is defined by the given set of OptionValueKeys.
findSkuWithOptionValueCodes(Collection<String>) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Find the ProductSku within this Product that is defined by the given set of OptionValueKeys.
findStore(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Find a store by name.
findStore(String) - Method in interface com.bea.alcs.service.dataimport.ImportService
Find a store by name.
findStoresWithCatalogUids(Collection<Long>) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Finds all the Stores that are associated with the given catalog UIDs.
findStoresWithCatalogUids(Collection<Long>) - Method in interface com.bea.alcs.service.store.StoreService
Finds all the Stores that are associated with the given catalog UIDs.
findStoreWithCode(String) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a Store with the given storeCode.
findStoreWithCode(String) - Method in interface com.bea.alcs.service.store.StoreService
Gets a Store with the given storeCode.
findStoreWithUrl(String) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a Store with the given storeUrl.
findStoreWithUrl(String) - Method in interface com.bea.alcs.service.store.StoreService
Gets a Store with the given storeUrl.
findTopSellerByCategoryUid(long) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Find top sellers of the given category uid.
findTopSellerByCategoryUid(long) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Find top sellers of the given category uid.
findUidById(String, Catalog) - Method in interface com.bea.alcs.service.catalog.CategoryService
Get the category UID of the given category identifier.
findUidById(String, Catalog) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Get the category UID of the given category identifier.
findUidById(String) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Get the product UID of the given product identifier.
findUidById(String) - Method in interface com.bea.alcs.service.catalog.ProductService
Get the product UID of the given product identifier.
findUidBySkuCode(String) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Get the sku UID of the given sku identifier.
findUidPkByKey(String) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Find the sku option with the given key.
findUidPkByKey(String) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Find the sku option with the given key.
findUidsByCategoryUids(Collection<Long>) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieves list of product uids belongs to either category uids given.
findUidsByCategoryUids(Collection<Long>) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieves list of product uids belongs to either category uids given.
findUidsByDeletedDate(Date) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieves list of category UIDs where the deleted date is later than the specified date.
findUidsByDeletedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieves list of category UIDs where the deleted date is later than the specified date.
findUidsByDeletedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieves list of product uids where the deleted date is later than the specified date.
findUidsByDeletedDate(Date) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieves list of product uids where the deleted date is later than the specified date.
findUidsByDeletedDate(Date) - Method in interface com.bea.alcs.service.customer.CustomerService
Retrieves list of customer uids where the deleted date is later than the specified date.
findUidsByDeletedDate(Date) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Retrieves list of customer uids where the deleted date is later than the specified date.
findUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieves list of Category UIDs where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Retrieves list of GiftCertificate uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieves list of Category UIDs where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Retrieves list of GiftCertificate uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieves list of Product uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieves list of Product uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.customer.CustomerService
Retrieves list of Customer uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Retrieves list of Customer uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieves list of Order uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Retrieves list of OrderReturn uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.order.OrderService
Retrieves list of Order uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Retrieves list of OrderReturn uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Retrieves list of Rule uids where the last modified date is later than the specified date.
findUidsByModifiedDate(Date) - Method in interface com.bea.alcs.service.rules.RuleService
Retrieves list of Rule uids where the last modified date is later than the specified date.
findUidsByStoreUid(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Retrieves list of product UIDs that belongs to the given store UID.
findUidsByStoreUid(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Retrieves list of product UIDs that belongs to the given store UID.
findUniqueParametersWithKey(String) - Method in class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
Get the list of unique RuleParameter value for the given parameter key.
findUniqueParametersWithKey(String) - Method in interface com.bea.alcs.service.rules.RuleParameterService
Get the list of unique RuleParameter value for the given parameter key.
findWarehouse(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Find a warehouse by name.
findWarehouse(String) - Method in interface com.bea.alcs.service.dataimport.ImportService
Find a warehouse by name.
fireCatalogPromotionRules(Product, ShoppingCart, Store) - Method in interface com.bea.alcs.service.rules.EpRuleEngine
Executes promotion rules for the specified product.
fireCatalogPromotionRules(Collection<? extends Product>, ShoppingCart, Store) - Method in interface com.bea.alcs.service.rules.EpRuleEngine
Executes promotion rules for the given products.
fireCatalogPromotionRules(Product, ShoppingCart, Store) - Method in class com.bea.alcs.service.rules.impl.AbstractRuleEngineImpl
Executes promotion rules for the specified product.
fireCatalogPromotionRules(Collection<? extends Product>, ShoppingCart, Store) - Method in class com.bea.alcs.service.rules.impl.AbstractRuleEngineImpl
Executes promotion rules for the given products.
fireOrderPromotionRules(ShoppingCart) - Method in interface com.bea.alcs.service.rules.EpRuleEngine
Executes order promotion rules on the specified shopping cart.
fireOrderPromotionRules(ShoppingCart) - Method in class com.bea.alcs.service.rules.impl.AbstractRuleEngineImpl
Executes order promotion rules on the specified shopping cart.
firePropertyChange(String, Object, Object) - Method in class com.bea.alcs.domain.impl.AbstractListenableEntityImpl
Notify listeners of a property change.
firePropertyChange(String, Object, Object) - Method in class com.bea.alcs.domain.impl.AbstractListenableValueObjectImpl
Notify listeners of a property change.
fireRules() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Forces the shopping cart to apply promotion rules.
fireRules() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Forces the shopping cart to apply promotion rules.
FIRST_NAME - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
First name.
FIRST_TIME_BUYER_ELIGIBILITY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl.
FirstTimeBuyerEligibilityImpl - Class in com.bea.alcs.domain.rules.impl
Rule eligibility that includes customers who are using an email address that has not been used before in an existing order.
FirstTimeBuyerEligibilityImpl() - Constructor for class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
 
FixedBaseAndCostPerUnitWeightMethodImpl - Class in com.bea.alcs.domain.shipping.impl
Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
FixedBaseAndCostPerUnitWeightMethodImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
 
FixedBaseAndOrderTotalPercentageMethodImpl - Class in com.bea.alcs.domain.shipping.impl
Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
FixedBaseAndOrderTotalPercentageMethodImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
 
FixedPriceMethodImpl - Class in com.bea.alcs.domain.shipping.impl
Shipping cost calculation method that calculates the shipping cost as fixBase.
FixedPriceMethodImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl
 
flush() - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Flush the cache.
flush() - Method in interface com.bea.alcs.persistence.PersistenceEngine
Flush the cache.
FLUSH_MAGIC_NUMBER - Static variable in class com.bea.alcs.commons.constants.ImportConstants
Flush magic number.
flushChanges(SolrServer, boolean) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Flushes (writes) changes to the index.
flushChanges(SolrServer, boolean) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Flushes (writes) changes to the index.
forceReleaseOrderLock(OrderLock) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Forces release a specific order lock.
forceReleaseOrderLock(OrderLock) - Method in interface com.bea.alcs.service.order.OrderLockService
Forces release a specific order lock.
formatTitle(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Format the given title to an easy-to-read string.
formatTitle(String) - Method in interface com.bea.alcs.commons.util.Utility
Format the given title to an easy-to-read string.
fromString(String) - Method in class com.bea.alcs.domain.shipping.impl.RegionImpl
Return the Region from parsing the given string representation.
fromString(String) - Method in interface com.bea.alcs.domain.shipping.Region
Return the Region from parsing the given string representation.
FUZZY - Static variable in interface com.bea.alcs.service.search.solr.DisMaxConstants
Boolean whether to do a fuzzy search.

G

GC_CURRENCY_MISMATCH - Static variable in class com.bea.alcs.commons.constants.WebConstants
Request parameter name of gift certificate currency mismatch.
GC_ZERO_BALANCE - Static variable in class com.bea.alcs.commons.constants.WebConstants
Request parameter name of when gift certificate balance is zero.
GENDER_FEMALE - Static variable in interface com.bea.alcs.domain.customer.Customer
The gender - female.
GENDER_MALE - Static variable in interface com.bea.alcs.domain.customer.Customer
The gender - male.
GENDER_NOT_SELECTED - Static variable in interface com.bea.alcs.domain.customer.Customer
The gender - not-selected.
GeneralJpaLoaderService - Interface in com.bea.alcs.service.misc
Provide the genral loading service for the value objects which don't have a seperate service.
GeneralJpaLoaderServiceImpl - Class in com.bea.alcs.service.misc.impl
Provide the genral loading service for the value objects which don't have a seperate service.
GeneralJpaLoaderServiceImpl() - Constructor for class com.bea.alcs.service.misc.impl.GeneralJpaLoaderServiceImpl
 
GENERATE_UNIQUE_PERMANENT_USER_ID_MODE - Static variable in class com.bea.alcs.commons.constants.WebConstants
the user id mode.
generateRandomAlphanumeric() - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns a random alphanumeric identifier with the length passed in.
generateRandomAlphanumeric() - Method in interface com.bea.alcs.commons.util.Utility
Returns a random alphanumeric identifier with the length passed in.
GEOGRAPHY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.Geography.
Geography - Interface in com.bea.alcs.domain.misc
Represents a set of countries and provides geography-related functionality such as finding the subcountries of a particular country.
GeographyImpl - Class in com.bea.alcs.domain.misc.impl
Represents a set of countries and provides geography-related functionality such as finding the subcountries of a particular country.
GeographyImpl() - Constructor for class com.bea.alcs.domain.misc.impl.GeographyImpl
 
get(String) - Method in interface com.bea.alcs.domain.ElasticPath
Return the value of a given property name.
get(String, String) - Method in interface com.bea.alcs.domain.ElasticPath
Return the value of a given property name.
get(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the value of a string property with the specified name from the dyanamic property map.
get(String, String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the value of a string property with the specified name.
get(Class<T>, long) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Get a persistent instance with the given id.
get(Class<T>, long) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Get a persistent instance with the given id.
get(long) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Get the digitalAssetAudit with the given UID.
get(long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Get the digitalAssetAudit with the given UID.
get(long) - Method in interface com.bea.alcs.service.attribute.AttributeService
Get the attribute with the given UID.
get(long) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Get the attribute with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.BrandService
Get the brand with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Get the category with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Get the Gift Certificate with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Get the brand with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Get the category with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Get the categoryType with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Get the Gift Certificate with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.InventoryAuditServiceImpl
Get the InventoryAudit with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Get the inventory with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Get the product with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Get the productSku with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Get the productType with the given UID.
get(long) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Get the sku option with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.InventoryAuditService
Get the InventoryAudit with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.InventoryService
Get the inventory with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Get the product with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Get the productSku with the given UID.
get(long) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Get the sku option with the given UID.
get(long) - Method in class com.bea.alcs.service.catalogview.impl.SfSearchLogServiceImpl
Gets the SfSearhLog indicated by the given Uid.
get(long) - Method in interface com.bea.alcs.service.catalogview.SfSearchLogService
Gets the SfSearhLog indicated by the given Uid.
get(long) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Get the cmUser with the given UID.
get(long) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Get the cmUser with the given UID.
get(long) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Get the userRole with the given UID.
get(long) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Get the userRole with the given UID.
get(long) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Get the customerGroup with the given UID.
get(long) - Method in interface com.bea.alcs.service.customer.CustomerService
Get the customer with the given UID.
get(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.customer.CustomerService
Get the customer with the given UID.
get(long) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Get the customerSession with the given UID.
get(long) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Get the customerGroup with the given UID.
get(long) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Get the customer with the given UID.
get(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Get the customer with the given UID.
get(long) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Get the customerSession with the given UID.
get(String, long) - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl.PersistentBeanFinder
Get a persistent instance with the given id.
get(long) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Get the order lock with the given UID.
get(long) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Get the order with the given UID.
get(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Get the order with the given UID.
get(long) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
Get the pick list with the given UID.
get(long) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Get the order return with the given UID.
get(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Gets the order return with the given UID.
get(long) - Method in interface com.bea.alcs.service.order.OrderService
Get the order with the given UID.
get(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.order.OrderService
Get the order with the given UID.
get(long) - Method in interface com.bea.alcs.service.order.PickListService
Get the pick list with the given UID.
get(long) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Get the order return with the given UID.
get(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Gets the order return with the given UID.
get(long) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Get the ruleAction with the given UID.
get(long, String) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Get the ruleAction with the given UID if it is greater than 0; otherwise get new instance of the ruleAction of the given ruleActionType from the spring beanFactory (assuming bean id is the same as the ruleActionType).
get(long) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Get the ruleCondition with the given UID.
get(long, String) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Get the ruleCondition with the given UID if it is greater than 0; otherwise get new instance of the ruleCondition of the given ruleConditionType from the spring beanFactory (assuming bean id is the same as the ruleConditionType).
get(long) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Get the ruleElement with the given UID.
get(long, String) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Get the ruleElement with the given UID if it is greater than 0; otherwise get new instance of the ruleElement of the given ruleElementType from the spring beanFactory (assuming bean id is the same as the ruleElementType).
get(long) - Method in class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
Get the ruleParameter with the given UID.
get(long) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Get the rule with the given UID.
get(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Gets the rule with the given UID.
get(long) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Get the ruleSet with the given UID.
get(long) - Method in interface com.bea.alcs.service.rules.RuleActionService
Get the ruleAction with the given UID.
get(long, String) - Method in interface com.bea.alcs.service.rules.RuleActionService
Get the ruleAction with the given UID if it is greater than 0; otherwise get new instance of the ruleAction of the given ruleActionType from the spring beanFactory (assuming bean id is the same as the ruleActionType).
get(long) - Method in interface com.bea.alcs.service.rules.RuleConditionService
Get the ruleCondition with the given UID.
get(long, String) - Method in interface com.bea.alcs.service.rules.RuleConditionService
Get the ruleCondition with the given UID if it is greater than 0; otherwise get new instance of the ruleCondition of the given ruleConditionType from the spring beanFactory (assuming bean id is the same as the ruleConditionType).
get(long) - Method in interface com.bea.alcs.service.rules.RuleElementService
Get the ruleElement with the given UID.
get(long, String) - Method in interface com.bea.alcs.service.rules.RuleElementService
Get the ruleElement with the given UID if it is greater than 0; otherwise get new instance of the ruleElement of the given ruleElementType from the spring beanFactory (assuming bean id is the same as the ruleElementType).
get(long) - Method in interface com.bea.alcs.service.rules.RuleParameterService
Get the ruleParameter with the given UID.
get(long) - Method in interface com.bea.alcs.service.rules.RuleService
Get the rule with the given UID.
get(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.rules.RuleService
Gets the rule with the given UID.
get(long) - Method in interface com.bea.alcs.service.rules.RuleSetService
Get the ruleSet with the given UID.
get(long) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Get the shippingRegion with the given UID.
get(long) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Get the shippingServiceLevel with the given UID.
get(long) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Get the shippingRegion with the given UID.
get(long) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Get the shippingServiceLevel with the given UID.
get(long) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Get the taxCode with the given UID.
get(long) - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Get the taxJurisdiction with the given UID.
get(long) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Get the taxCode with the given UID.
get(long) - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Get the taxJurisdiction with the given UID.
getAAV() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Gets AAV.
getAAV() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Gets AAV.
getAbstractCategoryImplClass() - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Extension point to override the parent class for categories, the return value of this is passed to persistenceEngine methods load() and get().
getAccuracy() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Returns the degree of similarity that a word must have to the original word in order to be suggested.
getAccuracy() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Returns the degree of similarity that a word must have to the original word in order to be suggested.
getAcsURL() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Gets Access Control Server (ACSURL) from payment gateway, used in redirecting the client browser to the card issuer's 3D Secure host.
getAcsURL() - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Gets Access Control Server (ACSURL) from payment gateway, used in redirecting the client browser to the card issuer's 3D Secure host.
getActions() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the actions associated with this rule.
getActions() - Method in interface com.bea.alcs.domain.rules.Rule
Get the actions associated with this rule.
getActionsBySalience() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Returns the collection of actions in decreasing order of salience.
getAdditionalAuthAmount(OrderShipment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Determines additional authorization amount.
getAdditionalAuthAmount(OrderShipment) - Method in interface com.bea.alcs.service.payment.PaymentService
Determines additional authorization amount.
getAddress() - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Gets the WarehouseAddress of this Warehouse.
getAddress() - Method in interface com.bea.alcs.domain.store.Warehouse
Gets the WarehouseAddress of this Warehouse.
getAddressBCC() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the BCC address.
getAddressBCC() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the BCC address.
getAddressByGuid(String) - Method in interface com.bea.alcs.domain.customer.Customer
Returns the customer's address with the matching GUID.
getAddressByGuid(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Returns the customer's address with the matching GUID.
getAddressByUid(long) - Method in interface com.bea.alcs.domain.customer.Customer
Returns the customer's address with the matching UID.
getAddressByUid(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Returns the customer's address with the matching UID.
getAddressCC() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the CC address.
getAddressCC() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the CC address.
getAddresses() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the CustomerAddresses associated with this Customer.
getAddresses() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the CustomerAddresses associated with this Customer.
getAddressFrom() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the FROM address.
getAddressFrom() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the FROM address.
getAddressTo() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the TO address.
getAddressTo() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the TO address.
getAdvancedOrderCriteria(AdvancedOrderSearchCriteria) - Method in class com.bea.alcs.persistence.support.impl.OrderCriterionImpl
Return the criteria used for advanced order search.
getAdvancedOrderCriteria(AdvancedOrderSearchCriteria) - Method in interface com.bea.alcs.persistence.support.OrderCriterion
Return the criteria used for advanced order search.
getAffectedEntityType() - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Gets the string representation of the affected index entity.
getAffectedEntityType() - Method in interface com.bea.alcs.domain.search.IndexNotification
Gets the string representation of the affected index entity.
getAffectedUid() - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Gets the affected object UID.
getAffectedUid() - Method in interface com.bea.alcs.domain.search.IndexNotification
Gets the affected object UID.
getAgendaGroup() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleActionImpl
Get the agenda group for this action.
getAgendaGroup() - Method in class com.bea.alcs.domain.rules.impl.PromotionRuleImpl
Returns any agenda group specified by an action of this rule.
getAgendaGroup() - Method in interface com.bea.alcs.domain.rules.RuleAction
Get the agenda group for this action.
getAll() - Method in interface com.bea.alcs.domain.ElasticPath
Return name and values of all properties as a map.
getAll() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return name and values of all properties as a map.
getAllActionsMap() - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Get all the available actions configured in the system.
getAllActionsMap() - Method in interface com.bea.alcs.service.rules.RuleService
Get all the available actions configured in the system.
getAllActiveAutorizationPayments(OrderShipment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Gets the list of all active authorization payments which are either active conventional payment or/and list of active gift certificate payments.
getAllActiveAutorizationPayments(OrderShipment) - Method in interface com.bea.alcs.service.payment.PaymentService
Gets the list of all active authorization payments which are either active conventional payment or/and list of active gift certificate payments.
getAllAttributeRanges() - Method in interface com.bea.alcs.domain.ElasticPath
Returns all defined attribute ranges as a Map.
getAllAttributeRanges() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns all defined attribute ranges as a Map.
getAllAttributeSimpleValues() - Method in interface com.bea.alcs.domain.ElasticPath
Returns all defined attribute simple value filters as a Map.
getAllAttributeSimpleValues() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns all defined attribute simple value filters as a Map.
getAllAttributesMap() - Method in interface com.bea.alcs.domain.ElasticPath
This map contains all the attribute defined in the intelligent-browsing.xml.
getAllAttributesMap() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
This map contains all the attribute defined in the intelligent-browsing.xml.
getAllConditionsMap() - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Get all the available conditions configured in the system.
getAllConditionsMap() - Method in interface com.bea.alcs.service.rules.RuleService
Get all the available conditions configured in the system.
getAllCountries() - Method in interface com.bea.alcs.domain.misc.Geography
Return the list of all available Countrys without subcountries.
getAllCountries() - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return the list of all available Countrys without subcountries.
getAllCountriesWithSubCountries() - Method in interface com.bea.alcs.domain.misc.Geography
Return the list of all available Countrys.
getAllCountriesWithSubCountries() - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return the list of all available Countrys.
getAllCreditCardTypesMap() - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Return all credit card types supported by any store.
getAllCreditCardTypesMap() - Method in interface com.bea.alcs.commons.util.Utility
Return all credit card types supported by any store.
getAllCurrencies() - Method in interface com.bea.alcs.domain.ElasticPath
Return all supported currencies.
getAllCurrencies() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return all supported currencies.
getAllEligibilitiesMap() - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Get all the available eligibility conditions configured in the system.
getAllEligibilitiesMap() - Method in interface com.bea.alcs.service.rules.RuleService
Get all the available eligibility conditions configured in the system.
getAllExceptionsMap() - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Get all the available exceptions configured in the system.
getAllExceptionsMap() - Method in interface com.bea.alcs.service.rules.RuleService
Get all the avaiable exceptions configured in the system.
getAllImportTypes() - Static method in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Return a list of all import types.
getAllItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get all the items in the shopping cart, including the ShoppingCartItems, WishListItems, GiftCertificateItems.
getAllItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Get all the items in the shopping cart, including the ShoppingCartItems, WishListItems, GiftCertificateItems.
getAllItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get all the items in the shopping cart, including the ShoppingCartItems, WishListItems, GiftCertificateItems.
getAllItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCartMemento
Get all the items in the shopping cart, including the ShoppingCartItems, WishListItems, GiftCertificateItems.
getAllocatedQuantity() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
 
getAllocatedQuantity() - Method in interface com.bea.alcs.domain.catalog.Inventory
Returns the number of allocated items.
getAllocatedQuantity() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
The amount of inventory allocated to this order sku.
getAllocatedQuantity() - Method in interface com.bea.alcs.domain.order.OrderSku
The amount of inventory allocated to this order sku.
getAllocationStatus(ProductSku, long, int) - Method in interface com.bea.alcs.service.order.AllocationService
Retrieves the allocation status for this product SKU and store for the specified quantityToAllocate.
getAllocationStatus(ProductSku, long, int) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Retrieves the allocation status for this product SKU and store for the specified quantityToAllocate.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.BrandConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ProductConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
Return the array of the allowed RuleException types for the rule.
getAllowedExceptions() - Method in interface com.bea.alcs.domain.rules.RuleElement
Return the array of the allowed RuleException types for the rule.
getAllPriceRanges() - Method in interface com.bea.alcs.domain.ElasticPath
Returns all defined price ranges as a Map.
getAllPriceRanges() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns all defined price ranges as a Map.
getAllRegions() - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Return the List of all possible Region (country/sub country combintaion) based on the country and subcountry property configuraion.
getAllRegions() - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Return the List of all possible Region (country/sub country combintaion) based on the country and subcountry property configuraion.
getAllResults() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Retrieves all of the results without pagination.
getAllResults() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Retrieves all of the results without pagination.
getAllShipmentCarriers() - Method in interface com.bea.alcs.domain.ElasticPath
Return all supported shipment carrier.
getAllShipmentCarriers() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return all supported shipment carrier.
getAllShipments() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get all the shipments associated with this order.
getAllShipments() - Method in interface com.bea.alcs.domain.order.Order
Get the shipments associatied with this order.
getAllShippingCostCalculationMethods() - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Get all the available shipping cost calculation methods configured in the system.
getAllShippingCostCalculationMethods() - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Get all the available shipping cost calculation methods configured in the system.
getAllSubCountries() - Method in interface com.bea.alcs.domain.misc.Geography
Returns the default map of all subcountries codes and their labels.
getAllSubCountries(Locale) - Method in interface com.bea.alcs.domain.misc.Geography
Returns a localized map of all subcountries codes and their labels.
getAllSubCountries() - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Returns the default map of subcountries codes and their labels.
getAllSubCountries(Locale) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Returns a localized map of subcountry codes and their localized labels.
getAmount() - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Get the amount of money as a BigDecimal.
getAmount() - Method in interface com.bea.alcs.domain.misc.Money
Get the amount of money as a BigDecimal.
getAmount() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the amount of this payment.
getAmount() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the amount for this sku (Price * Quantity).
getAmount() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the amount of this payment.
getAmount() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the amount for this sku (Price * Quantity).
getAmount() - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Get the amount of this payment.
getAmount() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Get the amount of this payment.
getAmount(Currency) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Get the total price of this item.
getAmount(Currency) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the total price of this shopping cart item.
getAmount(Currency) - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
Get the total price of this gift certificate item.
getAmountMoney() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the total amount money.
getAmountMoney(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the amount as a Money object.
getAmountMoney(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the amount as a Money object.
getAmountMoney(Currency) - Method in interface com.bea.alcs.domain.order.LineItem
Get the amount as a Money object.
getAmountMoney() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the total amount money.
getAmountMoney(Currency) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the amount as a Money object.
getAnalyzer() - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Returns the analyzer.
getAncestorCategoryUids() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Returns a set of ancestor category UIDs.
getAncestorUid() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Returns the ancestor UID.
getApplicableRules() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns the list of promotion rules that are applicable to the cart based on rule conditions and promo codes in the cart.
getApplicableRules() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns the list of promotion rules that are applicable to the cart based on rule conditions and promo codes in the cart.
getAppliedGiftCertificates() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the applied gift certificate.
getAppliedGiftCertificates() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the set of applied gift certificates.
getAppliedRules() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the set of AppliedRule objects that correspond to rules that were fired while processing this order.
getAppliedRules() - Method in interface com.bea.alcs.domain.order.Order
Get the set of AppliedRule objects that correspond to rules that were fired while processing this order.
getAppliedRules() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the set of rules that have been applied to the cart.
getAppliedRules() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the set of rules that have been applied to the cart.
getArgs() - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Returns the arguments for fault code.
getArgs() - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Returns the arguments for fault code.
getAssetConnectionInfo() - Method in interface com.bea.alcs.domain.ElasticPath
Return the ftp connection info for asset manager.
getAssetConnectionInfo() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the ftp connection info for asset manager.
getAssetHttpHost() - Method in interface com.bea.alcs.domain.ElasticPath
Return the http host for asset manager.
getAssetHttpHost() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the http connection host for asset manager.
getAssociationById(long) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Return the product association with the specified UID.
getAssociationById(long) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Return the product association with the specified UID.
getAssociations(String, String, boolean) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Gets all product associations for a given source product, in the given catalog.
getAssociations(String, String, boolean) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Gets all product associations for a given source product, in the given catalog.
getAssociationsByType(int) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Returns a set of ProductAssociations with the given association type.
getAssociationsByType(int, boolean) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Returns a set of ProductAssociations with the given association type.
getAssociationsByType(int, List<Product>) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Returns a set of ProductAssociations with the given association type.
getAssociationsByType(int) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Returns a set of ProductAssociations with the given association type.
getAssociationsByType(int, boolean) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Returns a set of ProductAssociations with the given association type.
getAssociationsByType(int, List<Product>) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Returns a set of ProductAssociations with the given association type.
getAssociationsByType(String, int, String, boolean) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Gets all product associations of a given type for a given source product, in the given catalog.
getAssociationsByType(String, int, String, boolean) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Gets all product associations of a given type for a given source product, in the given catalog.
getAssociationType() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the type of this ProductAssociation.
getAssociationType() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the type of this ProductAssociation.
getAssociationType() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Returns The Association Type.
getAttribute() - Method in interface com.bea.alcs.domain.attribute.AttributeGroupAttribute
Get the attribute.
getAttribute() - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Get the Attribute corresponding to this value.
getAttribute() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the Attribute corresponding to this value.
getAttribute() - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Get the Attribute.
getAttribute() - Method in interface com.bea.alcs.domain.catalogview.AttributeFilter
Get the attribute object.
getAttribute() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
 
getAttribute() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
 
getAttributeBoost(SearchConfig, Attribute) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Retrieves the boost value for an attribute field.
getAttributeBoost(SearchConfig, Attribute) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Retrieves the boost value for an attribute field.
getAttributeBoostWithFallback(SearchConfig, Attribute, Locale) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Retrieves the boost value for a locale-dependent attribute field.
getAttributeBoostWithFallback(SearchConfig, Attribute, Locale) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Retrieves the boost value for a locale-dependent attribute field.
getAttributeFilterId(String, String) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Generate and return an attribute filter id.
getAttributeGroup() - Method in interface com.bea.alcs.domain.catalog.CategoryType
Returns the category attribute group.
getAttributeGroup() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Returns the category attribute group.
getAttributeGroupAttributes() - Method in interface com.bea.alcs.domain.attribute.AttributeGroup
Get the set of attributes associated with this attribute group.
getAttributeGroupAttributes() - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
Get the set of attributes associated with this product type.
getAttributeInUseUidList() - Method in interface com.bea.alcs.service.attribute.AttributeService
Return a list of uids for all attributes in use.
getAttributeInUseUidList() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Return a list of uids for all attributes in use, exclude the customer profile attributes.
getAttributeKey() - Method in interface com.bea.alcs.domain.catalogview.AttributeFilter
Get the attribute key.
getAttributeKey() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Get the attribute key.
getAttributeKey() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Get the attribute key.
getAttributeRangeFilterOptions() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Gets the map of attribute range filter options.
getAttributeRangeFilterOptions() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Gets the map of attribute range filter options.
getAttributeRangeFilterOptions() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the list of attribute range FilterOptionss for the previous search.
getAttributeRangeFilterOptions() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the list of attribute range FilterOptions for the previous search.
getAttributesExcludeCustomerProfile() - Method in interface com.bea.alcs.service.attribute.AttributeService
Returns a list of attributes exclude customer profile attribute.
getAttributesExcludeCustomerProfile() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Returns a list of attributes exclude customer profile attribute.
getAttributeSimpleValuesMap(String) - Method in interface com.bea.alcs.domain.ElasticPath
Returns attribute values of the given attributeCode, which are defined at the attribute section.
getAttributeSimpleValuesMap(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns attribute values of the given attributeCode, which are defined at the attribute section.
getAttributeType() - Method in interface com.bea.alcs.domain.attribute.Attribute
Return the AttributeType of this attribute.
getAttributeType() - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Return the AttributeType of this attribute.
getAttributeType() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Return the AttributeType of this attribute.
getAttributeType() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return the AttributeType of this attribute.
getAttributeTypeId() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the attribute type Id.
getAttributeTypeId() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Get the attribute type Id.
getAttributeTypeMap() - Method in interface com.bea.alcs.service.attribute.AttributeService
Return the map for attribute type value-description.
getAttributeTypeMap() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Return the map for attribute type value-description.
getAttributeTypes() - Static method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Returns an array of all available AttributeTypes.
getAttributeUsage() - Method in interface com.bea.alcs.domain.attribute.Attribute
Return the AttributeUsage of this attribute.
getAttributeUsage() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return the AttributeUsage of this attribute.
getAttributeUsageById(int) - Static method in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Returns an AttributeUsage of the given id.
getAttributeUsageId() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Get the attribute usage Id.
getAttributeUsageMap() - Static method in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Return a map of attribute usages keyed by their value (int id).
getAttributeUsageMap() - Method in interface com.bea.alcs.service.attribute.AttributeService
Return the map for attribute usage value-description.
getAttributeUsageMap() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Return the map for attribute usage value-description.
getAttributeValue(String, Locale) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Get the value of an attribute with the specified key in the given locale.
getAttributeValue(String, Locale) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Get the value of an attribute with the specified key in the given locale.
getAttributeValue() - Method in interface com.bea.alcs.domain.catalogview.AttributeValueFilter
Gets the AttributeValueWithType of this filter.
getAttributeValue() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Gets the AttributeValueWithType of this filter.
getAttributeValueBeanId() - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Returns the bean identifier of AttributeValues in this group.
getAttributeValueBeanId() - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Get the Attribute value bean Id.
getAttributeValueFilterOptions() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Gets the map of attribute value filter options.
getAttributeValueFilterOptions() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Gets the map of attribute value filter options.
getAttributeValueFilterOptions() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the list of attribute value FilterOptions for the previous search.
getAttributeValueFilterOptions() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the list of attribute value FilterOptions for the previous search.
getAttributeValueGroup() - Method in interface com.bea.alcs.domain.catalog.Category
Get the attribute value group.
getAttributeValueGroup() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the attribute value group.
getAttributeValueGroup() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the attribute value group.
getAttributeValueGroup() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the attribute value group.
getAttributeValueGroup() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the attribute value group.
getAttributeValueGroup() - Method in interface com.bea.alcs.domain.catalog.Product
Get the attribute value group.
getAttributeValueGroup() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the attribute value group.
getAttributeValueGroup() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the attribute value group.
getAttributeValueMap() - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Returns the attribute value map.
getAttributeValueMap() - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Returns the attribute value map.
getAttributeValueMap() - Method in interface com.bea.alcs.domain.catalog.Category
Get the attribute value map.
getAttributeValueMap() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the attribute value map.
getAttributeValueMap() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the attribute value map.
getAttributeValueMap() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Gets the map of LocalizedAttributeKey --> AttributeValue.
getAttributeValueMap() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the attribute value map.
getAttributeValueMap() - Method in interface com.bea.alcs.domain.catalog.Product
Get the attribute value map.
getAttributeValueMap() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the attribute value map.
getAttributeValueMap() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the attribute value map.
getAttributeValues(AttributeGroup, Locale) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Get a list of AttributeValues with the given locale for attributes defined in the given attribute group.
getAttributeValues(AttributeGroup, Locale) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Get a list of AttributeValues with the given locale for attributes defined in the given attribute group.
getAttributeValues(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns a list of AttributeValues with the given locale for those attributes have values.
getAttributeValues(Locale) - Method in interface com.bea.alcs.domain.catalog.Product
Returns a list of AttributeValues with the given locale for those attributes have values.
getAttributeValues(Locale) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns a list of AttributeValues with the given locale for those attributes have values.
getAttributeValueWithoutFallBack(String, Locale) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
From the AttributeValueMap this will find the AttributeValue that corresponds to an Attribute key that is composed of the given key and the given locale.
getAuthorities() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Returns the authorities granted to the user.
getAuthorities() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Returns the authorities granted to the user.
getAuthority() - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
Gets the authority for this Permission.
getAuthority() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Gets the authority for this UserRole.
getAuthority() - Method in interface com.bea.alcs.domain.cmuser.UserPermission
Gets the authority for this UserPermission.
getAuthority() - Method in interface com.bea.alcs.domain.customer.CustomerRole
Gets the authority for this CustomerRole.
getAuthority() - Method in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
Gets the authority for this Permission.
getAuthorizationCode() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the authorization code.
getAuthorizationCode() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the authorization code, returned with every transaction.
getAuthorizationCode() - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Get the authorization code.
getAuthorizationCode() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Get the authorization code.
getAuthorizedAmountByGCPayments(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Calculates amount currently authorized for this shipment from GC payments.
getAuthorizedByConventional(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Calculates amount currently authorized for this shipment from conventional (any except GC) payments.
getAvailabilityCriteria() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Gets the availability criteria.
getAvailabilityCriteria() - Method in interface com.bea.alcs.domain.catalog.Product
Gets the availability criteria.
getAvailabilityCriteria() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Gets the availability criteria.
getAvailableChildren() - Method in interface com.bea.alcs.domain.catalog.Category
Get the available children categories.
getAvailableChildren() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Get the available child categories.
getAvailableInStockQty(ProductSku, long) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Retrieves the available in stock quantity in a warehouse with warehouseUid for the given product SKU.
getAvailableInStockQty(ProductSku, long) - Method in interface com.bea.alcs.service.catalog.InventoryService
Retrieves the available in stock quantity in a warehouse with warehouseUid for the given product SKU.
getAvailableQuantityInStock() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Get physical available quantity currently in stock and can be shipped out right away.
getAvailableQuantityInStock() - Method in interface com.bea.alcs.domain.catalog.Inventory
Get physical available quantity currently in stock and can be shipped out right away.
getAvailableScenarios() - Method in class com.bea.alcs.domain.rules.impl.RuleScenariosImpl
Get a list of the ids as Integers for all implemented scenarios.
getAvailableScenarios() - Method in interface com.bea.alcs.domain.rules.RuleScenarios
Get a list of the ids as Integers for all implemented scenarios.
getAvailableSubCountries() - Method in interface com.bea.alcs.domain.misc.Geography
Return the available subcountries based on the specified list of available regions set using the setAvailableRegions method.
getAvailableSubCountries() - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return the available subcountries based on the specified list of available regions set using the setAvailableRegions method.
getAwaitingShipments(Warehouse) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Return list of shipments which are awaiting picking.
getAwaitingShipments(Warehouse) - Method in interface com.bea.alcs.service.order.OrderService
Return list of shipments which are awaiting picking.
getBadRows() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns a list of ImportBadRow.
getBadRows() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns a list of ImportBadRow.
getBalance(GiftCertificate) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Obtains the balance of the gift certificate.
getBalance(GiftCertificate) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Obtains the balance of the gift certificate.
getBalance(GiftCertificate) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Obtains the balance of the gift certificate.
getBalance(GiftCertificate) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Obtains the balance of the gift certificate.
getBalanceAmount() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Return the balance amount for this order.
getBalanceAmount() - Method in interface com.bea.alcs.domain.order.Order
Return the balance amount for this order.
getBalanceMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the balance money of all items in the cart.
getBalanceMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the balance money of all items in the cart.
getBean(String) - Method in interface com.bea.alcs.commons.beanframework.BeanFactory
Return an instance of the given bean name.
getBean(String) - Method in interface com.bea.alcs.domain.ElasticPath
Get the bean with the given id from spring application context.
getBean(String) - Method in class com.bea.alcs.domain.impl.DefaultBeanFactoryImpl
Get the bean with the given name, initially the prototype bean factory is asked to provide the bean, if no bean is registered then the Spring ApplicationContext is asked for the bean.
getBean(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Get the bean with the given id from spring ContextBeanFactory.
getBean(String) - Method in class com.bea.alcs.domain.impl.PrototypeBeanFactory
Create and return a prototype of a bean with the specified bean name.
getBean(String) - Method in class com.bea.alcs.service.impl.AbstractEpServiceImpl
Convenience method for getting a bean instance from elastic path.
getBean(Class, String, InboundVariable, InboundContext) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
Attempt to coerce the data from a string to an Object.
getBeanContextIdMapping() - Method in class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
Return the context id mapping.
getBeanImplClass(String) - Method in interface com.bea.alcs.commons.beanframework.BeanFactory
Return the Class object currently registered with the specified beanName.
getBeanImplClass(String) - Method in interface com.bea.alcs.domain.ElasticPath
Return the Class object currently registered with the specified beanName.
getBeanImplClass(String) - Method in class com.bea.alcs.domain.impl.DefaultBeanFactoryImpl
Returns the class registered with the specified beanName.
getBeanImplClass(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the Class object currently registered with the specified beanName.
getBeanImplClass(String) - Method in class com.bea.alcs.domain.impl.PrototypeBeanFactory
Returns the class registered with the specified beanName.
getBeforeTaxReturnTotal() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the before-tax return total.
getBeforeTaxReturnTotal() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the before-tax return total.
getBeforeTaxReturnTotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the before-tax return total.
getBeforeTaxReturnTotalMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the before-tax return total.
getBeforeTaxShippingCost() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get the before-tax shipping cost in BigDecimal.
getBeforeTaxShippingCost() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get the before-tax shipping cost in BigDecimal.
getBeforeTaxShippingCost() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the before-tax shippingCost.
getBeforeTaxShippingCost() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the before-tax shippingCost.
getBeforeTaxShippingCost() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves the cost of shipping before tax.
getBeforeTaxShippingCost() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves the cost of shipping before tax.
getBeforeTaxShippingCostMoney() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get the shipping cost before tax in Money.
getBeforeTaxShippingCostMoney() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get the shipping cost before tax in Money.
getBeforeTaxSubTotal() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the before-tax subtotal.
getBeforeTaxSubTotal() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the before-tax subtotal.
getBeforeTaxSubTotal() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Returns the value of the shopping cart before tax.
getBeforeTaxSubTotal() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Returns the value of the shopping cart before tax.
getBeforeTaxSubtotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the before-tax subtotal of all items in the cart.
getBeforeTaxSubtotalMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the subtotal of all items in the cart.
getBeforeTaxTotal() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the before-tax total.
getBeforeTaxTotal() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the before-tax total.
getBeforeTaxTotalShippingCostMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the before-tax total shipping cost for this order.
getBeforeTaxTotalShippingCostMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the before-tax total shipping cost for this order.
getBillingAddress() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getBillingAddress() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getBillingAddress() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the billing address corresponding to this order.
getBillingAddress() - Method in interface com.bea.alcs.domain.order.Order
Get the billing address corresponding to this order.
getBillingAddress() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the billing address.
getBillingAddress() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the preferred billing address.
getBody() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the body.
getBody() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the body.
getBodyHtml() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the HTML body.
getBodyHtml() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the HTML body.
getBooleanHashCode(boolean) - Method in class com.bea.alcs.domain.impl.AbstractEpDomainImpl
Helper method to return the hashcode for a boolean without causing style checker warnings.
getBooleanValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Get the boolean value.
getBooleanValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the boolean value.
getBoolMap() - Method in interface com.bea.alcs.domain.ElasticPath
Returns a map used by Spring/Velocity for checkboxes.
getBoolMap() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns a map used by Spring/Velocity for checkboxes.
getBoostValue(String) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Gets the boost amount for the given value if it exists.
getBoostValue(String) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Gets the boost amount for the given value if it exists.
getBoostValues() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Gets the map of boost values for this configuration.
getBoostValues() - Method in interface com.bea.alcs.domain.misc.SearchConfigInternal
Gets the map of boost values for this configuration.
getBottomLevelAttributeRanges(String) - Method in interface com.bea.alcs.domain.ElasticPath
Returns attribute ranges of the given attributeCode, which are defined at bottom level of the attribute-range-tree.
getBottomLevelAttributeRanges(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns attribute ranges of the given attributeCode, which are defined at bottom level of the attribute-range-tree.
getBottomLevelPriceRanges(Currency) - Method in interface com.bea.alcs.domain.ElasticPath
Returns price ranges of the given currency, which are defined at bottom level of the price-range-tree.
getBottomLevelPriceRanges(Currency) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns price ranges of the given currency, which are defined at bottom level of the price-range-tree.
getBrand() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the brand/manufacturer of the product.
getBrand() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the brand/manufacturer of the product.
getBrand() - Method in interface com.bea.alcs.domain.catalogview.BrandFilter
Gets the brand that this associated to this filter.
getBrand() - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Gets the brand that this associated to this filter.
getBrand() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Returns the brand.
getBrand() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Returns the brand.
getBrand() - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Gets the brand for the viewed product.
getBrand() - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistoryProduct
Gets the brand for the viewed product.
getBrand() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the brand/manufacturer of the product.
getBrandCode() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Returns the brand code.
getBrandCodeNameList() - Method in interface com.bea.alcs.service.catalog.BrandService
Return a list of brand code and default locale display name of all brands.
getBrandCodeNameList() - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Return a list of brand code and default locale display name of all brands.
getBrandFilterOptions() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns a list of filter options on brand.
getBrandFilterOptions() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns a list of filter options on brand.
getBrandFilterOptions() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the list of brand FilterOptions for the previous search.
getBrandFilterOptions() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the list of brand FilterOptions for the previous search.
getBrandInUseList() - Method in interface com.bea.alcs.service.catalog.BrandService
Return a list of all brands in use.
getBrandInUseList() - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Return a list of all brands in use.
getBrandInUseUidList() - Method in interface com.bea.alcs.service.catalog.BrandService
Return a list of uids for all brands in use.
getBrandInUseUidList(Collection<Long>) - Method in interface com.bea.alcs.service.catalog.BrandService
Return a List of brand UIDs for only those brand UIDs that are in use.
getBrandInUseUidList() - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Return a list of uids for all brands in use.
getBrandInUseUidList(Collection<Long>) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Return a List of brand UIDs for only those brand UIDs that are in use.
getBrandListing() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
 
getBrandListing() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
 
getBrandUid() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
Returns the brand uid specified in the request.
getBrandUid() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapRequest
Returns the brand uid specified in the request.
getBrowsingResultHistory() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns the browsing result history stored.
getBrowsingResultHistory() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns the browsing result history stored.
getByUid(long) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Load the Gift Certificate with the given UID.
getByUid(long) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Load the Gift Certificate with the given UID.
getCachingControlEntries() - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter
Returns caching control entries.
getCalculationCostParameter(String) - Static method in enum com.bea.alcs.domain.shipping.ShippingCostCalculationParametersEnum
Gets cost parameter enum by string key.
getCapturePayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Gets all the capture payments for the specified auth order payment.
getCapturePayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.CreditCardPaymentHandler
Gets all the capture payments for the specified auth order payment.
getCapturePayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentHandler
Gets all the capture payments for the specified auth order payment.
getCapturePayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentHandler
Gets all the capture payments for the specified auth order payment.
getCapturePayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.GooglePaymentHandler
Gets all the capture payments for the specified auth order payment.
getCapturePayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Gets all the capture payments for the specified auth order payment.
getCardEncrypter() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Gets Card Encrypter.
getCardHolderName() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getCardHolderName() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getCardHolderName() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the card holder name.
getCardHolderName() - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the card holder name.
getCardNumber() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getCardNumber() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getCardNumber() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the encrypted credit cart number.
getCardNumber() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the encrypted credit cart number.
getCardType() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getCardType() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getCardType() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the vendor/brand of the credit card (e.g.
getCardType() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the type/brand of the credit card (e.g.
getCarrier() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
 
getCarrier() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
 
getCarrier() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
 
getCarrier() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
 
getCartByCustomerSession(Store, CustomerSession) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
This method retrieves the shopping cart for the given customer session.
getCartByCustomerSession(Store, CustomerSession) - Method in interface com.bea.alcs.service.shoppingcart.ShoppingCartService
This method retrieves the shopping cart for the given customer session.
getCartItem(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get a cart item by the GUID of its SKU.
getCartItem(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get a cart item by the GUID of its SKU.
getCartItemById(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns the cart item with the given id.
getCartItemById(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns the cart item with the given id.
getCartItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the cart items in the shopping cart.
getCartItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the cart items in the shopping cart.
getCartItemType() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Must be implemented by subclasses to return their type.
getCartItemType() - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
Must be implemented by subclasses to return their type.
getCartItemType() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartItemImpl
Must be implemented by subclasses to return their type.
getCartItemType() - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListItemImpl
Must be implemented by subclasses to return their type.
getCartProducts() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the products in the shopping cart.
getCartProducts() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the products in the shopping cart.
getCartRuleBase(Store) - Method in class com.bea.alcs.service.rules.impl.AbstractRuleEngineImpl
Gets the cart RuleBase associated with the given Store.
getCartRuleBase(Store) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Gets the cart RuleBase associated with the given Store.
getCartRuleBase(Store) - Method in class com.bea.alcs.service.rules.impl.DBReadingRuleEngineImpl
Gets the cart RuleBase associated with the given Store.
getCatalog() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Get the catalog that this attribute belongs to (for catalog related attributes).
getCatalog() - Method in interface com.bea.alcs.domain.catalog.CatalogObject
Get the catalog that this object belongs to.
getCatalog() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Get the catalog this category belongs to.
getCatalog() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Get the catalog that this brand belongs to.
getCatalog() - Method in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
Get the catalog this price belongs to.
getCatalog() - Method in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
Get the catalog this price belongs to.
getCatalog() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Get the catalog that this category type belongs to.
getCatalog() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the catalog in which this association applies.
getCatalog() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Get the catalog that this product type belongs to.
getCatalog() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the catalog in which this association applies.
getCatalog() - Method in interface com.bea.alcs.domain.catalogview.CategoryFilter
Gets the Catalog.
getCatalog() - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Gets the Catalog.
getCatalog() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractCatalogImportFieldImpl
Gets the catalog of this import field.
getCatalog() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Get the Catalog for this import job.
getCatalog() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Get the Catalog for this import job.
getCatalog() - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Gets the catalog this rule base belongs to.
getCatalog() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Gets the Catalog associated with this rule.
getCatalog() - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Gets the catalog this rule base belongs to.
getCatalog() - Method in interface com.bea.alcs.domain.rules.Rule
Gets the Catalog associated with this rule.
getCatalog() - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Get the catalog this category belongs to.
getCatalog() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the catalog that this sku option belongs to.
getCatalog() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Get the catalog that this sku option belongs to.
getCatalog() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Get the catalog used by this store.
getCatalog() - Method in interface com.bea.alcs.domain.store.Store
Get this Store's Catalog.
getCatalog(long) - Method in interface com.bea.alcs.service.catalog.CatalogService
Gets a Catalog with the given UID.
getCatalog(long) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Gets a Catalog with the given UID.
getCatalogAssetPath() - Method in interface com.bea.alcs.domain.ElasticPath
Return the absolute asset directory path.
getCatalogAssetPath() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the absolute asset directory path.
getCatalogCode() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
getCatalogDefaultLocale() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Gets the containing Catalog's default locale.
getCatalogImportDataTypes(long) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all catalog import data types.
getCatalogImportDataTypes(long) - Method in interface com.bea.alcs.service.dataimport.ImportService
List all catalog import data types for the catalog with the specified UID.
getCatalogPrice(Catalog, Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the price of this product in the specified currency for the given catalog.
getCatalogPrice(Catalog, Currency) - Method in interface com.bea.alcs.domain.catalog.Product
Get the price of this product in the specified currency for the given catalog.
getCatalogPrice(Catalog, Currency) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the price of this product in the specified currency for the given catalog.
getCatalogPrices() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the prices for this Product in all Catalogs.
getCatalogPrices() - Method in interface com.bea.alcs.domain.catalog.Product
Get the product-price associations belong to this product for all catalogs.
getCatalogPrices() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the product-price associations belong to this product for all catalogs.
getCatalogPriceWithoutFallback(Catalog, Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the price of this product in the specified currency for the given catalog.
getCatalogPriceWithoutFallback(Catalog, Currency) - Method in interface com.bea.alcs.domain.catalog.Product
Get the price of this product in the specified currency for the given catalog.
getCatalogPriceWithoutFallback(Catalog, Currency) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the price of this product in the specified currency for the given catalog.
getCatalogRuleBase(Store) - Method in class com.bea.alcs.service.rules.impl.AbstractRuleEngineImpl
Gets the catalog RuleBase associated with the given Stores catalog.
getCatalogRuleBase(Store) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Gets the catalog RuleBase associated with the given Stores catalog.
getCatalogRuleBase(Store) - Method in class com.bea.alcs.service.rules.impl.DBReadingRuleEngineImpl
Gets the catalog RuleBase associated with the given Stores catalog.
getCatalogs() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the catalog set of the product.
getCatalogs() - Method in interface com.bea.alcs.domain.catalog.Product
Get the catalog set of the product.
getCatalogs() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Return all catalogs to which the user has access.
getCatalogs() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Return all catalogs to which the user has access.
getCatalogs() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the catalog set of the product.
getCatalogSkuPrice(Catalog, Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Gets the price of this ProductSku of the given catalog in the specified currency.
getCatalogSkuPrice(Catalog, Currency) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Gets the price of this ProductSku of the given catalog in the specified currency.
getCatalogSkuPrices() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the catalog-price associations belong to this product SKU.
getCatalogSkuPrices() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the catalog-price associations belong to this product SKU.
getCatalogSkuPriceWithoutFallback(Catalog, Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the price of this product SKU in the specified currency for the given catalog.
getCatalogSkuPriceWithoutFallback(Catalog, Currency) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the price of this product SKU in the specified currency for the given catalog.
getCatalogSupportedCurrencies() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the Store's underlying Catalog's supported currencies.
getCatalogSupportedLocales() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the Store's underlying Catalog's supported locales.
getCatalogUid() - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Returns the catalog UID.
getCatalogUid() - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Returns the catalog UID.
getCatalogUid() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Gets the catalog UID.
getCatalogUids() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Gets the catalog UIDs to search for.
getCatalogViewPagination() - Method in interface com.bea.alcs.domain.ElasticPath
Return the catalog view pagination.
getCatalogViewPagination() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the catalog view pagination.
getCatalogViewRequest() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns the catalog view request which generated this search result.
getCatalogViewRequest() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns the catalog view request which generated this search result.
getCatalogViewResultHistory() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns the catalog view result history stored.
getCatalogViewResultHistory() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns the catalog view result history stored.
getCategories() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the set of Categorys containing this product.
getCategories(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the set of Categorys from the given Catalog that contain this product.
getCategories() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the set of Categorys containing this product.
getCategories(Catalog) - Method in interface com.bea.alcs.domain.catalog.Product
Returns the set of Categorys from the given Catalog that contain this product.
getCategories() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the set of Categorys containing this product.
getCategories(Catalog) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the set of Categorys from the given Catalog that contain this product.
getCategory() - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Get the category.
getCategory() - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Get the category.
getCategory() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns the category.
getCategory() - Method in interface com.bea.alcs.domain.catalogview.CategoryFilter
Get the category.
getCategory() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns the category.
getCategory() - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Get the category.
getCategory() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Returns the category.
getCategory() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Returns the category.
getCategory(ImportGuidHelper, String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.ImportFieldProductDefaultCategory
Uses the given service to find the category having the given guid.
getCategoryAttributeGroupAttributes() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Get the Category attribute group attributes.
getCategoryAttributes() - Method in interface com.bea.alcs.service.attribute.AttributeService
Return a list of attributes used for categories.
getCategoryAttributes() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Return a list of category attributes.
getCategoryCode() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Gets the category code.
getCategoryFilterOptions() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns a list of filter options on category.
getCategoryFilterOptions() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns a list of filter options on category.
getCategoryFilterOptions() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the list of category FilterOptions.
getCategoryFilterOptions() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the list of category FilterOptions for the previous search.
getCategoryListing() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
 
getCategoryListing() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
 
getCategoryLoadTuner() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Gets the CategoryLoadTuner.
getCategoryLoadTuner() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Gets the CategoryLoadTuner.
getCategoryLoadTunerAll() - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns the CategoryLoadTuner for populating all data.
getCategoryLoadTunerDefault() - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns the default CategoryLoadTuner.
getCategoryLoadTunerMinimal() - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Returns the CategoryLoadTuner for populating minimal data.
getCategoryName() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Gets the category name.
getCategoryRestriction() - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Gets the category restriction for this search.
getCategoryRestriction() - Method in interface com.bea.alcs.domain.search.SfSearchLog
Gets the category restriction for this search.
getCategoryService() - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Gets the CategoryService instance.
getCategoryService() - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Returns the imbedded category service.
getCategoryTemplates() - Method in class com.bea.alcs.service.misc.impl.PropertyServiceImpl
Get array of catalog template names.
getCategoryTemplates() - Method in interface com.bea.alcs.service.misc.PropertyService
Get a array of templates for categoryTypes.
getCategoryType() - Method in interface com.bea.alcs.domain.catalog.Category
Returns the category type.
getCategoryType() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns the category type.
getCategoryType() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns the category type.
getCategoryTypeLoadTuner() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Returns the CategoryTypeLoadTuner.
getCategoryTypeLoadTuner() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Returns the CategoryTypeLoadTuner.
getCategoryUid() - Method in interface com.bea.alcs.domain.catalog.CategoryDeleted
Returns the uid of the deleted category.
getCategoryUid() - Method in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Returns the uid of the deleted category.
getCategoryUid() - Method in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Returns the category uid.
getCategoryUid() - Method in interface com.bea.alcs.domain.catalog.TopSeller
Returns the category uid.
getCategoryUid() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the category uid specified in the catalog view request.
getCategoryUid() - Method in interface com.bea.alcs.domain.catalogview.FeaturedProductFilter
Returns the category UID of the category to get featured products for (the root category).
getCategoryUid() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the category uid specified in the catalog view request.
getCategoryUid() - Method in class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
Returns the category UID of the category to get featured products for (the root category).
getCategoryUid() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
Returns the category uid specified in the request.
getCategoryUid() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapRequest
Returns the category uid specified in the request.
getCategoryUid() - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Gets the UID of the category objects that are searched should be in.
getCategoryUid() - Method in class com.bea.alcs.service.search.query.KeywordSearchCriteria
Gets the category UID to search for.
getCategoryUid() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets the UID of the category objects that are searched should be in.
getCategoryWithAttribute(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Get the category with the given UID.
getCategoryWithAttribute(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Get the category with the given UID.
getCategoryWithSubCategories(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Get the category with the given UID.
getCategoryWithSubCategories(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Get the category with the given UID.
getCause() - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Get the exception in case an error occurred.
getCause() - Method in interface com.bea.alcs.service.payment.PaymentResult
Get the exception in case an error occurred.
getCAVV() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Gets CAVV.
getCAVV() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Gets CAVV.
getChangedQuantityAllocated() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the changedQuantityAllocated.
getChangedQuantityAllocated() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the changedQuantityAllocated.
getChildCategoryLevel() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Get the child category level to be loaded, default is 1.
getChildCategoryLevel() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Get the child category level to be loaded, default is 1.
getChildren() - Method in interface com.bea.alcs.domain.catalog.Category
Get the direct children categories of this category, one level deep.
getChildren() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Get the direct children categories of this category, one level deep.
getChildren() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Get the children filters.
getChildren() - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Get the children filters.
getCity() - Method in interface com.bea.alcs.domain.customer.Address
Gets the city of this Address.
getCity() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the city of this Address.
getCity() - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Gets the city of this WarehouseAddress.
getCity() - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Gets the city of this WarehouseAddress.
getClearTextPassword() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the clear-text password (only available at the creation time).
getClearTextPassword() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the clear-text password (only available at the creation time).
getClearTextPassword() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the clear-text password (only available at creation time).
getClearTextPassword() - Method in interface com.bea.alcs.domain.customer.CustomerAuthentication
Gets the clear-text password (only available at creation time).
getClearTextPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Gets the clear-text password (only available at creation time).
getClearTextPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the clear-text password (only available at creation time).
getClone() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Creates a copy of the CustomerSession.
getClone() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Returns a copy of this customer session.
getCmUser() - Method in interface com.bea.alcs.domain.cmuser.CmUserSession
Returns the CmUser instance.
getCmUser() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserSessionImpl
Returns the CmUser instance.
getCmUser() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the cm user whom started the import job.
getCmUser() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the cm user whom started the import job.
getCmUser() - Method in interface com.bea.alcs.domain.event.EventOriginator
Get the cmUser, null if not related to the cmUser.
getCmUser() - Method in class com.bea.alcs.domain.event.impl.EventOriginatorImpl
Get the cmUser, null if not related to the cmUser.
getCmUser() - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
 
getCmUser() - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Get the CmUser which create pick list.
getCmUser() - Method in interface com.bea.alcs.domain.order.OrderLock
 
getCmUser() - Method in interface com.bea.alcs.domain.order.PickList
Get the CmUser which create pick list.
getCmUser() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Gets the CmUser that created this rule.
getCmUser() - Method in interface com.bea.alcs.domain.rules.Rule
Gets the CmUser that created this rule.
getCmUserOriginator(CmUser) - Method in interface com.bea.alcs.domain.event.EventOriginatorHelper
Create the event originator with the cmUser.
getCmUserOriginator(CmUser) - Method in class com.bea.alcs.domain.event.impl.EventOriginatorHelperImpl
Create the event originator with the cmUser.
getCmUserUID() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Gets cm user's uid.
getCmUserUID() - Method in interface com.bea.alcs.domain.order.Order
Gets cm user's uid.
getCmUserUID() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Gets the cmUserUID.
getCmUserUID() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Gets the cmUserUID.
getCode() - Method in interface com.bea.alcs.domain.catalog.Brand
Returns the brand code.
getCode() - Method in interface com.bea.alcs.domain.catalog.Catalog
Gets the unique code associated with the Catalog.
getCode() - Method in interface com.bea.alcs.domain.catalog.Category
Returns the category code.
getCode() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Returns the brand code.
getCode() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the unique code associated with the Catalog.
getCode() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns the category code.
getCode() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns the category code.
getCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the product code.
getCode() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the product code.
getCode() - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Returns the fault code.
getCode() - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Returns the fault code.
getCode() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the unique code associated with the Store.
getCode() - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Gets the unique code associated with the Store.
getCode() - Method in interface com.bea.alcs.domain.store.Store
Gets the unique code associated with the Store.
getCode() - Method in interface com.bea.alcs.domain.store.Warehouse
Gets the unique code associated with the Store.
getCode() - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Return the sales tax code.
getCode() - Method in interface com.bea.alcs.domain.tax.TaxCode
Return the sales tax code.
getCode() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the product code.
getColNumber() - Method in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
Returns the import column number.
getColNumber() - Method in interface com.bea.alcs.domain.dataimport.ImportMapping
Returns the import column number.
getComment() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
getComment() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
getCommerceConfig() - Method in class com.bea.alcs.service.remote.impl.ResourceRetrievalServiceImpl
Get the entire commerce-config configuration file as a String.
getCommerceConfig() - Method in interface com.bea.alcs.service.remote.ResourceRetrievalService
Get the entire commerce-config configuration file as a String.
getCommerceIndicator() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Gets commerceIndicator.
getCommerceIndicator() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Gets commerceIndicator.
getCommitUnit() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCategoryImpl
Returns the commit unit.
getCommitUnit() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCustomerImpl
Returns the commit unit.
getCommitUnit() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerInventoryImpl
Returns the commit unit.
getCommitUnit() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductAssociationImpl
Returns the commit unit.
getCommitUnit() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductImpl
Returns the commit unit.
getCommitUnit() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductSkuImpl
Returns the commit unit.
getCompany() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the company associated with this Customer.
getCompany() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the company associated with this Customer.
getCompletedOrder() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get a reference to the completed order for the items previously checked out.
getCompletedOrder() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get a reference to the completed order for the items previously checked out.
getComposerForCriteria(SearchCriteria) - Method in interface com.bea.alcs.service.search.index.QueryComposerFactory
Retrieves the QueryComposer that should be used for the given SearchCriteria.
getComposerForCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.QueryComposerFactoryImpl
Retrieves the QueryComposer that should be used for the given SearchCriteria.
getComputedPrice(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the product's computed price (e.g.
getComputedPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the product's computed price of the first price tier.
getComputedPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Get the computed price of the price tier.
getComputedPrice() - Method in interface com.bea.alcs.domain.catalog.Price
Get the product's computed price (e.g.
getComputedPrice(int) - Method in interface com.bea.alcs.domain.catalog.Price
Get the product's computed price (e.g.
getComputedPrice() - Method in interface com.bea.alcs.domain.catalog.PriceTier
Get the computed price of the price tier.
getConceptTerm() - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Return the concept term which will spawn synonyms.
getConceptTerm() - Method in interface com.bea.alcs.domain.search.SynonymGroup
Return the concept term which will spawn synonyms.
getConditionOperator() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Gets the operator (AND/OR) if there are multiple conditions.
getConditionOperator() - Method in interface com.bea.alcs.domain.rules.Rule
Gets the operator (AND/OR) if there are multiple conditions.
getConditions() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the conditions associated with this rule.
getConditions() - Method in interface com.bea.alcs.domain.rules.Rule
Get the conditions associated with this rule.
getConfigFileInputStream(ElasticPath) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Get a reference to the configuration file.
getConfirmClearTextPassword() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the clear-text confirm password (only available at the creation time).
getConfirmClearTextPassword() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the clear-text confirm password (only available at the creation time).
getConfirmClearTextPassword() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the clear-text confirm password (only available at creation time).
getConfirmClearTextPassword() - Method in interface com.bea.alcs.domain.customer.CustomerAuthentication
Gets the clear-text confirm password (only available at creation time).
getConfirmClearTextPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Gets the clear-text confirm password (only available at creation time).
getConfirmClearTextPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the clear-text confirm password (only available at creation time).
getConnection() - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Get a direct connection.
getConnection() - Method in interface com.bea.alcs.persistence.PersistenceEngine
Get a direct connection.
getConnectionDriverName() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Get the connection driver name.
getConnectionDriverName() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Get the connection driver name.
getConnectionFactoryName() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Get the connection factory name.
getConnectionFactoryName() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Get the connection factory name.
getConnectionPassword() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Get the connection password.
getConnectionPassword() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Get the connection password.
getConnectionURL() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Get the connection URL.
getConnectionURL() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Get the connection URL.
getConnectionUserName() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Get the connection user name.
getConnectionUserName() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Get the connection user name.
getContentEncoding() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the content encoding for the Store.
getContentEncoding() - Method in interface com.bea.alcs.domain.store.Store
Gets the content encoding for the Store.
getCountries() - Method in interface com.bea.alcs.domain.ElasticPath
Return a Geography that provides geographical information.
getCountries() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return a Geography that provides geographical information.
getCountries() - Method in interface com.bea.alcs.domain.misc.Geography
Returns the default map of countries where key = the country code and the value is the label for the country.
getCountries(Locale) - Method in interface com.bea.alcs.domain.misc.Geography
Returns a localize map of countries where key = the country code and the value is the label for the country.
getCountries() - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Returns a map of countries where the keys are country codes and the values are labels for the corresponding country.
getCountries(Locale) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Returns a map of countries where the keys are country codes and the values are localized labels for the corresponding locale & country.
getCountry() - Method in interface com.bea.alcs.domain.customer.Address
Gets the country of this Address.
getCountry() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the country of this Address.
getCountry() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the country of this Store.
getCountry() - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Gets the country of this WarehouseAddress.
getCountry() - Method in interface com.bea.alcs.domain.store.Store
Gets the country of this Store.
getCountry() - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Gets the country of this WarehouseAddress.
getCountry2SubCountries() - Method in interface com.bea.alcs.domain.misc.Geography
Return the default map of countryCode to subcountries codes/labels mapping.
getCountry2SubCountries(Locale) - Method in interface com.bea.alcs.domain.misc.Geography
Return a localized map of countryCode to subcountries codes/labels mapping.
getCountry2SubCountries() - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return a map of countryCode to subcountries codes/labels mapping.
getCountry2SubCountries(Locale) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return a map of countryCode to subcountries codes/labels mapping.
getCountry2SubCountriesMap() - Method in interface com.bea.alcs.domain.misc.Geography
Return the default map of countryCode to subcountries codes/labels mapping.
getCountry2SubCountriesMap() - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return the default map of countryCode to subcountries codes/labels mapping.
getCountryCode() - Method in interface com.bea.alcs.domain.misc.Country
 
getCountryCode() - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
getCountryCode() - Method in interface com.bea.alcs.domain.shipping.Country
Return the ISO country code for this Country.
getCountryCode() - Method in class com.bea.alcs.domain.shipping.impl.CountryImpl
Return the ISO country code for this Country.
getCountryCode() - Method in class com.bea.alcs.domain.shipping.impl.RegionImpl
Get the region's country code (ISO country code).
getCountryCode() - Method in interface com.bea.alcs.domain.shipping.Region
Get the region's country code (ISO country code).
getCountryCodesInUse() - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Get the list of country codes of existing jurisdictions.
getCountryCodesInUse() - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Get the list of country codes of existing jurisdictions.
getCountryName() - Method in interface com.bea.alcs.domain.misc.Country
 
getCountryName() - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
getCountryName() - Method in interface com.bea.alcs.domain.shipping.Country
Return the country name (in English).
getCountryName() - Method in class com.bea.alcs.domain.shipping.impl.CountryImpl
Return the country name (in English).
getCountrySubCountryMapWithShippingService(Locale) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Gets a Map of CountryCode -> (Map of SubCountryName to SubCountryCode, Sorted by Name) where the countryCode has a ShippingServiceLevel configured at the country level OR the subCountry level.
getCountrySubCountryMapWithShippingService(Locale) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Gets a Map of CountryCode -> (Map of SubCountryName to SubCountryCode, Sorted by Name) where the countryCode has a ShippingServiceLevel configured at the country level OR the subCountry level.
getCreatedBy() - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Get the CM user who created this order note.
getCreatedBy() - Method in interface com.bea.alcs.domain.order.OrderEvent
Get the CM user who created this order note.
getCreatedByCmUser() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the CmUser which create order return.
getCreatedByCmUser() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the CmUser which create order return.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the date that this order was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Get the date that this order was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the date that this order was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
Get the date in milliseconds that this order lock was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the date that this order was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the date that this order was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the date that this order was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Get the date that this pick list was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.Order
Get the date that this order was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.OrderEvent
Get the date that this order was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.OrderLock
Get the date in milliseconds that this order lock was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the date that this order was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the date that this order was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.OrderShipment
Get the date that this order was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the date that this order was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.order.PickList
Get the date that this pick list was created on.
getCreatedDate() - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Get the date that this order was created on.
getCreatedDate() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Get the date that this order was created on.
getCreationDate() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getCreationDate() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getCreationDate() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets this cmUser's creationDate.
getCreationDate() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets this cmUser's creationDate.
getCreationDate() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the customer creation date.
getCreationDate() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Get the date when the customer session was created.
getCreationDate() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the customer creation date.
getCreationDate() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Get the date the session was created.
getCreditAmount() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Return the credit amount for this order.
getCreditAmount() - Method in interface com.bea.alcs.domain.order.Order
Return the credit amount for this order.
getCreditCardByUid(long) - Method in interface com.bea.alcs.domain.customer.Customer
Returns the customer's credit card with the matching UID.
getCreditCardByUid(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Returns the customer's credit card with the matching UID.
getCreditCards() - Method in interface com.bea.alcs.domain.customer.Customer
 
getCreditCards() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
 
getCreditCardType() - Method in interface com.bea.alcs.domain.store.CreditCardType
Gets the type of credit card.
getCreditCardType() - Method in class com.bea.alcs.domain.store.impl.CreditCardTypeImpl
Gets the type of credit card.
getCreditCardTypes() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the set of CreditCardTypes for this Store.
getCreditCardTypes() - Method in interface com.bea.alcs.domain.store.Store
Gets the set of CreditCardTypes for this Store.
getCriteria(int) - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Retrieves the entry SearchCriteria from the list of search criteria's at the given index.
getCsvFileColDelimeter() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import csv data file column delimeter.
getCsvFileColDelimeter() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the import csv data file column delimeter.
getCsvFileColDelimeterAsString() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import csv data file column delimeter.
getCsvFileName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import csv data file name.
getCsvFileName() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the import csv data file name.
getCsvFileTextQualifier() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import csv data file text qualifier.
getCsvFileTextQualifier() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the import csv data file text qualifier.
getCsvFileTextQualifierAsString() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import csv data file text qualifier.
getCurrenciesInUseByStores() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets all the currencies that are currently set as default currencies for Stores that are using this Catalog.
getCurrency() - Method in interface com.bea.alcs.domain.catalog.CatalogCurrency
Get the currency.
getCurrency() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the currency for this product price.
getCurrency() - Method in class com.bea.alcs.domain.catalog.impl.CatalogCurrencyImpl
Get the currency.
getCurrency() - Method in interface com.bea.alcs.domain.catalog.Price
Get the currency for this product price.
getCurrency() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the currency.
getCurrency() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the currency.
getCurrency() - Method in class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
Returns the currency of this price filter.
getCurrency() - Method in interface com.bea.alcs.domain.catalogview.PriceFilter
Returns the currency of this price filter.
getCurrency() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Get the currency of the customer corresponding to the shopping cart.
getCurrency() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Get the currency of the customer corresponding to the shopping cart.
getCurrency() - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Returns the currency.
getCurrency() - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Returns the currency.
getCurrency() - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Get the Currency of the money.
getCurrency() - Method in interface com.bea.alcs.domain.misc.Money
Get the Currency of the money.
getCurrency() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the currency of the customer corresponding to the shopping cart.
getCurrency() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the order return's currency.
getCurrency() - Method in interface com.bea.alcs.domain.order.Order
Get the order's currency.
getCurrency() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the order return's currency.
getCurrency() - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Gets the currency for this ShippingCostCalculationParameter.
getCurrency() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Gets the currency for this ShippingCostCalculationParameter.
getCurrency() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the currency of the customer corresponding to the shopping cart.
getCurrency() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the currency of the customer corresponding to the shopping cart.
getCurrency() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Returns the Currency.
getCurrency() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Returns the Currency.
getCurrencyCode() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getCurrencyCode() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getCurrencyCode() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the currency code (e.g.
getCurrencyCode() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the currency code (e.g.
getCurrencyCodeANDMoneyValueAndSymbol() - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Prints the currency code, the symbol of the selected currency along with the value.
getCurrencyCodeANDMoneyValueAndSymbol() - Method in interface com.bea.alcs.domain.misc.Money
Prints the currency code, the symbol of the selected currency along with the value.
getCurrentlyAuthorizedAmount(OrderShipment) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Calculates total amount currently authorized for this shipment.
getCurrentRow() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the current row number is in importing.
getCurrentRow() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the current row number is in importing.
getCurrentRow() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns the current row number is in importing.
getCurrentRow() - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns the current row number is in importing.
getCurrentTime() - Method in class com.bea.alcs.service.misc.impl.DatabaseServerTimeServiceImpl
Returns the current date and time from the database.
getCurrentTime() - Method in interface com.bea.alcs.service.misc.TimeService
Returns the current time.
getCustomer() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Get the customer corresponding to this session.
getCustomer() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Get the customer.
getCustomer() - Method in interface com.bea.alcs.domain.event.EventOriginator
Get the customer, null if not related to the customer.
getCustomer() - Method in class com.bea.alcs.domain.event.impl.EventOriginatorImpl
Get the customer, null if not related to the customer.
getCustomer() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the customer corresponding to this order.
getCustomer() - Method in interface com.bea.alcs.domain.order.Order
Get the customer corresponding to this order.
getCustomerAddress(long) - Method in interface com.bea.alcs.service.customer.CustomerService
Get the address with the given UID.
getCustomerAddress(long) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Get the address with the given UID.
getCustomerAttributeTypes() - Static method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Returns an array of all customer specific AttributeTypes.
getCustomerAuthentication() - Method in interface com.bea.alcs.domain.customer.Customer
Get the customer authentication.
getCustomerAuthentication() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the customer authentication.
getCustomerCriteria() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the map of order customer property name to criteria value.
getCustomerCriteria() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the map of order customer property name to criteria value.
getCustomerGroups() - Method in interface com.bea.alcs.domain.customer.Customer
Get the CustomerGroups associatied with this customer.
getCustomerGroups() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the CustomerGroups associatied with this customer.
getCustomerImportDataTypes() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all customer import data types.
getCustomerImportDataTypes() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all customer import data types.
getCustomerNumber() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the customer number.
getCustomerOriginator(Customer) - Method in interface com.bea.alcs.domain.event.EventOriginatorHelper
Create the event originator with the customer.
getCustomerOriginator(Customer) - Method in class com.bea.alcs.domain.event.impl.EventOriginatorHelperImpl
Create the event originator with the customer.
getCustomerProfile() - Method in interface com.bea.alcs.domain.customer.Customer
Get the customer profile.
getCustomerProfile() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the customer profile.
getCustomerProfileAttributeInUseUidList() - Method in interface com.bea.alcs.service.attribute.AttributeService
Return a list of uids for all customer profile attributes in use.
getCustomerProfileAttributeInUseUidList() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Return a list of uids for all customer profile attributes in use.
getCustomerProfileAttributes() - Method in interface com.bea.alcs.domain.ElasticPath
Returns a map of all customer profile attributes.
getCustomerProfileAttributes() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns a map of all customer profile attributes.
getCustomerProfileAttributes() - Method in interface com.bea.alcs.service.attribute.AttributeService
Returns a list of all system attributes.
getCustomerProfileAttributes() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Returns a list of customer profile attributes.
getCustomerProfileAttributesMap() - Method in interface com.bea.alcs.service.attribute.AttributeService
Returns a map of all system attributes.
getCustomerProfileAttributesMap() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Returns a map of all system attributes.
getCustomerRoles() - Method in interface com.bea.alcs.domain.customer.CustomerGroup
Gets the CustomerRoles associated with customers in this CustomerGroup.
getCustomerRoles() - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Gets the CustomerRoles associated with customers in this CustomerGroup.
getCustomerSearchCriteria() - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Returns the customer search criteria.
getCustomerSearchCriteria() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Returns the customer search criteria.
getCustomerSession() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the CustomerSession.
getCustomerSession() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the CustomerSession.
getCustomerSessionGuid() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the guid of the customer session that corresponds to this shopping cart.
getCustomerSessionGuid() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the guid of the customer session that corresponds to this shopping cart.
getCustomerUid() - Method in interface com.bea.alcs.domain.customer.CustomerDeleted
Returns the uid of the deleted customer.
getCustomerUid() - Method in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Returns the uid of the deleted customer.
getCvv2Code() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the card security code (found near the signature on the back of the card).
getCvv2Code() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the card security code (found near the signature on the back of the card).
getDataFileEncoding() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the data file encoding.
getDataFileEncoding() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the data file encoding.
getDateOfBirth() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the customer's date of birth.
getDateOfBirth() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the customer's date of birth.
getDateTimeStrInGMT(Date) - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter
Returns the date string in GMT time zone.
getDateValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Get the date value.
getDateValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the date value.
getDecimalValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Get the decimal value.
getDecimalValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the decimal value.
getDefaultAssociationQuantity() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Get the default association quantity.
getDefaultAssociationQuantity() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the default association quantity.
getDefaultCategory(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Return the default Category of this product in the given Catalog.
getDefaultCategory(Catalog) - Method in interface com.bea.alcs.domain.catalog.Product
Return the default Category of this product in the given Catalog.
getDefaultCategory(Catalog) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Return the default Category of this product in the given Catalog.
getDefaultCategoryInMasterCatalog() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Convenience method to get the default category in the product's master catalog.
getDefaultCost() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Default cost for the service (for Google Checkout).
getDefaultCost() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Default cost for the service (for Google Checkout).
getDefaultCurrency() - Method in interface com.bea.alcs.domain.catalog.Catalog
Gets the default currency for this Catalog.
getDefaultCurrency() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the default currency for this Catalog.
getDefaultCurrency() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the default currency for this Store.
getDefaultCurrency() - Method in interface com.bea.alcs.domain.store.Store
Gets the default currency for this Store.
getDefaultCurrencyInternal() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the default currency for this Catalog, for JPA's use only.
getDefaultCurrencyInternal() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the default currency for this Store, from the persistence layer.
getDefaultDateFormat() - Method in interface com.bea.alcs.domain.ElasticPath
Deprecated. The default date format should be retrieved from the local system, the catalog, or the store as appropriate
getDefaultDateFormat() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the default date format.
getDefaultGroup() - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Return the default customerGroup, namely, the group with name "PUBLIC".
getDefaultGroup() - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Return the deafalt customerGroup, namely, the group with name "PUBLIC".
getDefaultLocale() - Method in interface com.bea.alcs.domain.catalog.Catalog
Gets the default locale for this Catalog.
getDefaultLocale() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the default locale for this Catalog.
getDefaultLocale() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
 
getDefaultLocale() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the containing catalog's default locale.
getDefaultLocale() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the default locale for this Store.
getDefaultLocale() - Method in interface com.bea.alcs.domain.store.Store
Gets the default locale for this Store.
getDefaultLocaleInternal() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the default locale for this Catalog, for JPA's use only.
getDefaultLocaleInternal() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the default locale for this Store, for JPA only.
getDefaultOptionValue() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the option value that has been designated the default value if no option has yet been selected.
getDefaultOptionValue() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Get the option value that has been designated the default value if no option has yet been selected.
getDefaultParameters(List<Currency>) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Returns the default list of calculation parameters for this calculation method.
getDefaultParameters(List<Currency>) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Returns the default list of calculation parameters for this calculation method.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultPropertyKeys() - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Gets the list of default property keys for a payment gateway.
getDefaultQuantity() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the default quantity of the product targeted by this MerchandiseAssociation.
getDefaultQuantity() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the default quantity of the product targeted by this MerchandiseAssociation.
getDefaultSku() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the default SKU corresponding to this product.
getDefaultSku() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the default SKU corresponding to this product.
getDefaultSku() - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Overrides the functionality of getDefaultSku() on the Product class.
getDefaultSku() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the default SKU corresponding to this product.
getDeletedDate() - Method in interface com.bea.alcs.domain.catalog.CategoryDeleted
Returns the date when the category was deleted.
getDeletedDate() - Method in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Returns the date when the category was deleted.
getDeletedDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Returns the date when the product was deleted.
getDeletedDate() - Method in interface com.bea.alcs.domain.catalog.ProductDeleted
Returns the date when the product was deleted.
getDeletedDate() - Method in interface com.bea.alcs.domain.customer.CustomerDeleted
Returns the date when the customer was deleted.
getDeletedDate() - Method in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Returns the date when the customer was deleted.
getDependentCartItems() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Get the set of dependent cart items.
getDependentCartItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the set of dependent cart items.
getDependentCartItemsInternal() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Internal accessor used by JPA.
getDescription() - Method in interface com.bea.alcs.domain.catalog.CategoryType
Get the category type description.
getDescription() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Returns the description.
getDescription() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Get the category type description.
getDescription() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Get the product type description.
getDescription() - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Returns the description.
getDescription() - Method in interface com.bea.alcs.domain.catalog.ProductType
Get the product type description.
getDescription() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Gets the description of this UserRole.
getDescription() - Method in interface com.bea.alcs.domain.cmuser.UserRole
Gets the description of this UserRole.
getDescription() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the description of this rule.
getDescription() - Method in interface com.bea.alcs.domain.rules.Rule
Get the description of this rule.
getDescription() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the description of the Store.
getDescription() - Method in interface com.bea.alcs.domain.store.Store
Gets the description of the Store.
getDigitalAsset() - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Returns the DigitalAsset.
getDigitalAsset() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Returns the DigitalAsset.
getDigitalAsset() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Gets the digital asset belong to this product SKU.
getDigitalAsset() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Gets the digital asset belong to this product SKU.
getDigitalAsset() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Gets the digital asset belong to this order SKU.
getDigitalAsset() - Method in interface com.bea.alcs.domain.order.OrderSku
Gets the digital asset belong to this order SKU.
getDigitalAsset(long) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Retrieves DigitalAsset.
getDigitalAsset(long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Retrieves DigitalAsset.
getDigitalAssetInternal() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Gets the digital asset belong to this product SKU.
getDirectCategoryUid() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Returns the direct category UID.
getDiscount() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
getDiscount() - Method in interface com.bea.alcs.domain.order.OrderSku
 
getDiscountInternal() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Must be implemented by subclasses to return their type.
getDiscountType() - Method in interface com.bea.alcs.domain.rules.RuleAction
Must be implemented by subclasses to return their type.
getDisplayInfo(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Get the localized display info map.
getDisplayInfo(Locale) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Get the localized display info map.
getDisplayName(Locale) - Method in interface com.bea.alcs.domain.catalog.Brand
Deprecated. use getDisplayName(Locale, boolean) instead.
getDisplayName(Locale, boolean) - Method in interface com.bea.alcs.domain.catalog.Brand
Get the localized display name for this Brand in the given locale, falling back to the display name for the locale in this Brand's Master Catalog's default locale if requested.
getDisplayName() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Returns the display name.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Get the localized display name for this Brand in the given locale, falling back to the display name for the locale in this Brand's Master Catalog's default locale.
getDisplayName(Locale, boolean) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Get the localized display name for this Brand in the given locale, falling back to the display name for the locale in this Brand's Master Catalog's default locale if requested.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns the display name of the given locale, falling back to the display name in the catalog's default locale if required.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns the display name of the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Deprecated. This method must be replaced completely by getDisplayName(locale, fallback)
getDisplayName(Locale, boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Retrieve a product's display name for the given locale, optionally falling back to the Product's Catalog's default locale if the name is not available in the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Gets the display name.
getDisplayName() - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Returns the display name.
getDisplayName(Locale) - Method in interface com.bea.alcs.domain.catalog.ObjectWithLocaleDependantFields
Returns the object's display name formatted using the given locale.
getDisplayName(Locale) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns the display name.
getDisplayName() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest.Breadcrumb
Returns the display name.
getDisplayName(Locale) - Method in interface com.bea.alcs.domain.catalogview.Filter
Returns the display name of the filter with the given locale.
getDisplayName() - Method in interface com.bea.alcs.domain.catalogview.FilterDisplayInfo
Get the display name.
getDisplayName(Locale) - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Returns the display name of this filter option in the given locale.
getDisplayName() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl.BreadcrumbImpl
Returns the display name.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
 
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Returns the display name of the filter with the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Get the display name for the filter.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Returns the display name of the filter with the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Returns the display name of the filter with the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
Returns the empty string.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
Returns the empty string.
getDisplayName() - Method in class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
Get the display name.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Returns the display name of the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
Returns the display name of the filter with the given locale.
getDisplayName() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the product's display name.
getDisplayName() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the product's display name.
getDisplayName(Locale, boolean) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Get the DisplayName for this ShippingServiceLevel in the given Locale, falling back to the Store's default locale if the ShippingServicelevel has no DisplayName in the given locale.
getDisplayName(Locale, boolean) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Get the DisplayName for this ShippingServiceLevel in the given Locale, falling back to the Store's default locale if the ShippingServicelevel has no DisplayName in the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Gets the display name.
getDisplayName(Locale, boolean) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the localized display name of the underlying SkuOptionValue in the given locale, falling back to the display name for the locale in the associated SkuOption's Master Catalog's default locale if requested.
getDisplayName(Locale, boolean) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Gets the display name of this SkuOption for the given locale, falling back to the SkuOption's Catalog's default locale if both requested and required, otherwise returns null if the display name doesn't exist for the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Deprecated. use getDisplayName(Locale, boolean) instead
getDisplayName(Locale, boolean) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Get the localized display name in the given locale, falling back to the display name for the locale in the associated Master Catalog's default locale if requested.
getDisplayName(Locale, boolean) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Gets the display name of this SkuOption for the given locale, falling back to the SkuOption's Catalog's default locale if both requested and required, otherwise returns null if the display name doesn't exist for the given locale.
getDisplayName(Locale) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Deprecated. Use getDisplayName(locale, fallback)
getDisplayName(Locale, boolean) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Get the localized display name in the given locale, falling back to the display name for the locale in the associated Master Catalog's default locale if requested.
getDisplayName(Locale) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Returns the display name of the TaxCategory with the given locale.
getDisplayName(Locale) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Returns the display name of the TaxCategory with the given locale.
getDisplayName(Locale) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the object's display name formatted using the given locale.
getDisplaySkuOptions() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the product's option values for display.
getDisplaySkuOptions(Locale) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Gets the locale dependent sku option representation.
getDisplaySkuOptions() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the product's option values for display.
getDisplaySkuOptions(Locale) - Method in interface com.bea.alcs.domain.order.OrderSku
Gets the product's option values in specific locale.
getDisplayText() - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Get the display text for this parameter.
getDisplayText() - Method in interface com.bea.alcs.domain.rules.RuleParameter
Get the display text for this parameter.
getDisplayText() - Method in class com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl
Return the text representation of this method for display to the user.
getDisplayText() - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Return the text representation of this method for display to the user.
getDisplayText() - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Return the text representation of this method for display to the user.
getDisplayText() - Method in class com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl
Return the text representation of this method for display to the user.
getDisplayText() - Method in class com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl
Return the text representation of this method for display to the user.
getDisplayText() - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Get the display text for this parameter.
getDisplayText() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Return the text representation of this method for display to the user.
getDisplayText() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Get the display text for this parameter.
getDistinctAttributeMultiValueCriterion(Attribute) - Method in interface com.bea.alcs.persistence.support.DistinctAttributeValueCriterion
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue.
getDistinctAttributeMultiValueCriterion(Attribute) - Method in class com.bea.alcs.persistence.support.impl.DistinctAttributeValueCriterionImpl
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue.
getDistinctAttributeValueCriterion(Attribute) - Method in interface com.bea.alcs.persistence.support.DistinctAttributeValueCriterion
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue.
getDistinctAttributeValueCriterion(Attribute) - Method in class com.bea.alcs.persistence.support.impl.DistinctAttributeValueCriterionImpl
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue.
getDistinctAttributeValueList(Attribute, String) - Method in interface com.bea.alcs.service.attribute.AttributeService
For a given attribute, the set of distinct values currently existing for that attribute is returned.
getDistinctAttributeValueList(Attribute, String) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
For a given attribute, the set of distinct values currently existing for that attribute is returned.
getDollarSavings() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Calculates the MoneyImpl savings if the price has a discount.
getDollarSavings(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Calculates the MoneyImpl savings if the price has a discount.
getDollarSavings() - Method in interface com.bea.alcs.domain.catalog.Price
Calculates the MoneyImpl savings if the price has a discount.
getDollarSavings(int) - Method in interface com.bea.alcs.domain.catalog.Price
Calculates the MoneyImpl savings if the price has a discount.
getDollarSavingsMoney(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Calculates the MoneyImpl savings if the price has a discount.
getDollarSavingsMoney(Currency) - Method in interface com.bea.alcs.domain.order.OrderSku
Calculates the MoneyImpl savings if the price has a discount.
getDownloadTime() - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Returns the download time.
getDownloadTime() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Returns the download time.
getDueToRMA() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the discount due to exchange.
getDueToRMA() - Method in interface com.bea.alcs.domain.order.Order
Get the discount due to exchange.
getDueToRMAMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the discount money due to exchange.
getDueToRMAMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the discount money due to exchange.
getDummyBrand() - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Retrieve the dummy brand.
getECI() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Gets ECI.
getECI() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Gets ECI.
getElasticPath() - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns the elastic path context.
getElasticPath() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Returns the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
This is a work around for the Elastic Path not being set by Spring (because this is a component class?).
getElasticPath() - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Get the ElasticPath singleton.
getElasticPath() - Method in interface com.bea.alcs.domain.EpDomain
Get the ElasticPath singleton.
getElasticPath() - Method in interface com.bea.alcs.domain.event.EventOriginatorHelper
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.domain.event.impl.EventOriginatorHelperImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Get the ElasticPath singleton.
getElasticPath() - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.domain.impl.AbstractEpDomainImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.persistence.impl.CustomerAuthenticationDaoImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.persistence.impl.GoogleCheckoutAuthenticationDaoImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.persistence.impl.PropertiesDaoImpl
Get the ElasticPath instance.
getElasticPath() - Method in interface com.bea.alcs.persistence.PropertiesDao
Get the ElasticPath instance.
getElasticPath() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the ElasticPath singleton.
getElasticPath() - Method in interface com.bea.alcs.service.ElasticPathService
Return the elastic path context.
getElasticPath() - Method in interface com.bea.alcs.service.EpService
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.service.impl.AbstractEpServiceImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.service.impl.ElasticPathServiceImpl
Return the elastic path context.
getElasticPath() - Method in class com.bea.alcs.service.misc.AssetAwareVelocityEngineFactoryBean
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.service.misc.impl.DatabaseServerTimeServiceImpl
Returns the elastic path context.
getElasticPath() - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Returns the elastic path context.
getElasticPath() - Method in class com.bea.alcs.web.context.impl.EpContextConfigListener
Return elastic path.
getElectronicShipments() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the electronic shipments associated with this order.
getElectronicShipments() - Method in interface com.bea.alcs.domain.order.Order
Get the electronic shipments associated with this order.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Must be implemented by subclasses to return their kind.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.BrandConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Must be implemented by subclasses to return their kind.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ProductConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Returns the kind of this RuleElement (e.g.
getElementKind() - Method in class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
Returns the kind of this RuleElement (e.g.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Must be implemented by subclasses.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.BrandConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ProductConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
Returns the RuleElementType associated with this RuleElement subclass.
getElementType() - Method in interface com.bea.alcs.domain.rules.RuleElement
Must be implemented by subclasses.
getEligibilities() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the eligibility conditions associated with this rule.
getEligibilities() - Method in interface com.bea.alcs.domain.rules.Rule
Get the eligibility conditions associated with this rule.
getEligibilityOperator() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Gets the operator (AND/OR) if there are multiple eligibility conditions.
getEligibilityOperator() - Method in interface com.bea.alcs.domain.rules.Rule
Gets the operator (AND/OR) if there are multiple eligibility conditions.
getEmail() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the email address of this CmUser.
getEmail() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the email address of this Customer.
getEmail() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the email address of this Customer.
getEmail() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Get the customer email address corresponding to the session.
getEmail() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the email address of this Customer.
getEmail() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Get the email address of the session user.
getEmail() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the customer's email address (Required for card processing).
getEmail() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the customer's email address (Required for card processing).
getEmail() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the email.
getEmailCmUrl() - Method in interface com.bea.alcs.domain.ElasticPath
Return the URL of the Commerce Manager to be used only in email messages.
getEmailCmUrl() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the URL of the Commerce Manager to be used only in email messages.
getEmailId() - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
 
getEmailId() - Method in interface com.bea.alcs.domain.payment.PayPalExpressSession
 
getEmailImageUrl() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets the base URL that is used for images.
getEmailImageUrl() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets the base URL that is used for images.
getEmailImgUrl() - Method in interface com.bea.alcs.domain.ElasticPath
Return the image URL for emails.
getEmailImgUrl() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the image URL for emails.
getEmailProperties(CmUser, String, Locale) - Method in interface com.bea.alcs.domain.misc.CmUserEmailPropertyHelper
Returns email properties.
getEmailProperties(Order, GiftCertificate) - Method in interface com.bea.alcs.domain.misc.GiftCertificateEmailPropertyHelper
Gets the EmailProperties for Gift Certificates confirmation e-mails.
getEmailProperties(CmUser, String, Locale) - Method in class com.bea.alcs.domain.misc.impl.CmUserEmailPropertyHelperImpl
Returns email properties.
getEmailProperties(Order, GiftCertificate) - Method in class com.bea.alcs.domain.misc.impl.GiftCertificateEmailPropertyHelperImpl
Gets the EmailProperties for Gift Certificates confirmation e-mails.
getEmailProperties(ImportRunningJob, CmUser, Locale) - Method in class com.bea.alcs.domain.misc.impl.ImportEmailPropertyHelperImpl
Creates new EmailProperties and sets them.
getEmailProperties(ImportRunningJob, CmUser, Locale) - Method in interface com.bea.alcs.domain.misc.ImportEmailPropertyHelper
Creates new EmailProperties and sets them.
getEmailSenderAddress() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the physical email address displayed when sending an email from this Store.
getEmailSenderAddress() - Method in interface com.bea.alcs.domain.store.Store
Gets the physical email address displayed when sending an email from this Store.
getEmailSenderName() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the friendly name displayed when sending an email from this Store.
getEmailSenderName() - Method in interface com.bea.alcs.domain.store.Store
Gets the friendly name displayed when sending an email from this Store.
getEncodedKeyWords() - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Returns the url-encoded key words.
getEncodedKeyWords() - Method in interface com.bea.alcs.domain.catalogview.search.SearchRequest
Returns the url-encoded key words.
getEncryptedUidPk() - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Get the encrypted uidPk string.
getEncryptedUidPk() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Get the encrypted uidPk string.
getEncryptedUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the encrypted uidPk string.
getEncryptedUidPk() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the encrypted uidPk string.
getEndDate() - Method in interface com.bea.alcs.domain.catalog.Category
Get the end date.
getEndDate() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the end date.
getEndDate() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the end date.
getEndDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the end date after which this MerchandiseAssociation is no longer valid for display.
getEndDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the end date.
getEndDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the end date.
getEndDate() - Method in interface com.bea.alcs.domain.catalog.Product
Get the end date.
getEndDate() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the end date after which this MerchandiseAssociation is no longer valid for display.
getEndDate() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the end date.
getEndDate() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the end date.
getEndDate() - Method in interface com.bea.alcs.domain.rules.Rule
Get the end date.
getEndDate() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the end date.
getEndDateInternal() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Internal method used by JPA.
getEndOfDay(Date) - Method in class com.bea.alcs.commons.util.impl.DateUtilityImpl
Takes a date and returns the date object at the end of the day (23:59:59.999).
getEndTime() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the import job end time.
getEndTime() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the import job end time.
getEntityManager() - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Get the Entity Manager.
getEntityManagerFactory() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Get the entity manager factory.
getEpBuildNo() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the Elastic Path build number.
getEpBuildNo() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the Elastic Path build number.
getEpVersion() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the Elastic Path version number.
getEpVersion() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the Elastic Path version number.
getErrorMessage() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Returns the error message for this cart item.
getErrorMessage() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Returns the error message for this cart item.
getEventOriginator() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
getEventOriginator() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
getEventType() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
Get the event type.
getEventType() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
Get the event type.
getExceptions() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Get the RuleException objects associated with this RuleElement.
getExceptions() - Method in interface com.bea.alcs.domain.rules.RuleElement
Get the RuleException associated with this RuleCondition.
getExceptionStr() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Get the string representation of the RuleExceptions associated with this RuleElement.
getExceptionType() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Must be implemented by subclasses.
getExceptionType() - Method in class com.bea.alcs.domain.rules.impl.CategoryExceptionImpl
Returns the RuleExceptionType associated with this RuleException subclass.
getExceptionType() - Method in class com.bea.alcs.domain.rules.impl.ProductExceptionImpl
Returns the RuleExceptionType associated with this RuleException subclass.
getExceptionType() - Method in class com.bea.alcs.domain.rules.impl.SkuExceptionImpl
Returns the RuleExceptionType associated with this RuleException subclass.
getExceptionType() - Method in interface com.bea.alcs.domain.rules.RuleException
Must be implemented by subclasses.
getExchange() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
If this order is exchange order, the method returns associated exchange.
getExchange() - Method in interface com.bea.alcs.domain.order.Order
If this order is exchange order, the method returns associated exchange.
getExchange(long) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Gets exchange by order exchange's uidPk.
getExchange(long) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Gets exchange by order exchange's uidPk.
getExchangeOrder() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the exchange order.
getExchangeOrder() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the exchange order.
getExchangeShoppingCart() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get exchange shopping cart for this return.
getExchangeShoppingCart() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get exchange shopping cart for this return.
getExclusiveAttributes() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Gets the Set of attributes that are not to be searched upon.
getExclusiveAttributes() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Gets the Set of attributes that are not to be searched upon.
getExpectedReleaseDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the expected release date.
getExpectedReleaseDate() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the expected release date.
getExpectedReleaseDate() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the expected release date.
getExpiryDays() - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Returns the expiry days.
getExpiryDays() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Returns the expiry days.
getExpiryMonth() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getExpiryMonth() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getExpiryMonth() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the two-digit expiry date month.
getExpiryMonth() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the two-digit expiry date month.
getExpiryYear() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getExpiryYear() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getExpiryYear() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the two-digit expiry date year.
getExpiryYear() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the two-digit expiry date year.
getExpressCheckoutDetails(String) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Get the payerinfo before start the payment.
getExpressCheckoutDetails(String) - Method in interface com.bea.alcs.domain.payment.PayPalExpressPaymentGateway
Get the payerinfo before start the payment.
getExternalOrderNumber() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the external order number that is used by external services to reference their order.
getExternalOrderNumber() - Method in interface com.bea.alcs.domain.order.Order
Get the google order number that is used by google checkout customer to reference their order.
getFailedPayments() - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Return a collection of all failed payments.
getFailedPayments() - Method in interface com.bea.alcs.service.payment.PaymentResult
Return a collection of all failed payments.
getFailedRows() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the row number that failed the imported.
getFailedRows() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the row number that failed the imported.
getFailedShipmentPaymentEmailProperties(OrderShipment, String) - Method in class com.bea.alcs.domain.misc.impl.OrderEmailPropertyHelperImpl
Constructs properties for failed shipment.
getFailedShipmentPaymentEmailProperties(OrderShipment, String) - Method in interface com.bea.alcs.domain.misc.OrderEmailPropertyHelper
Constructs properties for failed shipment.
getFaxNumber() - Method in interface com.bea.alcs.domain.customer.Address
Gets the fax number associated with this Address.
getFaxNumber() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the fax number associated with this Customer.
getFaxNumber() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the fax number associated with this Address.
getFaxNumber() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the fax number associated with this Customer.
getFeaturedProductCount() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the number of featured products to display.
getFeaturedProductCount() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the number of featured products to display.
getFeaturedProductOrder() - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Get the featured product order.
getFeaturedProductOrder() - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Get the featured product order.
getFeaturedProducts() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns a list of featured products.
getFeaturedProducts() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns a list of featured products, this list is by default sorted by featured product order.
getFeaturedProductsList(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Get a list of featured product by the category UID.
getFeaturedProductsList(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Get a list of featured product by the category UID.
getFeaturedRank(Category) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Gets the preferred rank of this product when it's in a collection of featured products in the given category.
getFeaturedRank(Category) - Method in interface com.bea.alcs.domain.catalog.Product
Gets the preferred rank of this product when it's in a collection of featured products in the given category.
getFeaturedRank(Category) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Gets the preferred rank of this product when it's in a collection of featured products in the given category.
getFetchPlanHelper() - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Get the fetch plan helper.
getFetchPlanHelper() - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Get the fetch plan helper.
getFieldMatchType() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Retrieve the field match type for this TaxCategory.
getFieldMatchType() - Method in interface com.bea.alcs.domain.tax.TaxCategory
Retrieve the field match type for this TaxJurisdiction.
getFileAssetPath() - Method in interface com.bea.alcs.domain.ElasticPath
Return the file asset directory path.
getFileAssetPath() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the file asset directory path.
getFileAssetSubFolder() - Method in interface com.bea.alcs.domain.ElasticPath
Return the file asset sub folder name.
getFileAssetSubFolder() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the file asset sub folder name.
getFileName() - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Returns the file name.
getFileName() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Returns the file name.
getFileNameWithoutPath() - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Returns the file name without the path information.
getFileNameWithoutPath() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Returns the file name without the path information.
getFilesByFolder(String, String) - Method in interface com.bea.alcs.service.misc.FileService
Get the file list under asset sub folder.
getFilesByFolder(String, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Get the file list under asset sub folder.
getFilter() - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Gets the search filter.
getFilter() - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Gets the search filter.
getFilter(String, Catalog) - Method in interface com.bea.alcs.service.catalogview.FilterFactory
Creates and returns a Filter based on the given identifier string.
getFilter(Filter<?>) - Method in interface com.bea.alcs.service.catalogview.FilterFactory
Get the filter from the range filter cache with the given temporary filter.
getFilter(String, Catalog) - Method in class com.bea.alcs.service.catalogview.impl.FilterFactoryImpl
Creates and returns a Filter based on the given identifier string.
getFilter(Filter<?>) - Method in class com.bea.alcs.service.catalogview.impl.FilterFactoryImpl
Get the filter from the range filter cache with the given temporary filter.
getFilteredUids() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Gets the list of UIDs that should be filtered out of the results (they should not be in the result set).
getFilteredUids() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Gets the list of UIDs that should be filtered out of the results (they should not be in the result set).
getFilterIds() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns a String of the list of Filter.
getFilterIds() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns a String of the list of Filter.
getFilterLookupMap() - Method in class com.bea.alcs.service.search.solr.SolrFacetAdapter
Gets the map of query filters.
getFilterQueryStrings() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Composes and returns a list of FilterQueryStrings for all filters specified in this catalog view request.
getFilterQueryStrings() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Composes and returns a list of FilterQueryStrings for all filters specified the search request.
getFilterQueryStrings() - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Composes and returns a list of FilterQueryStrings for all filters specified in this catalog view request.
getFilters() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the list of Filter specified in the search request.
getFilters() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the list of Filter specified in the search request.
getFilters() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Gets Filters used to filter search results.
getFilters() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Gets Filters used to filter search results.
getFilterSeoUrls() - Method in interface com.bea.alcs.domain.catalogview.browsing.BrowsingRequest
Composes and returns a list of FilterSeoUrls for all filters specified the search request based on the given category.
getFilterSeoUrls() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Composes and returns a page's breadcrumbs (derived from the set of filters used to access this page).
getFirstName() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the CmUser's first name.
getFirstName() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the Customer's first name.
getFirstName() - Method in interface com.bea.alcs.domain.customer.Address
Gets the first name associated with this Address.
getFirstName() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's first name.
getFirstName() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the first name associated with this Address.
getFirstName() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's first name.
getFirstName() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the first name.
getFirstPriceTierMinQty() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the minimum quantity of first price tier.
getForgottenPasswordEmailProperties(Customer, String) - Method in interface com.bea.alcs.domain.misc.CustomerEmailPropertyHelper
Returns email properties.
getForgottenPasswordEmailProperties(Customer, String) - Method in class com.bea.alcs.domain.misc.impl.CustomerEmailPropertyHelperImpl
Returns email properties.
getFromDate() - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Get the date from which purchases should be retrieved.
getFromDate() - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Get the date from which purchases should be retrieved.
getFromDate() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the from date.
getFromName() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the FROM field.
getFromName() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the FROM field.
getFullAttributeValues(AttributeGroup, Collection<Locale>) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Get the list of AttributeValues for all attributes defined in the given AttributeGroup, ensuring that an AttributeValue is returned for every Attribute.
getFullAttributeValues(AttributeGroup, Locale) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Get the list of AttributeValues for all attributes defined in the given AttributeGroup.
getFullAttributeValues(AttributeGroup, Collection<Locale>) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Get the list of AttributeValues for all attributes defined in the given attribute group, ensuring that an AttributeValue is returned for every Attribute.
getFullAttributeValues(AttributeGroup, Locale) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Get the list of AttributeValues for all attributes defined in the given AttributeGroup.
getFullAttributeValues(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns a list of AttributeValues with the given locale for all attributes of the product type which this product belonging to.
getFullAttributeValues(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns a list of AttributeValues with the given locale for all attributes of the product type which this product belonging to.
getFullAttributeValues(Locale) - Method in interface com.bea.alcs.domain.catalog.Product
Returns a list of AttributeValues with the given locale for all attributes of the product type which this product belonging to.
getFullAttributeValues(Locale) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns a list of AttributeValues with the given locale for all attributes of the product type which this product belonging to.
getFullAttributeValues(Locale) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns a list of AttributeValues with the given locale for all attributes of the product type which this product belonging to.
getFullName() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's full name.
getFullName() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's full name.
getGateway(long) - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Gets a PaymentGateway with the given UID.
getGateway(long) - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Gets a PaymentGateway with the given UID.
getGatewayByName(String) - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Get the payment gateway by payment gateway type.
getGatewayByName(String) - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Get the payment gateway by payment gateway name.
getGatewayToken() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Return the payment gateway token.
getGatewayToken() - Method in interface com.bea.alcs.domain.order.OrderPayment
Return the payment gateway token.
getGender() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the gender of this Customer.
getGender() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the gender of this Customer.
getGeneralJpaLoaderService() - Method in class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
Get the general loader service for JPA.
getGeography() - Method in interface com.bea.alcs.domain.ElasticPath
Return a Geography that provides geographical information.
getGeography() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return a Geography that provides geographical information.
getGiftCertificate() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the gift certificate for the payment.
getGiftCertificate() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Gets the gift certificate.
getGiftCertificate() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the gift certificate for the payment.
getGiftCertificate() - Method in interface com.bea.alcs.domain.order.OrderSku
Gets the gift certificate.
getGiftCertificate() - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Get the gift certificate for the payment.
getGiftCertificate() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Get the gift certificate for the payment.
getGiftCertificate() - Method in interface com.bea.alcs.domain.shoppingcart.GiftCertificateItem
 
getGiftCertificate() - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
 
getGiftCertificateCode() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getGiftCertificateCode() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getGiftCertificateDiscount() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the amount redeemed from gift certificate.
getGiftCertificateDiscount() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the amount redeemed from gift certificate.
getGiftCertificateDiscountMoney() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the amount redeemed from gift certificate.
getGiftCertificateItemById(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns the gift certificate item with the given id.
getGiftCertificateItemById(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns the gift certificate item with the given id.
getGiftCertificateItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the GiftCertificate items in the shopping cart.
getGiftCertificateItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the GiftCertificate items in the shopping cart.
getGiftCertificateService() - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
 
getGiftCertificateThemeMap() - Method in interface com.bea.alcs.domain.ElasticPath
 
getGiftCertificateThemeMap() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
 
getGiftCertificateTransactionService() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Get the gift certificate transaction service.
getGiftCertificateTransactionService() - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Get the gift certificate transaction service.
getGiftCertificateTransactionService() - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Gets GiftCertificateTransactionService.
getGuid() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Return the GUID.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Return the guid.
getGuid() - Method in interface com.bea.alcs.domain.customer.Address
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Return the guid.
getGuid() - Method in interface com.bea.alcs.domain.Entity
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.impl.AbstractEntityImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
 
getGuid() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Return the guid.
getGuid() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Return the guid.
getGuid() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Return the guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Return the field name for guid.
getGuidFieldName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Return the field name for guid.
getGuidFieldName() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Return the field name for guid.
getHasSubCategories() - Method in interface com.bea.alcs.domain.catalog.Category
Return the flag to indicate whether this category has subCategories or not.
getHasSubCategories() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Return the flag to indicate whether this category has subCategories or not.
getHeight() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns the height.
getHeight() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns the height.
getHitsNumber() - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Returns the number of items matched by this filter option.
getHitsNumber() - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Returns the number of hits in the filter option.
getHost() - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Get the server host.
getHost() - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Get the server host.
getHtmlTemplate() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets path and filename of the HTML template used for rendering an email.
getHtmlTemplate() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets path and filename of the HTML template used for rendering an email.
getHttpInvokerRequestExecutor() - Method in class com.bea.alcs.service.misc.EmailHttpInvokerProxyFactoryBean
This implementation returns an instance of the Acegi AuthenticationSimpleHttpInvokerRequestExecutor.
getId() - Method in interface com.bea.alcs.domain.catalogview.Filter
Returns the id of the filter.
getId() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
Returns the id of the filter.
getImage() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the product default image.
getImage() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the sku default image.
getImage() - Method in interface com.bea.alcs.domain.catalog.Product
Get the product default image.
getImage() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the sku default image.
getImage() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the product's image path.
getImage() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the product's image path.
getImage() - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Gets the image for the viewed product.
getImage() - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistoryProduct
Gets the image for the viewed product.
getImage() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the image.
getImage() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Get the path to the image corresponding to this option value.
getImage() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Get the path to the image corresponding to this option value.
getImage() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the product default image.
getImageAssetSubFolder() - Method in interface com.bea.alcs.domain.ElasticPath
Return the image asset sub folder name.
getImageAssetSubFolder() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the image asset sub folder name.
getImageFilePath() - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Returns the impage file path.
getImageFilePath() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Returns the impage file path.
getImageName() - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Return the image name.
getImageName() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Return the image name.
getImagePath() - Method in interface com.bea.alcs.domain.ElasticPath
Return the absolute images directory path.
getImagePath() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the absolute images directory path.
getImageType() - Method in interface com.bea.alcs.domain.misc.ImageRenderResponse
Return the image type.
getImageType() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
Return the image type.
getImageUrl() - Method in interface com.bea.alcs.domain.catalog.Brand
Returns the url of the brand logo image.
getImageUrl() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Returns the url of the brand logo image.
getImageUrl() - Method in interface com.bea.alcs.domain.ElasticPath
Return the image URL.
getImageUrl() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the image url.
getImportAssetSubFolder() - Method in interface com.bea.alcs.domain.ElasticPath
Return the import asset sub folder name.
getImportAssetSubFolder() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the import asset sub folder name.
getImportDataTypeName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import data type.
getImportDataTypeName() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the import data type name.
getImportErrors() - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Returns a list of error messages in the server's locale.
getImportErrors(Locale) - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Returns a list of error messages.
getImportErrors() - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Returns a list of error messages in the server's locale.
getImportErrors(Locale) - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Returns a list of error messages.
getImportFaultError() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Creates and returns an import fault error.
getImportFaults() - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Returns a list of error message.
getImportFaults() - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Returns a list of ImportFault.
getImportField(String) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Return an import field with the given name.
getImportField(String) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Return an import field with the given name.
getImportFieldList() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Returns all import fields as a list.
getImportFields() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Return all import fields as a Map The name of an import field will be used as key, and the import field itself will be put as a value.
getImportFields() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Return all import fields as a Map The name of an import field will be used as key, and the import field itself will be put as a value.
getImportJob() - Method in interface com.bea.alcs.domain.cmuser.CmUserSession
Returns the ImportJob instance.
getImportJob() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserSessionImpl
Returns the ImportJob instance.
getImportJob() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the import job that is running.
getImportJob() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the import job that is running.
getImportJob(long) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Get the import job with the given UID.
getImportJob(long) - Method in interface com.bea.alcs.service.dataimport.ImportService
Get the import job with the given UID.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Returns the import job runner bean name.
getImportJobRunnerBeanName() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Returns the import job runner bean name.
getImports() - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Get the names of classes imported by this rule set.
getImports() - Method in interface com.bea.alcs.domain.rules.RuleSet
Get the names of classes imported by this rule set.
getImportType() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import type.
getImportType() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the import type.
getImportType(int) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns the import type with the given id.
getImportType(int) - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns the import type with the given id.
getImportTypeId() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the import type id.
getIndex() - Method in enum com.bea.alcs.domain.rules.RuleState
Returns the index of the state.
getIndexDir(IndexType) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Deprecated. this method should not be used, but here for example
getIndexDir(IndexType) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Deprecated. this method should not be used, but here for example
getIndexName() - Method in enum com.bea.alcs.service.search.IndexType
Return a string identifier for this type in lower case.
getIndexProduct(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Gets the index product.
getIndexProduct(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalogview.StoreProductService
Retrieve a product for the specified store.
getIndexSearchService() - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Gets the IndexSearchService instance.
getIndexType() - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Gets the IndexType that is affected for this index update.
getIndexType() - Method in interface com.bea.alcs.domain.search.IndexNotification
Gets the IndexType that is affected for this index update.
getIndexType() - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Returns the index type of the stored search criteria (or null if there are no inner search criteria's).
getIndexType() - Method in class com.bea.alcs.service.search.query.LuceneRawSearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Returns the index type this criteria deals with.
getIndexType() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Returns the index type this criteria deals with.
getIndexUtility() - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Gets the IndexUtility instance.
getIndexUtility() - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Gets the IndexUtility instance.
getInstance() - Static method in class com.bea.alcs.commons.util.impl.JUnitUtilityImpl
Return the singleton JUnitUtilityImpl.
getInstance() - Static method in class com.bea.alcs.commons.validator.impl.EpEmailValidator
Returns the Singleton instance of this validator.
getInstance(int) - Static method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Get the attribute type with the given attribute type id.
getInstance(int) - Static method in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Get the import type with the given import type id.
getInstance() - Static method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the singleton ElasticPath.
getInstance(int) - Static method in enum com.bea.alcs.domain.tax.TaxCategoryTypeEnum
Required for JPA mapping only.
getIntegerValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Get the integer value.
getIntegerValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the integer value.
getIntValue() - Method in enum com.bea.alcs.domain.tax.TaxCategoryTypeEnum
Required for JPA mapping only.
getInventories() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the Map between Warehouse_uid and Inventory this product sku.
getInventories() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get a map of Warehouse uid and Inventory for this product sku.
getInventoriesInWarehouses(Collection<Warehouse>) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns a map of the inventories for the specified warehouses.
getInventoriesInWarehouses(Collection<Warehouse>) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns a map of the inventories for the specified warehouses.
getInventory() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
getInventory() - Method in class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
Get the inventory object.
getInventory(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the Inventory for this product sku associated with the given warehouse.
getInventory() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
getInventory() - Method in interface com.bea.alcs.domain.catalog.InventoryEventResult
Get the inventory object.
getInventory(long) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the Inventory for this product sku housed in the given warehouse.
getInventoryEvent() - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Get the inventory event.
getInventoryEvent() - Method in interface com.bea.alcs.domain.catalog.InventoryCommand
Get the inventory event.
getInventoryResult() - Method in interface com.bea.alcs.domain.order.AllocationResult
Get the inventory result object.
getInventoryResult() - Method in class com.bea.alcs.domain.order.impl.AllocationResultImpl
 
getIpAddress() - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Returns the download IP Address.
getIpAddress() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Returns the download IP Address.
getIpAddress() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Get the ipAddress of the user from the shopping cart.
getIpAddress() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Get the ipAddress of the user from the shopping cart.
getIpAddress() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the ip address of the computer that created the order.
getIpAddress() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the ipAddress of the user from the Order Payment.
getIpAddress() - Method in interface com.bea.alcs.domain.order.Order
Get the ip address of the computer that created the order.
getIpAddress() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the ipAddress of the user from the Order Payment.
getIpAddress() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the ipAddress of the user from the shopping cart.
getIpAddress() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the ipAddress of the user from the shopping cart.
getIssueNumber() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getIssueNumber() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getIssueNumber() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the issue number used by some U.K.
getIssueNumber() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the issue number used by some U.K.
getItemSubtotal() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the item subtotal for this order shipment.
getItemSubtotal() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the item subtotal for this order shipment.
getItemSubTotalBeforeTax() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the item sub total before taxes cost of this order shipment in BigDecimal.
getItemSubTotalBeforeTax() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the item sub total before taxes cost of this order shipment in BigDecimal.
getItemSubTotalBeforeTaxMoney() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the item sub total before taxes cost of this order shipment in Money.
getItemSubTotalBeforeTaxMoney() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the item sub total before taxes cost of this order shipment in Money.
getItemSubtotalMoney() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the item subtotal for this order shipment in Money.
getItemSubtotalMoney() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the item subtotal for this order shipment in Money.
getItemTax() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the item tax for this order shipment.
getItemTax() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the item tax for this order shipment.
getItemTaxMoney() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the item tax for this order shipment in Money.
getItemTaxMoney() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the item tax for this order shipment in Money.
getJPEGQuality() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the jpeg quality.
getJPEGQuality() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the jpeg quality to use when resizing a jpeg in the dynamic image resizing engine.
getKey() - Method in interface com.bea.alcs.domain.attribute.Attribute
Get the attribute key.
getKey() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Get the attribute key.
getKey() - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
Gets the key of this property.
getKey() - Method in interface com.bea.alcs.domain.payment.PaymentGatewayProperty
Gets the key of this property.
getKey() - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Get the parameter key.
getKey() - Method in interface com.bea.alcs.domain.rules.RuleParameter
Get the parameter key.
getKey() - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Get the parameter key.
getKey() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Get the parameter key.
getKey() - Method in enum com.bea.alcs.domain.shipping.ShippingCostCalculationParametersEnum
Gets key of the calculation parameter.
getKeyword() - Method in class com.bea.alcs.service.search.query.KeywordSearchCriteria
Gets the keyword to search for.
getKeyWords() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Returns the key words.
getKeyWords() - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Returns the key words.
getKeyWords() - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Returns the keywords specified in the search request.
getKeyWords() - Method in interface com.bea.alcs.domain.catalogview.search.SearchRequest
Returns the keywords specified in the search request.
getKeywords() - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Gets the keywords that were used to search.
getKeywords() - Method in interface com.bea.alcs.domain.search.SfSearchLog
Gets the keywords that were used to search.
getKind() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Get the kind of this RuleElement (e.g.
getKind() - Method in interface com.bea.alcs.domain.rules.RuleElement
Get the kind of this RuleElement (e.g.
getLastAccessedDate() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Get the date when the customer session was last accessed.
getLastAccessedDate() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Get the date the session was last accessed.
getLastActiveAuthorizationPayments(OrderShipment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Gets the last of all active authorization payments which are either active conventional payment or/and list of active gift certificate payments.
getLastActiveAuthorizationPayments(OrderShipment) - Method in interface com.bea.alcs.service.payment.PaymentService
Gets the last of all active authorization payments which are either active conventional payment or/and list of active gift certificate payments.
getLastCategory() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns the last category.
getLastCategory() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns the last category.
getLastEditDate() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the customer last edit date.
getLastEditDate() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the customer last edit date.
getLastLoginDate() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets this cmUser's last login date.
getLastLoginDate() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets this cmUser's last login date.
getLastModifiedBy() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the CM user who last modifed this order sku.
getLastModifiedBy() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the CM user who last modifed this order sku.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.catalog.Category
Returns the date when the category was last modified.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getLastModifiedDate() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Returns the date when the category was last modified.
getLastModifiedDate() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getLastModifiedDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the date when the product was last modified.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the date when the product was last modified.
getLastModifiedDate() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the date that the order was last modified on.
getLastModifiedDate() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the date that the order was last modified on.
getLastModifiedDate() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the date that the order return was last modified on.
getLastModifiedDate() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the date that the order was last modified on.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.order.Order
Get the date that the order was last modified on.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the date that the order return was last modified on.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.order.OrderShipment
Get the date that the order was last modified on.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the date that the order was last modified on.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Returns the date when the rule base was last modified.
getLastModifiedDate() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the date that the rule was last modified on.
getLastModifiedDate() - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Returns the date when the rule base was last modified.
getLastModifiedDate() - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Returns the date when the rule set was last modified.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.rules.Rule
Get the date that the rule was last modified on.
getLastModifiedDate() - Method in interface com.bea.alcs.domain.rules.RuleSet
Returns the date when the rule set was last modified.
getLastModifiedDate() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the date when the product was last modified.
getLastName() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the CmUser's last name.
getLastName() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the Customer's last name.
getLastName() - Method in interface com.bea.alcs.domain.customer.Address
Gets the last name associated with this Address.
getLastName() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's last name.
getLastName() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the last name associated with this Address.
getLastName() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's last name.
getLastName() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the last name.
getLastNumFound() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the cached number of results found for the last search.
getLastNumFound() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the number of results found from the last search.
getLastPage(int) - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the last page of results.
getLastPage(int) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the last page of results.
getLastResult() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResultHistory
Returns the last catalog view result.
getLastResult() - Method in class com.bea.alcs.domain.catalogview.impl.CatalogViewResultHistoryImpl
Returns the last catalog view result.
getLastUpdateDate() - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Retrieve the last update date from the properties file.
getLastViewedHistoryProduct() - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryImpl
Get the most recently viewed product.
getLastViewedHistoryProduct() - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistory
Get the most recently viewed product.
getLdf(Locale) - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Gets the ldf for the viewed product.
getLdf(Locale) - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistoryProduct
Gets the ldf for the viewed product.
getLeftRows() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the left rows to import.
getLeftRows() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the left rows to import.
getLength() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns the length.
getLength() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns the length.
getLessRestockAmount() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get less Restock Amount parameter of this order return.
getLessRestockAmount() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get less Restock Amount parameter of this order return.
getLessRestockAmountMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get less Restock Amount parameter of this order return.
getLessRestockAmountMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get less Restock Amount parameter of this order return.
getLevel() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Get category level.
getLevel() - Method in interface com.bea.alcs.domain.catalogview.BranchNode
Get node level.
getLevel() - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Returns the level.
getLevel() - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Returns the level.
getLinkedCategories(ImportGuidHelper, Category) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.ImportFieldProductDefaultCategory
Uses the given service to find the given master category's linked categories.
getListOfUniquePayments(Iterable<OrderPayment>, PaymentType...) - Static method in class com.bea.alcs.commons.util.PaymentsComparatorFactory
Return list of all unique payment sources for the specified list of payments.
getListPrice(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the product's list price.
getListPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the product's list price of the first price tier.
getListPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Get the list price of the price tier.
getListPrice() - Method in interface com.bea.alcs.domain.catalog.Price
Get the product's list price.
getListPrice(int) - Method in interface com.bea.alcs.domain.catalog.Price
Get the product's list price.
getListPrice() - Method in interface com.bea.alcs.domain.catalog.PriceTier
Get the list price of the price tier.
getListPrice() - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Get the list price of the price tier.
getListPrice() - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Get the list price of the price tier.
getListPrice() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the list price for this sku.
getListPrice() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the amount for this sku.
getListPriceMoney(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the list price as a Money object.
getListPriceMoney(Currency) - Method in interface com.bea.alcs.domain.order.OrderSku
Get the list price as a Money object.
getLocale() - Method in interface com.bea.alcs.domain.catalog.CatalogLocale
Get the locale.
getLocale() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Returns the locale.
getLocale() - Method in class com.bea.alcs.domain.catalog.impl.CatalogLocaleImpl
Get the locale.
getLocale() - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Returns the locale.
getLocale() - Method in interface com.bea.alcs.domain.catalogview.AttributeFilter
Get the locale for this attribute.
getLocale() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the locale.
getLocale() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the locale.
getLocale() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Get the locale for this attribute.
getLocale() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Get the locale for this attribute.
getLocale() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Get the locale of the customer corresponding to the shopping cart.
getLocale() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Returns the locale.
getLocale() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Return the locale this job uses.
getLocale() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Return the locale this job uses.
getLocale() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Returns the locale.
getLocale() - Method in interface com.bea.alcs.domain.order.Order
Get the order's locale.
getLocale() - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Gets the locale for these synonyms.
getLocale() - Method in interface com.bea.alcs.domain.search.SynonymGroup
Gets the locale for these synonyms.
getLocale() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the locale of the customer corresponding to the shopping cart.
getLocale() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the locale of the customer corresponding to the shopping cart.
getLocale() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Returns the Locale.
getLocale() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Returns the Locale.
getLocaleBoostWithFallback(SearchConfig, String, Locale) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Retrieves the boost values for a locale field.
getLocaleBoostWithFallback(SearchConfig, String, Locale) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Retrieves the boost values for a locale field.
getLocaleDependantFields(Locale, boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns the LocaleDependantFields of the given locale (cannot be null).
getLocaleDependantFields(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns the LocaleDependantFields of the given locale (cannot be null).
getLocaleDependantFields(Locale) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns the LocaleDependantFields of the given locale.
getLocaleDependantFields(Locale, boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the LocaleDependantFields of the given locale (cannot be null).
getLocaleDependantFields(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the LocaleDependantFields of the given locale (cannot be null).
getLocaleDependantFields(Locale) - Method in interface com.bea.alcs.domain.catalog.ObjectWithLocaleDependantFields
Returns the LocaleDependantFields of the given locale (cannot be null).
getLocaleDependantFields(Locale) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the LocaleDependantFields of the given locale (cannot be null).
getLocaleDependantFieldsMap() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Gets the all LocaleDependantFields as a map.
getLocaleDependantFieldsMap() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Gets the all LocaleDependantFields as a map.
getLocaleDependantFieldsWithoutFallBack(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns the LocaleDependantFields of the given locale without a fallback.
getLocaleDependantFieldsWithoutFallBack(Locale) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns the LocaleDependantFields of the given locale without a fallback.
getLocaleDependantFieldsWithoutFallBack(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the LocaleDependantFields of the given locale without fallback.
getLocaleDependantFieldsWithoutFallBack(Locale) - Method in interface com.bea.alcs.domain.catalog.ObjectWithLocaleDependantFields
Returns the LocaleDependantFields of the given locale without fallback values.
getLocaleDependantFieldsWithoutFallBack(Locale) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the LocaleDependantFields of the given locale without fallback values.
getLocalesInUseByStores() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets all the locales that are currently set as default locales for Stores that are using this Catalog.
getLocaleStr() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Get the locale as a string.
getLocaleSuffix(Locale) - Method in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Returns current locale as a string preceed by an underscore.
getLocalizedAttributeKey() - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Get the localized attribute key used to get a handle on this attribute value, given the parent object to which the attribute belongs.
getLocalizedAttributeKey() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the localized attribute key used to get a handle on this attribute value, given the parent object to which the attribute belongs.
getLocalizedAttributeKey(String, Locale) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Creates a localized attribute key by combining the given key and the given locale.
getLocalizedAttributeKey(String, Locale) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Creates a localized attribute key by combining the given key and the given locale.
getLocalizedDisplayMap() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Get the localized display map.
getLocalizedDisplayMap() - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Get the localized display map.
getLocalizedFile(String, String, String, Locale) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Return the localized file path of the given file path.
getLocalizedFile(String, String, String, Locale) - Method in interface com.bea.alcs.commons.util.Utility
Return the localized file path of the given file path.
getLocalizedProperties() - Method in interface com.bea.alcs.domain.catalog.Brand
Returns the LocalizedProperties.
getLocalizedProperties() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Returns the LocalizedProperties.
getLocalizedProperties() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Returns the LocalizedProperties.
getLocalizedProperties() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Returns the LocalizedProperties.
getLocalizedProperties() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the localized properties.
getLocalizedProperties() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Returns the LocalizedProperties.
getLocalizedProperties() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Returns the LocalizedProperties.
getLocalizedProperties() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Returns the LocalizedProperties.
getLocalizedProperties() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Returns the LocalizedProperties.
getLocalizedProperties() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Returns the LocalizedProperties, i.e.
getLocalizedProperties() - Method in interface com.bea.alcs.domain.tax.TaxCategory
Returns the LocalizedProperties, i.e.
getLocalizedPropertiesMap() - Method in interface com.bea.alcs.domain.catalog.Brand
Get the localized properties map.
getLocalizedPropertiesMap() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Get the localized properties map.
getLocalizedPropertiesMap() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Returns the localized properties map.
getLocalizedPropertiesMap() - Method in interface com.bea.alcs.domain.misc.LocalizedProperties
Returns the localized properties map.
getLocalizedPropertiesMap() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Get the localized properties map.
getLocalizedPropertiesMap() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the localized properties.
getLocalizedPropertiesMap() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the localized properties map.
getLocalizedPropertiesMap() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Get the localized properties map.
getLocalizedPropertiesMap() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Get the localized properties.
getLocalizedPropertiesMap() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Get the localized properties map.
getLocalizedPropertyKey() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
Get the localized property key.
getLocalizedPropertyKey() - Method in interface com.bea.alcs.domain.misc.LocalizedPropertyValue
Get the localized property key.
getLocalizedTaxMap() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the localized tax category name -> tax value (Money) map for this ShoppingCart.
getLocalizedTaxMap() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the localized tax category name -> tax value (Money) map for this ShoppingCart.
getLogDate() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
getLogDate() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
getLongTextValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Get the long text value.
getLongTextValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the long text value.
getLowerValue() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Returns the lower value of the filter.
getLowerValue() - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Returns the lower value of the filter.
getLowestCatalogSkuPrice(Catalog, Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
This returns the lowest price of any SKU belongs to this product as a Money object for the given catalog.
getLowestCatalogSkuPrice(Catalog, Currency) - Method in interface com.bea.alcs.domain.catalog.Product
This returns the lowest price of any SKU belongs to this product as a Money object for the given catalog.
getLowestCatalogSkuPrice(Catalog, Currency) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
This returns the lowest price of any SKU belongs to this product as a Money object for the given catalog.
getLowestMasterCatalogSkuPrice(Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
This returns the lowest price of any SKU belongs to this product as a Money object.
getLowestMasterCatalogSkuPrice(Currency) - Method in interface com.bea.alcs.domain.catalog.Product
This returns the lowest price of any SKU belongs to this product as a Money object.
getLowestMasterCatalogSkuPrice(Currency) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
This returns the lowest price of any SKU belongs to this product as a Money object.
getLowestPrice(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the lowest of the price values specified in this Price.
getLowestPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the lowest of the price values of the first price tier.
getLowestPrice() - Method in interface com.bea.alcs.domain.catalog.Price
Returns the lowest of the price values specified in this Price.
getLowestPrice(int) - Method in interface com.bea.alcs.domain.catalog.Price
Get the lowest of the price values specified in this Price.
getMailHost() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the mail host.
getMailHost() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the mail host.
getMailPort() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the mail port.
getMailPort() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the mail port.
getMappings() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the mappings between import data type fields and csv file columns.
getMappings() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the mappings between import data type fields and csv file columns.
getMaskedCardNumber() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
Decrypts and returns the masked credit card number: ************5381.
getMaskedCardNumber() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Decrypts and returns the masked credit card number: ************5381.
getMaskedCardNumber() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Decrypts and returns the masked credit card number: ************5381.
getMaskedCardNumber() - Method in interface com.bea.alcs.domain.order.OrderPayment
Decrypts and returns the masked credit card number: ************5381.
getMasterCatalog() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the master Catalog for this product.
getMasterCatalog() - Method in interface com.bea.alcs.domain.catalog.Product
Get the master Catalog for this product.
getMasterCatalog() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the master Catalog for this product.
getMasterCatalogDefaultLocale() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get this Product's Master Catalog's default locale, for which all locale-dependent fields are guaranteed to have a value.
getMasterCatalogLocale() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Returns the locale for the containing ProductSku's Master Catalogue.
getMasterCatalogPrice(Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the price of this product in the specified currency from the master catalog.
getMasterCatalogPrice(Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the price of this product SKU in the specified currency.
getMasterCatalogPrice(Currency) - Method in interface com.bea.alcs.domain.catalog.Product
Get the price of this product in the specified currency for the master catalog.
getMasterCatalogPrice(Currency) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the price of this product in the specified currency.
getMasterCatalogPrice(Currency) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the price of this product in the specified currency for the master catalog.
getMasterCatalogPriceWithoutFallback(Currency) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the price of this product sku in the specified currency.
getMasterCatalogPriceWithoutFallback(Currency) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the price of this product sku in the specified currency.
getMasterCategory() - Method in interface com.bea.alcs.domain.catalog.Category
Get the master category this virtual category is derived from (null if this category is a master).
getMasterCategory() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the master category this virtual category is derived from (null if this category is a master).
getMasterCategory() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the master category this virtual category is derived from (null if this category is a master).
getMatchAllQuery() - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Gets the query to match all results.
getMaxAge() - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter.CachingControlEntry
Returns the max age in seconds.
getMaxAllowErrors() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the maximum allowable errors before teminating import.
getMaxAllowErrors() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the maximum allowable errors before teminating import.
getMaxDownloadTimes() - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Returns the maximum download times.
getMaxDownloadTimes() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Returns the maximum download times.
getMaxFeaturedProductOrder() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the max featured product order from the productCateogiers of this product.
getMaxFeaturedProductOrder() - Method in interface com.bea.alcs.domain.catalog.Product
Get the max featured product order from the productCateogiers of this product.
getMaxFeaturedProductOrder(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Check with database to find maximum featured product order for the given category.
getMaxFeaturedProductOrder(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Check with database to find maximum featured product order for the given category.
getMaxFeaturedProductOrder() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the max featured product order from the productCateogiers of this product.
getMaximumResultsThreshold() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Gets the number of search results that, if exceed, will trigger the generation of search suggestions.
getMaximumResultsThreshold() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Gets the number of search results that, if exceed, will trigger the generation of search suggestions.
getMaximumSuggestionsPerWord() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Returns the maximum number of suggestions per word that will be generated when generating search suggestions.
getMaximumSuggestionsPerWord() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Returns the maximum number of suggestions per word that will be generated when generating search suggestions.
getMaxOrdering() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the max ordering of the optionValues.
getMaxOrdering() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Get the max ordering of the optionValues.
getMaxReturnNumber() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the maximum return number specified in the search request.
getMaxReturnNumber() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the maximum return number specified in the search request.
getMaxReturnNumber() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
Returns the maximum return number specified.
getMaxReturnNumber() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapRequest
Returns the maximum return number specified.
getMaxReturnNumber() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Returns the number of maximum results to return to the search client as the search result.
getMaxReturnNumber() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Returns the number of maximum results to return to the search client as the search result.
getMerchantConstants() - Method in interface com.bea.alcs.domain.payment.GoogleCheckoutPaymentGateway
store config enviornment into MerchantConstants.
getMerchantConstants() - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
store config enviornment into MerchantConstants.
getMerchantConstants() - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Retrieves the merchant constants.
getMerchantData() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Gets MerchantData for Authentication.
getMerchantData() - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Gets MerchantData for Authentication.
getMessage() - Method in exception com.bea.alcs.commons.beanframework.BeanRegistrationException
Provide a helpful error message for this exception.
getMessage(String, Object[], String, Locale) - Method in interface com.bea.alcs.commons.beanframework.MessageSource
Returns a formatted, localized message.
getMessage() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getMessage() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getMessage(String, Object[], String, Locale) - Method in interface com.bea.alcs.domain.ElasticPath
Gets the localized message.
getMessage(String, Object[], String, Locale) - Method in class com.bea.alcs.domain.impl.DefaultMessageSourceImpl
Gets the localized message.
getMessage(String, Object[], String, Locale) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Gets the localized message.
getMessage() - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
Return the personal message.
getMessage() - Method in interface com.bea.alcs.domain.shoppingcart.WishListMessage
Return the personal message.
getMessageCode(long) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Retrieves the inventory message for the specified SKU.
getMessageCode(ProductSku) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Gets the inventory availability message code for the specified SKU.
getMessageCode(long) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Gets the message availability code for a sku belonging to this product.
getMessageCode(ProductSku) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Gets the inventory availability message code for the specified SKU.
getMetaMappings() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the meta mappings.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Returns the meta object used to initialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Returns the meta object used to intialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Returns the meta object used to intialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Returns the meta object used to initialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Returns the meta object used to initialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Returns the meta object used to intialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Returns the meta object used to intialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Returns the meta object used to intialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Returns the base object used to intialize the import data type.
getMetaObject() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Returns the meta object used to initialize the import data type.
getMetaObject() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Returns the meta object used to intialize the import data type.
getMethodType() - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Must be implemented by subclasses to return their type.
getMethodType() - Method in class com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl
Must be implemented by subclasses to return their type.
getMethodType() - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Must be implemented by subclasses to return their type.
getMethodType() - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Must be implemented by subclasses to return their type.
getMethodType() - Method in class com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl
Return the type of this calculation method implementation.
getMethodType() - Method in class com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl
Must be implemented by subclasses to return their type.
getMimeType() - Method in interface com.bea.alcs.domain.misc.ImageRenderResponse
Return the mime type.
getMimeType() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
Return the mime type.
getMinimumResultsThreshold() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Returns the number of search results that, if not exceeded will trigger the generation of search suggestions.
getMinimumResultsThreshold() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Returns the number of search results that, if not exceeded will trigger the generation of search suggestions.
getMinimumSimilarity() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Returns the minimum similarity fuzzy search setting, value should be between 0 and 1.
getMinimumSimilarity() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Returns the minimum similarity fuzzy search setting, value should be between 0 and 1.
getMinOrdering() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the minimal ordering of the optionValues.
getMinOrdering() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Get the minimal ordering of the optionValues.
getMinOrderQty() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the minimum order quantity of the product.
getMinOrderQty() - Method in interface com.bea.alcs.domain.catalog.Product
Get the minimum order quantity of the product.
getMinOrderQty() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
 
getMinOrderQty() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
 
getMinOrderQty() - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
 
getMinOrderQty() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the minimum order quantity of the product.
getMinQty() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Get the minimum quantity of the price tier.
getMinQty() - Method in interface com.bea.alcs.domain.catalog.PriceTier
Get the minimum quantity of the price tier.
getMinQty() - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Get the minimum quantity of the price tier.
getMinQty() - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Get the minimum quantity of the price tier.
getMinQtyAsInteger() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Get the minimum quantity of the price tier.
getMinQtyAsInteger() - Method in interface com.bea.alcs.domain.catalog.PriceTier
Get the minimum quantity of the price tier.
getModifiedBy() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the event originator who modified this order.
getModifiedBy() - Method in interface com.bea.alcs.domain.order.Order
Get the event originator who modified this order.
getMoneyValueAndSymbol() - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Prints the symbol of the selected currency along with the value.
getMoneyValueAndSymbol() - Method in interface com.bea.alcs.domain.misc.Money
Prints the symbol of the selected currency along with the value.
getMonthMap() - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Get a map of the numbers of months of the year for the Spring form input for credit card expiry.
getMonthMap() - Method in interface com.bea.alcs.commons.util.Utility
Get a map of the numbers of months of the year for the Spring form input for credit card expiry.
getMostSpecificLocaleDependantFields(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Searches for the LocaleDependantFields object that most specifically matches the given locale.
getMostSpecificLocaleDependantFields(Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Searches for the LocaleDependantFields object that most specifically matches the given locale.
getName() - Method in interface com.bea.alcs.domain.attribute.Attribute
Get the product system name.
getName() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Get the product system name.
getName() - Method in interface com.bea.alcs.domain.catalog.Catalog
Get the name of the catalog.
getName() - Method in interface com.bea.alcs.domain.catalog.CategoryType
Get the category type name.
getName() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Get the name of the catalog.
getName() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Get the category type name.
getName() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Get the product type name.
getName() - Method in interface com.bea.alcs.domain.catalog.ProductType
Get the product type name.
getName() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Gets the name of this UserRole.
getName() - Method in interface com.bea.alcs.domain.cmuser.UserRole
Gets the name of this UserRole.
getName() - Method in interface com.bea.alcs.domain.customer.CustomerGroup
Gets the name of this CustomerGroup.
getName() - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Gets the name for this CustomerGroup.
getName() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Returns import data type name.
getName() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
Return the import field name.
getName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the name of import job.
getName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
Returns the name of import field.
getName() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Returns import data type name.
getName() - Method in interface com.bea.alcs.domain.dataimport.ImportField
Return the import field name.
getName() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the name of import job.
getName() - Method in interface com.bea.alcs.domain.dataimport.ImportMapping
Returns the name of import field.
getName() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Get the name of the payment gateway (e.g.
getName() - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Get the name of the payment gateway (e.g.
getName() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the name of this rule.
getName() - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Get the name of this rule set.
getName() - Method in interface com.bea.alcs.domain.rules.Rule
Get the name of this rule.
getName() - Method in interface com.bea.alcs.domain.rules.RuleSet
Get the name of this rule set.
getName() - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Get the shipping region name.
getName(Locale) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Return the ShippingServiceLevel name for the given locale.
getName() - Method in interface com.bea.alcs.domain.shipping.ShippingRegion
Get the shipping region name.
getName(Locale) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Deprecated. call getDisplayName(Locale, boolean) instead
getName() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the name of the Store.
getName() - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Gets the name of this Warehouse.
getName() - Method in interface com.bea.alcs.domain.store.Store
Gets the name of the Store.
getName() - Method in interface com.bea.alcs.domain.store.Warehouse
Gets the name of this Warehouse.
getName() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Get the tax category name.
getName() - Method in interface com.bea.alcs.domain.tax.TaxCategory
Get the tax category name.
getName() - Method in enum com.bea.alcs.domain.tax.TaxCategoryTypeEnum
Get name of this category type.
getName() - Method in exception com.bea.alcs.service.EpServiceException
Returns the class not of the Exception.
getNameMessageKey() - Method in interface com.bea.alcs.domain.attribute.AttributeType
Returns the attribute type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Returns the attribute type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Returns the attribute type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Returns import data type name message key.
getNameMessageKey() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Returns import data type name message key.
getNameMessageKey() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Returns import data type name message key.
getNameMessageKey() - Method in interface com.bea.alcs.domain.dataimport.ImportType
Returns the import type name message key.
getNewAccountEmailProperties(Customer) - Method in interface com.bea.alcs.domain.misc.CustomerEmailPropertyHelper
Gets the email properties on creation of a new customer account.
getNewAccountEmailProperties(Customer) - Method in class com.bea.alcs.domain.misc.impl.CustomerEmailPropertyHelperImpl
Gets the email properties on creation of a new customer account.
getNewlyRegisteredCustomerEmailProperties(Customer, String) - Method in interface com.bea.alcs.domain.misc.CustomerEmailPropertyHelper
Returns email properties.
getNewlyRegisteredCustomerEmailProperties(Customer, String) - Method in class com.bea.alcs.domain.misc.impl.CustomerEmailPropertyHelperImpl
Returns email properties.
getNewOrderPayment() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Creates a new orde payment.
getNewQuantityAdded() - Method in class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
Get the quantity allocated.
getNewQuantityAdded() - Method in interface com.bea.alcs.domain.catalog.InventoryEventResult
Get the quantity allocated.
getNewShoppingCart(Store) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Creates and returns a new, properly initialized shopping cart.
getNewShoppingCart(Store) - Method in interface com.bea.alcs.service.shoppingcart.ShoppingCartService
Creates and returns a new, properly initialized shopping cart.
getNoImage() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the default image.
getNoImage() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the image to use when a catalog image does not exist.
getNote() - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Get the note recorded against the order.
getNote() - Method in interface com.bea.alcs.domain.order.OrderEvent
Get the note recorded against the order.
getNumFound() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the number of results found.
getNumFound() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the number of results found.
getNumItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the number of items in the shopping cart.
getNumItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the number of items in the shopping cart.
getObject(long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Generic method for getting a catalog.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Generic load method for all persistable domain models.
getObject(long, Collection<String>) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Load method for all persistable domain models specifying fields to be loaded.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.InventoryAuditServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
There is no object that can be retrieved by this service.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Generic load method for all persistable domain models.
getObject(long, Collection<String>) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Load method for all persistable domain models specifying fields to be loaded.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Get a persistent instance with the given id.
getObject(long) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Generic get method for all persistable domain models.
getObject(long) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalogview.impl.SfSearchLogServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.catalogview.impl.SitemapServiceImpl
Not implemented.
getObject(long) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Generic get method for all persistable domain models.
getObject(long, Collection<String>) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Load method for all persistable domain models specifying fields to be loaded.
getObject(long) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Not used.
getObject(long) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns an import job.
getObject(long) - Method in interface com.bea.alcs.service.EpPersistenceService
Get a persistent instance with the given id.
getObject(long, Collection<String>) - Method in interface com.bea.alcs.service.EpPersistenceService
Get a persistent instance with the given id.
getObject(long, Collection<String>) - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
Load method for all persistable domain models specifying fields to be loaded.
getObject(Class, long) - Method in interface com.bea.alcs.service.misc.GeneralJpaLoaderService
Load the given object with the given uidpk.
getObject(long) - Method in class com.bea.alcs.service.misc.impl.DatabaseServerTimeServiceImpl
Not implmented.
getObject(Class, long) - Method in class com.bea.alcs.service.misc.impl.GeneralJpaLoaderServiceImpl
Load the given object with the given uidpk.
getObject(long) - Method in class com.bea.alcs.service.misc.impl.GeneralJpaLoaderServiceImpl
Return null since we don't know what object you want.
getObject(long) - Method in class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
This method is not used and not implemented in this service.
getObject(long) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Not implemented yet.
getObject(long) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
Get a persistent instance with the given id.
getObject(long) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Get a persistent instance with the given id.
getObject(long) - Method in interface com.bea.alcs.service.order.OrderService
Generic get method for all persistable domain models.
getObject(long) - Method in interface com.bea.alcs.service.order.PickListService
Generic get method for all persistable domain models.
getObject(long) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Generic get method for all persistable domain models.
getObject(long) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Get a persistent instance with the given id.
getObject(long) - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Generic get method for a paymentGateway.
getObject(long) - Method in class com.bea.alcs.service.reporting.impl.ReportServiceImpl
Throws an exception - Not a valid call with the ReportService.
getObject(long) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.search.impl.IndexNotificationServiceImpl
Not used.
getObject(long) - Method in class com.bea.alcs.service.search.impl.SynonymGroupServiceImpl
Generic get method for a SynonymGroup.
getObject(long) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Generic get method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Generic get method for a store.
getObject(long) - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Generic get method for a warehouse.
getObject(long) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Generic load method for all persistable domain models.
getObject(long) - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Get a persistent instance with the given id.
getObjectHashCode(Object) - Method in class com.bea.alcs.domain.impl.AbstractEpDomainImpl
Helper method to return the hashcode for an object without causing style checker warnings.
getOpenJPAEntityManger() - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
Get the OpenJpa entity manager.
getOptionalImportFields() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Return all optional import fields.
getOptionalImportFields() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Return all optional import fields.
getOptionKey() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the option key.
getOptionKey() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the key of this SKU option (e.g.
getOptionKey() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Get the key of this SKU option (e.g.
getOptionValue(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Returns the corresponding SkuOptionValue of the given value code.
getOptionValue(String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Returns the corresponding SkuOptionValue of the given value code.
getOptionValueCodes() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the option value codes for this SKU (e.g.
getOptionValueCodes() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the option value codes for this SKU (e.g.
getOptionValueKey() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the option value key.
getOptionValueKey() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Get the option value key corresponding to this option value.
getOptionValueKey() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Get the key corresponding to this option value.
getOptionValueKeys() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the set of SkuOptionValue keys for this ProductSku's SkuOptionValues.
getOptionValueKeys() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the collection of SkuOptionValue keys for this ProductSku's SkuOptionValues.
getOptionValueMap() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Gets the available configuration option values for this SKU, mapped by the option key (e.g.
getOptionValueMap() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Gets the available configuration option values for this SKU, mapped by the option key (e.g.
getOptionValueMap() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the available values for this SKU option.
getOptionValues() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the available values for this SKU option.
getOptionValues() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the available values for this SKU option.
getOptionValues() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Get the available values for this SKU option.
getOptionValues() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Get the available values for this SKU option.
getOrder() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
Get the orderUid if the inventory event is related to an order.
getOrder() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
Get the orderUid if the inventory event is related to an order.
getOrder() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the order this shipment belongs to.
getOrder() - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
 
getOrder() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the order the return is linked to.
getOrder() - Method in interface com.bea.alcs.domain.order.OrderLock
 
getOrder() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the order the return is linked to.
getOrder() - Method in interface com.bea.alcs.domain.order.OrderShipment
 
getOrderConfirmationEmailProperties(Order) - Method in class com.bea.alcs.domain.misc.impl.OrderEmailPropertyHelperImpl
Gets the EmailProperties instance with set properties.
getOrderConfirmationEmailProperties(Order) - Method in interface com.bea.alcs.domain.misc.OrderEmailPropertyHelper
Gets the EmailProperties instance with set properties.
getOrderCustomerCriteria(String, String, boolean) - Method in class com.bea.alcs.persistence.support.impl.OrderCriterionImpl
Returns the criteria used to query by customer property of String type, i.e.
getOrderCustomerCriteria(String, String, boolean) - Method in interface com.bea.alcs.persistence.support.OrderCriterion
Returns the criteria used to query by customer property of String type, i.e.
getOrderCustomerProfileCriteria(String, String, boolean) - Method in class com.bea.alcs.persistence.support.impl.OrderCriterionImpl
Returns the criteria used to query by customer profile value such as 'CP_EMAIL'.
getOrderCustomerProfileCriteria(String, String, boolean) - Method in interface com.bea.alcs.persistence.support.OrderCriterion
Returns the criteria used to query by customer profile value such as 'CP_EMAIL'.
getOrderDetail(long) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Return the fully initialized order object.
getOrderDetail(long) - Method in interface com.bea.alcs.service.order.OrderService
Return the fully initialized order object.
getOrderEventHelper() - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
 
getOrderEvents() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the events associated with this order.
getOrderEvents() - Method in interface com.bea.alcs.domain.order.Order
Get the events associatied with this order.
getOrderFromDate() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the from date for order createDate search.
getOrderFromDate() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the from date for order createDate search.
getOrderFromDate() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Get the from date for order createDate search.
getOrderGiftCertificateCriteria(String, String, boolean) - Method in class com.bea.alcs.persistence.support.impl.OrderCriterionImpl
Returns the criteria used to query by giftCertificate with name and value type, i.e.
getOrderGiftCertificateCriteria(String, String, boolean) - Method in interface com.bea.alcs.persistence.support.OrderCriterion
Returns the criteria used to query by giftCertificate with name and value type, i.e.
getOrdering() - Method in interface com.bea.alcs.domain.attribute.AttributeGroupAttribute
Get the ordering number.
getOrdering() - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Get the ordering number.
getOrdering() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Get the ordering number.
getOrdering() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the order in which this product should appear on the page relative to other products having the same source product.
getOrdering() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the order in which this product should appear on the page relative to other products having the same source product.
getOrdering() - Method in interface com.bea.alcs.domain.misc.Orderable
Get the ordering number.
getOrdering() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the ordering.
getOrdering() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Get the ordering in which this SKU option value should appear.
getOrdering() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Get the order in which this SKU option value should appear.
getOrderInternal() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
 
getOrderLock(Order) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Returns the orderLock for an order if it exists, else returns null.
getOrderLock(Order) - Method in interface com.bea.alcs.service.order.OrderLockService
Returns the orderLock for an order if it exists, else returns null.
getOrderNumber() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the order number that is used by customers to reference their order.
getOrderNumber() - Method in interface com.bea.alcs.domain.order.Order
Get the order number that is used by customers to reference their order.
getOrderNumber() - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Returns the order number.
getOrderNumber() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Returns the order number.
getOrderPayment() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Convenience method to retrieve a default order payment for this order.
getOrderPayment() - Method in interface com.bea.alcs.domain.order.Order
Convenience method to retrieve a default order payment for this order.
getOrderPaymentDateCompatator() - Static method in class com.bea.alcs.commons.util.PaymentsComparatorFactory
Creates an OrderPayment comparator.
getOrderPayments() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the payment(s) for this order.
getOrderPayments() - Method in interface com.bea.alcs.domain.order.Order
Get the payment(s) for this order.
getOrderReturnAddress() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Gets the address this order return is applicable for.
getOrderReturnAddress() - Method in interface com.bea.alcs.domain.order.OrderReturn
Gets the address this order return is applicable for.
getOrderReturnSkuComparator() - Static method in class com.bea.alcs.commons.util.OrderReturnSkuComparatorFactory
Compare by return sku code in ascending order.
getOrderReturnSkus() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the set of orderReturnSkus for this OrderReturn.
getOrderReturnSkus() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the set of OrderReturnSkus for this OrderReturn.
getOrderService() - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
 
getOrderShipment() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the related orderShipment.
getOrderShipment() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the related orderShipment.
getOrderShipmentNumberComparator() - Static method in class com.bea.alcs.commons.util.OrderShipmentComparatorFactory
Compare by shipment number in ascending order.
getOrderShipmentType() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Must be implemented by subclasses to return their type.
getOrderShipmentType() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Must be implemented by subclasses to return their type.
getOrderShipmentType() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Must be implemented by subclasses to return their type.
getOrderSku() - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Returns the OrderSku.
getOrderSku() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Returns the OrderSku.
getOrderSku() - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Gets the order sku this allocation refers to.
getOrderSku() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the orderSku for this return.
getOrderSku() - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Gets the order sku this allocation refers to.
getOrderSku() - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Get the orderSku for this return.
getOrderSku(long) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Retrieves OrderSku found by the orderSku Uid.
getOrderSku(long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Retrieves OrderSku found by the orderSku Uid.
getOrderSkuByUid(long) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Retrieve an order Sku by its UidPk.
getOrderSkuByUid(long) - Method in interface com.bea.alcs.domain.order.Order
Retrieve an order Sku by its UidPk.
getOrderSkuCodeComparator() - Static method in class com.bea.alcs.commons.util.OrderSkuComparatorFactory
Compare by order sku code in ascending order.
getOrderSkuReturnQtyMap(long) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Get the orderSku uid -> returned quantity map for the order with given uid.
getOrderSkuReturnQtyMap(long) - Method in interface com.bea.alcs.service.order.OrderService
Get the orderSku uid -> returned quantity map for the order with given uid.
getOrderSkus() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the SKUs in this order.
getOrderSkus() - Method in interface com.bea.alcs.domain.order.Order
Get the SKUs in this order.
getOrderSource() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Gets the external order source.
getOrderSource() - Method in interface com.bea.alcs.domain.order.Order
Gets the external order source.
getOrderStatus() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the order status criteria.
getOrderStatus() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the order status criteria.
getOrderStatus() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Get the order status.
getOrderToDate() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the to date for order createDate search.
getOrderToDate() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the to date for order createDate search.
getOrderToDate() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Get the to date for order createDate search.
getOrderUid() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get order Uid the return is linked to.
getOrderUid() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get order Uid the return is linked to.
getOriginatorType() - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Get the event originator type.
getOriginatorType() - Method in interface com.bea.alcs.domain.order.OrderEvent
Get the event originator type.
getOwedToCustomer() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the owed to customer amount.
getOwedToCustomer() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the owed to customer amount.
getOwedToCustomerMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the owed to customer amount.
getOwedToCustomerMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the owed to customer amount.
getPadding() - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Returns the padding.
getPadding() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Returns the padding.
getPaidAmount() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Return the paid amount for this order.
getPaidAmount() - Method in interface com.bea.alcs.domain.order.Order
Return the paid amount for this order.
getPaidAmountMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the paid amount money of all items in the cart.
getPaidAmountMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the paid amount money of all items in the cart.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.BrandConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CategoryExceptionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ProductConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ProductExceptionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.SkuExceptionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in interface com.bea.alcs.domain.rules.RuleElement
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in interface com.bea.alcs.domain.rules.RuleException
Return the array of the required parameter keys for the rule.
getParameterKeys() - Method in class com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in class com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl
Return an array of parameter keys required by this rule action.
getParameterKeys() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Return the array of the required parameter keys for the method.
getParameters() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Get the parameters associated with this rule element.
getParameters() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Get the parameters associated with this rule condition.
getParameters() - Method in interface com.bea.alcs.domain.rules.RuleElement
Get the parameters associated with this rule action.
getParameters() - Method in interface com.bea.alcs.domain.rules.RuleException
Get the parameters associated with this rule exception.
getParameters() - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Get the parameters associated with this shippingCostCalculationMethod.
getParameters() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Get the parameters associated with this shippingCostCalculationMethod.
getParamValue(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Returns the value of a parameter with the specified key.
getParamValue(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Returns the value of a parameter with the specified key.
getParamValue(String) - Method in interface com.bea.alcs.domain.rules.RuleException
Returns the value of a parameter with the specified key.
getParamValue(String) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Returns the value of a parameter with the specified key.
getParamValue(String, Currency) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Returns the value of a parameter with the specified key for the specified currency.
getParent() - Method in interface com.bea.alcs.domain.catalog.Category
Get the parent category of this category.
getParent() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Get the parent category of this category.
getParent() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Get the parent filter of this filter.
getParent() - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Get the parent filter of this filter.
getParentCartItem() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Get the parent cart item that this cart item is dependent on.
getParentCartItem() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the parent cart item that this cart item is dependent on.
getParentInternal() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Gets the Parent category to this category.
getPaREQ() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Gets the Payer Authentication Request (PaREQ) value, which should be passed to the issuer's ACS.
getPaREQ() - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Gets the Payer Authentication Request (PaREQ) value, which should be passed to the issuer's ACS.
getPaRES() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Gets the PaRES value.
getPaRES() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Gets the PaRES value.
getPassword() - Method in class com.bea.alcs.commons.util.impl.PasswordGeneratorImpl
Return a random password with the default length.
getPassword() - Method in interface com.bea.alcs.commons.util.PasswordGenerator
Return a random password with the default length.
getPassword() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the encrypted password.
getPassword() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the encrypted password.
getPassword() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the encrypted password.
getPassword() - Method in interface com.bea.alcs.domain.customer.CustomerAuthentication
Gets the encrypted password.
getPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Gets the encrypted password.
getPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the encrypted password.
getPassword() - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Get user password for the connection.
getPassword() - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Get user password for the connection.
getPasswordConfirmationEmailProperties(Customer) - Method in interface com.bea.alcs.domain.misc.CustomerEmailPropertyHelper
Returns email properties.
getPasswordConfirmationEmailProperties(Customer) - Method in class com.bea.alcs.domain.misc.impl.CustomerEmailPropertyHelperImpl
Returns email properties.
getPath() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Get the path from the root category to this category on the tree.
getPath() - Method in interface com.bea.alcs.domain.catalogview.BranchNode
Get the path from the root node to this node on the tree.
getPathAsList() - Method in interface com.bea.alcs.domain.catalog.Category
Returns the category path as a List.
getPathAsList() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Returns the category path as a List.
getPayerAuthValidationValue() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get Payer Authentication Validate value for transaction.
getPayerAuthValidationValue() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get Payer Authentication Validate value for transaction.
getPaymentGateway(String) - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayFactoryImpl
Create an return a prototype of a payment gateway with the specified payment gateway name.
getPaymentGateway(String) - Method in interface com.bea.alcs.domain.payment.PaymentGatewayFactory
Create an return a prototype of a payment gateway with the specified payment gateway name.
getPaymentGatewayMap() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets a map of available payment gateways for this Store.
getPaymentGatewayMap() - Method in interface com.bea.alcs.domain.store.Store
Gets a map of available payment gateways for this Store.
getPaymentGateways() - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayFactoryImpl
Gets the payment gateways map.
getPaymentGateways() - Method in interface com.bea.alcs.domain.payment.PaymentGatewayFactory
Gets the payment gateways map.
getPaymentGateways() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets a set of available payment gateways for this Store.
getPaymentGateways() - Method in interface com.bea.alcs.domain.store.Store
Gets a set of available payment gateways for this Store.
getPaymentGatewaysInUse() - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Get the list of payment gateways (Long) uidPk in use.
getPaymentGatewaysInUse() - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Get the list of payment gateways (Long) uidPk in use.
getPaymentHandler(PaymentType) - Method in class com.bea.alcs.domain.payment.impl.PaymentHandlerFactoryImpl
 
getPaymentHandler(PaymentType) - Method in interface com.bea.alcs.domain.payment.PaymentHandlerFactory
 
getPaymentMethod() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the payment method.
getPaymentMethod() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the payment method.
getPaymentSourceComparator() - Static method in class com.bea.alcs.commons.util.PaymentsComparatorFactory
Gets comparator which compares payment sources of two payments.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Gets the payment type supported by this handler.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.CreditCardPaymentHandler
Gets the payment type supported by this handler.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentHandler
Gets the payment type supported by this handler.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentHandler
Gets the payment type supported by this handler.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.GooglePaymentHandler
Gets the payment type supported by this handler.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Get the type of this payment gateway.
getPaymentType() - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Gets the payment type supported by this handler.
getPaymentType() - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Get the type of this payment gateway.
getPersistenceEngine() - Method in class com.bea.alcs.persistence.impl.CmUserAuthenticationDaoImpl
Returns the persistence engine.
getPersistenceEngine() - Method in class com.bea.alcs.persistence.impl.CustomerAuthenticationDaoImpl
Returns the persistence engine.
getPersistenceEngine() - Method in class com.bea.alcs.persistence.impl.SkuConfigurationDaoImpl
Returns the persistence engine.
getPersistenceEngine() - Method in interface com.bea.alcs.service.EpPersistenceService
Returns the persistence engine.
getPersistenceEngine() - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
Returns the persistence engine.
getPersistenceSession() - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Returns JPA Entity Manager.
getPersistenceSession() - Method in interface com.bea.alcs.persistence.PersistenceEngine
Returns a session.
getPersistentBeanFinder() - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
Return a convience class for retrieving persistent bean instances from their bean name, not their implementation class.
getPersistentPriceTiers() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
This method should be implemented in subclass, as the member variable is defined in this class, so we have not make this method abstract.
getPersistentPriceTiers() - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
This method should be implemented in subclass, as the member variable is defined in this class, so we have not make this method abstract.
getPersistentPriceTiers() - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
Get the price Tiers.
getPersistentPriceTiers() - Method in interface com.bea.alcs.domain.catalog.Price
This method will get persistent price tiers.
getPhoneNumber() - Method in interface com.bea.alcs.domain.customer.Address
Gets the phone number associated with this Address.
getPhoneNumber() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the phone number associated with this Customer.
getPhoneNumber() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the phone number associated with this Address.
getPhoneNumber() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the phone number associated with this Customer.
getPhoneNumber() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the phone number.
getPhysicalReturn() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the physical return.
getPhysicalReturn() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the physical return.
getPhysicalShipments() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the physical shipments associated with this order.
getPhysicalShipments() - Method in interface com.bea.alcs.domain.order.Order
Get the physical shipments associated with this order.
getPickDelay() - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Gets the pick delay of this Warehouse.
getPickDelay() - Method in interface com.bea.alcs.domain.store.Warehouse
Gets the pick delay of this Warehouse.
getPickList() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Gets the pick list corresponding to this shipment.
getPickList() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Gets the pick list corresponding to this shipment.
getPickListStatus(PickList) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
Check if the picklist has some shipments ready to packing.
getPickListStatus(PickList) - Method in interface com.bea.alcs.service.order.PickListService
Check if the picklist has some shipments ready to packing.
getPort() - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Get the server port.
getPort() - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Get the server port.
getPotentialMisspelledStrings() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Override in base classes to return a list of potential misspelled words.
getPotentialMisspelledStrings() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets the list of potential misspelled strings.
getPotentialMisspelledStrings() - Method in interface com.bea.alcs.service.search.SpellSuggestionSearchCriteria
Gets the list of potential misspelled strings.
getPowerReviewsMerchantId() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the PowerReviews merchant id.
getPowerReviewsMerchantId() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the PowerReviews merchant id.
getPreAuthorizedPayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Gets all the auth payments for the specified template order payment.
getPreAuthorizedPayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.CreditCardPaymentHandler
Gets all the auth payments for the specified template order payment.
getPreAuthorizedPayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentHandler
Gets all the auth payments for the specified template order payment.
getPreAuthorizedPayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentHandler
Gets all the auth payments for the specified template order payment.
getPreAuthorizedPayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.GooglePaymentHandler
Gets all the auth payments for the specified template order payment.
getPreAuthorizedPayments(OrderPayment, OrderShipment, BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Gets all the auth payments for the specified template order payment.
getPreferredBillingAddress() - Method in interface com.bea.alcs.domain.customer.Customer
Get the preferred billing address.
getPreferredBillingAddress() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the preferred billing address.
getPreferredCurrency() - Method in interface com.bea.alcs.domain.customer.Customer
Get the preferred currency of the customer corresponding to the shopping cart.
getPreferredCurrency() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the preferred currency of the customer corresponding to the shopping cart.
getPreferredLocale() - Method in interface com.bea.alcs.domain.customer.Customer
Get the preferred locale of the customer corresponding to the shopping cart.
getPreferredLocale() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the preferred locale of the customer corresponding to the shopping cart.
getPreferredShippingAddress() - Method in interface com.bea.alcs.domain.customer.Customer
Get the preferred shipping address.
getPreferredShippingAddress() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the preferred shipping address.
getPrefixLength() - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Returns the fuzzy search setting for the length of common non-fuzzy prefix.
getPrefixLength() - Method in interface com.bea.alcs.domain.misc.SearchConfig
Returns the fuzzy search setting for the length of common non-fuzzy prefix.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPrefixOfName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Gets PREFIX_OF_IMPORT_DATA_TYPE_NAME constant.
getPreOrBackOrderedQuantity() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns the pre or back ordered quantity.
getPreOrBackOrderedQuantity() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Gets the ordered quantity on pre/back order for this product SKU.
getPreOrBackOrderLimit() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the pre or back order limit.
getPreOrBackOrderLimit() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the pre or back order limit.
getPreOrBackOrderLimit() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the pre or back order limit.
getPreOrBackOrderQuantity() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Used for splitting shipment.
getPreOrBackOrderQuantity() - Method in interface com.bea.alcs.domain.order.OrderSku
Use for splitting shipment.
getPrePromotionPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the pre-promotion price of the first price tier to which promotions are to be applied.
getPrePromotionPrice(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the pre-promotion price of the corresponding price tier, which promotions are to be applied.
getPrePromotionPrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Get the pre-promotion price to which promotions are to be applied.
getPrePromotionPrice() - Method in interface com.bea.alcs.domain.catalog.Price
Get the pre-promotion price of the first price tier to which promotions are to be applied.
getPrePromotionPrice(int) - Method in interface com.bea.alcs.domain.catalog.Price
Get the pre-promotion price of the corresponding price tier, which promotions are to be applied.
getPrePromotionPrice() - Method in interface com.bea.alcs.domain.catalog.PriceTier
Get the pre-promotion price to which promotions are to be applied.
getPreviewData(ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns the preview data of the import data file.
getPreviewData(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns the preview data of the import data file.
getPriceCalculationMethod() - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Return the price calculation method of this TaxJurisdiction.
getPriceCalculationMethod() - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Return the price calculation method of this TaxJurisdiction.
getPriceFilterOptions() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns a list of filter options on price range.
getPriceFilterOptions() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns a list of filter options on price range.
getPriceFilterOptions() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the list of price FilterOptions for the previous search.
getPriceFilterOptions() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the list of price FilterOptions for the previous search.
getPriceMoney(Price) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.AbstractImportFieldPriceImpl
Subclasses must override this method to get a price in this ImportField's currency.
getPrices() - Method in interface com.bea.alcs.domain.catalog.CatalogPrice
Get the map of Currency to Prices.
getPrices() - Method in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
Get the map of Currency to Prices.
getPrices() - Method in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
Get the map of Currency to Prices.
getPriceTier() - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Returns the aggregated price tier.
getPriceTier() - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Returns the aggregated price tier.
getPriceTierByExactMinQty(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the Price tier with the same minimum quantity with the inputed min Qty.
getPriceTierByExactMinQty(int) - Method in interface com.bea.alcs.domain.catalog.Price
Get the Price tier with the same minimum quantity with the inputed min Qty.
getPriceTiers() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the sorted price Tiers.
getPriceTiers() - Method in interface com.bea.alcs.domain.catalog.Price
Get the sorted price Tiers.
getProcessedPayments() - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Returns the processed payments.
getProcessedPayments() - Method in interface com.bea.alcs.service.payment.PaymentResult
Processed payments during the operation.
getProduct() - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Get the product.
getProduct() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the parent product corresponding to this SKU.
getProduct() - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Get the product.
getProduct() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the parent product corresponding to this SKU.
getProduct() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the parent product corresponding to this SKU.
getProduct() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the parent product corresponding to this SKU.
getProduct() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Gets the product that represents this cart item.
getProduct() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Gets the product that represents this cart item.
getProduct(String, StoreProductLoadTuner, ShoppingCart) - Method in class com.bea.alcs.service.catalogview.impl.ProductViewServiceImpl
Returns the product with the given product code.
getProduct(String, StoreProductLoadTuner, ShoppingCart) - Method in interface com.bea.alcs.service.catalogview.ProductViewService
Returns the StoreProduct with the given product code.
getProductAssociations() - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
 
getProductAssociations() - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Get the ProductAssociations for merchandising this product.
getProductAssociations(String, int) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Gets the product associations of the given type for a given cartItem's product in the Catalog that this shopping cart's Store is using.
getProductAssociationsByType(int, int, boolean) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get a list of ProductAssociations that specify associations between items in the cart and other related products.
getProductAssociationsByType(int, int, boolean) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get a list of ProductAssociations that specify associations between items in the cart and other related products.
getProductAssociationService() - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Gets the ProductAssociationService.
getProductAttributeGroup() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Returns the product attribute group.
getProductAttributeGroup() - Method in interface com.bea.alcs.domain.catalog.ProductType
Returns the product attribute group.
getProductAttributeGroupAttributes() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Get the set of product attribute group attributes.
getProductAttributeGroupAttributes() - Method in interface com.bea.alcs.domain.catalog.ProductType
Get the set of product attribute group attributes.
getProductAttributes() - Method in interface com.bea.alcs.service.attribute.AttributeService
Return a list of attributes used for products.
getProductAttributes() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Return a list of attributes used for products.
getProductCategories() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Gets all product category associations.
getProductCategory(Category) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the ProductCategory association object that contains the given Category.
getProductCategory(Product) - Method in class com.bea.alcs.service.catalogview.impl.ProductViewServiceImpl
Gets the product's parent folder with fetched fields which by default are omitted (like parent folder).
getProductCategory(Product) - Method in interface com.bea.alcs.service.catalogview.ProductViewService
Gets the product's parent folder with fetched fields which by default are omitted (like parent folder).
getProductCode() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets the product code.
getProductForStore(long, Store, StoreProductLoadTuner) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Retrieves a product instance using the product service and applies the flags isDisplayable and isAvailable.
getProductForStore(long, Store, StoreProductLoadTuner) - Method in interface com.bea.alcs.service.catalogview.StoreProductService
Retrieve a product for the specified store.
getProductInternal() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the parent product of this SKU.
getProductLoadTunerMinimal() - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns the ProductLoadTuner for populating a minimal data set.
getProductMasterCatalogPrices() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the product prices for this product's master Catalog.
getProductMasterCatalogPrices() - Method in interface com.bea.alcs.domain.catalog.Product
Get the product-price associations belong to this product in the master catalog.
getProductMasterCatalogPrices() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the product-price associations belong to this product in the master catalog.
getProductMinimalXml(Catalog, String, String) - Method in class com.bea.alcs.service.catalog.impl.ProductXmlServiceImpl
Returns the minimal product data required by PowerReviews in xml format.
getProductMinimalXml(Catalog, String, String) - Method in interface com.bea.alcs.service.catalog.ProductXmlService
Returns the minimal product data required by PowerReviews in xml format.
getProductName() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets the product name.
getProductRetrieveStrategy() - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Gets the ProductRetrieveStrategy instance.
getProducts() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns a list of products as the search result.
getProducts() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns a list of products as the search result.
getProducts() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Returns a list of products as the search result.
getProducts() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Returns a list of products as the search result.
getProductService() - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Returns the product service.
getProductService() - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Returns the imbedded product service.
getProductSku(Product) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Returns the default product sku of the given product.
getProductSku() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the product SKU corresponding to this item in a cart.
getProductSku() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the product sku sold.
getProductSku() - Method in interface com.bea.alcs.domain.order.LineItem
Get the product SKU corresponding to this item in a cart.
getProductSku() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the product SKU corresponding to this item in a cart.
getProductSku() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets the product sku.
getProductSkuCount(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Get a count of ProductSkus belong to this product.
getProductSkuCount(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Get a count of ProductSkus belong to this product.
getProductSkuLoadTuner() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Returns the ProductSkuLoadTuner.
getProductSkuLoadTuner() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Returns the ProductSkuLoadTuner.
getProductSkuMasterCatalogPrices() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the product-price associations belong to this product SKU.
getProductSkuMasterCatalogPrices() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the product-price associations belong to this product SKU for the master catalog.
getProductSkuPrice() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Returns price of the product sku.
getProductSkuPrice() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Returns price of the product sku.
getProductSkus() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the product SKUs.
getProductSkus() - Method in interface com.bea.alcs.domain.catalog.Product
Get the product SKUs (variations) associated with this product.
getProductSkus() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the product SKUs (variations) associated with this product.
getProductSkusInternal() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the product SKUs.
getProductTemplates() - Method in class com.bea.alcs.service.misc.impl.PropertyServiceImpl
Get a array of templates for productTypes.
getProductTemplates() - Method in interface com.bea.alcs.service.misc.PropertyService
Get a array of templates for productTypes.
getProductType() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the display template.
getProductType() - Method in interface com.bea.alcs.domain.catalog.Product
Get the product type.
getProductType() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the product type.
getProductTypeLoadTuner() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Returns the ProductTypeLoadTuner.
getProductTypeLoadTuner() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Returns the ProductTypeLoadTuner.
getProductUid() - Method in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Returns the uid of the deleted product.
getProductUid() - Method in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
Get the Product Uid.
getProductUid() - Method in interface com.bea.alcs.domain.catalog.ProductDeleted
Returns the uid of the deleted product.
getProductUid() - Method in interface com.bea.alcs.domain.catalog.TopSellerProduct
Get the Product Uid.
getProductUid() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the parent product uid corresponding to this OrderSku.
getProductUid() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the parent product uid corresponding to this OrderSku.
getProductUid() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets the specific UID to search for.
getProductUids() - Method in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Returns a collection of top selling products uids.
getProductUids() - Method in interface com.bea.alcs.domain.catalog.TopSeller
Returns a collection of top selling products uids.
getProfileValue(String) - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Get the value of a profile with the specified key in default locale.
getProfileValue(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Get the value of a profile with the specified key in default locale.
getProfileValueBeanId() - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Returns the bean identifier of AttributeValues in this profile.
getProfileValueBeanId() - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Returns the bean identifier of AttributeValues in this profile.
getProfileValueMap() - Method in interface com.bea.alcs.domain.customer.Customer
Get the profile value map.
getProfileValueMap() - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Returns the attribute value map.
getProfileValueMap() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the profile value map.
getProfileValueMap() - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Returns the attribute value map.
getPromoCode() - Method in class com.bea.alcs.domain.rules.impl.PromotionRuleImpl
Get the promoCode of this rule.
getPromoCode() - Method in interface com.bea.alcs.domain.rules.Rule
Get the promoCode of this rule.
getPromotionCodes() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Gets the list of promotion codes added to the cart.
getPromotionCodes() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Gets the list of promotion codes successfully applied to the cart.
getPromotionName() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Returns the promotion name.
getPromotionState() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Returns the promotion state.
getProperties() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Return the map of properties used for sessions created by this factory.
getProperties() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Return the map of properties used for sessions created by this factory.
getProperties() - Method in class com.bea.alcs.service.remote.impl.ResourceRetrievalServiceImpl
Returns Map of property files.
getProperties() - Method in interface com.bea.alcs.service.remote.ResourceRetrievalService
Returns Map of property files.
getPropertiesFile(String) - Method in class com.bea.alcs.persistence.impl.PropertiesDaoImpl
Get the properties of the given filename, takes filename with properties extension or without extension.
getPropertiesFile(String) - Method in interface com.bea.alcs.persistence.PropertiesDao
Get the properties of the given filename, takes filename with properties extension or without extension.
getPropertiesMap() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Get the properties map of the payment gateway (e.g.
getPropertiesMap() - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Get the properties map of the payment gateway (e.g.
getPropertiesMap() - Method in class com.bea.alcs.service.misc.impl.PropertyServiceImpl
Returns a properties map where the keys are properties file names and the values are Properties objects.
getPropertiesMap() - Method in interface com.bea.alcs.service.misc.PropertyService
Returns a properties map where the keys are properties file names and the values are Properties objects.
getPropertiesWithNameStartsWith(String) - Method in interface com.bea.alcs.domain.ElasticPath
Return name and values of those properties that start with the given string.
getPropertiesWithNameStartsWith(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return name and values of those properties starts with the given string.
getPropertyKey() - Method in enum com.bea.alcs.domain.order.OrderReturnStatus
Get the localization property key.
getPropertyKey() - Method in enum com.bea.alcs.domain.order.OrderReturnType
Get the localization property key.
getPropertyKey() - Method in enum com.bea.alcs.domain.order.OrderShipmentStatus
Get the localization property key.
getPropertyKey() - Method in enum com.bea.alcs.domain.order.OrderStatus
Get the localization property key.
getPropertyKey() - Method in enum com.bea.alcs.domain.payment.PaymentType
Get the localization property key.
getPropertyKey() - Method in enum com.bea.alcs.domain.rules.RuleElementType
Get the localization property key.
getPropertyKey() - Method in enum com.bea.alcs.domain.rules.RuleExceptionType
Get the localization property key.
getPropertyKey() - Method in enum com.bea.alcs.service.catalogview.impl.InventoryMessage
Get the localization property key.
getPropertyMap(String) - Method in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Returns a map of properties.
getPropertyMap(String, Locale) - Method in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Returns a map of properties.
getPropertyName() - Method in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Get property name.
getPropertyService() - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Return the propertyService singleton.
getPropertyService() - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Return the propertyService singleton.
getProtocol() - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Get the protocol to use for the connection.
getProtocol() - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Get the protocol to use for the connection.
getPurchaseAmount() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getPurchaseAmount() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getPurchaseAmountMoney() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
Get the balance money of gift certificate.
getPurchaseAmountMoney() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Get the balance money of gift certificate.
getPurchaser() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getPurchaser() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getQuantity() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
getQuantity() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
getQuantity() - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Gets the quantity that has to be allocated.
getQuantity() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the quantity of this item.
getQuantity() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the quantity of this sku ordered.
getQuantity() - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Gets the quantity that has to be allocated.
getQuantity() - Method in interface com.bea.alcs.domain.order.LineItem
Get the quantity of this item.
getQuantity() - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Get the quantity of this sku returned.
getQuantity() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the quantity of this item as a primitive int.
getQuantityAllocated() - Method in class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
Get the quantity allocated.
getQuantityAllocated() - Method in interface com.bea.alcs.domain.catalog.InventoryEventResult
Get the quantity allocated.
getQuantityAllocatedInStock() - Method in interface com.bea.alcs.domain.order.AllocationResult
Gets the allocated quantity in stock.
getQuantityAllocatedInStock() - Method in class com.bea.alcs.domain.order.impl.AllocationResultImpl
Gets the total quantity allocated.
getQuantityAllocatedOnPreOrBackOrder() - Method in interface com.bea.alcs.domain.order.AllocationResult
Get the quantity allocated on pre/back order.
getQuantityAllocatedOnPreOrBackOrder() - Method in class com.bea.alcs.domain.order.impl.AllocationResultImpl
 
getQuantityAwaitingAllocation(String, long) - Method in interface com.bea.alcs.service.order.AllocationService
Get quantity awaiting allocation for given inventory.
getQuantityAwaitingAllocation(String, long) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Get quantity awaiting allocation for given inventory.
getQuantityInternal() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the quantity of this sku ordered.
getQuantityInternal() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the quantity of this item as a primitive int.
getQuantityOnHand() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Get the quantity on hand.
getQuantityOnHand() - Method in interface com.bea.alcs.domain.catalog.Inventory
Get the quantity on hand.
getQuery() - Method in class com.bea.alcs.service.search.query.LuceneRawSearchCriteria
Gets the raw query string.
getQueryString() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Returns the query string.
getQueryString() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the query string.
getQueryString() - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Returns the query string that would make this filter option's results the superset result partition.
getQueryString() - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Returns the query string.
getQueryString() - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Returns the query string.
getQueryString() - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Gets the query string used in the update process.
getQueryString() - Method in interface com.bea.alcs.domain.search.IndexNotification
Gets the query string used in the update process.
getRandomStringWithLength(int) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Get a random string with the required length.
getRandomStringWithLength(int) - Method in interface com.bea.alcs.commons.util.Utility
Get a random string with the required length.
getRangeType() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Get the range type.
getRangeType() - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Get the range type.
getReason() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
getReason() - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
getReasonMap() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuReasonImpl
Returns a map of available return sku reasons.
getReasonMap(Locale) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuReasonImpl
Returns a map of available sku reasons based on locale.
getReasonMap() - Method in interface com.bea.alcs.domain.order.OrderReturnSkuReason
Returns a map of available return sku reasons.
getReasonMap(Locale) - Method in interface com.bea.alcs.domain.order.OrderReturnSkuReason
Returns a map of available sku reasons based on locale.
getReasonMap() - Method in interface com.bea.alcs.domain.store.AdjustmentQuantityOnHandReason
Returns a map of adjustment quantity on hand reasons.
getReasonMap(Locale) - Method in interface com.bea.alcs.domain.store.AdjustmentQuantityOnHandReason
Returns a map of adjustment quantity on hand reasons based on locale.
getReasonMap() - Method in class com.bea.alcs.domain.store.impl.AdjustmentQuantityOnHandReasonImpl
Returns a map of adjustment quantity on hand reasons.
getReasonMap(Locale) - Method in class com.bea.alcs.domain.store.impl.AdjustmentQuantityOnHandReasonImpl
Returns a map of adjustment quantity on hand reasons based on locale.
getReceivedByCmUser() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the CmUser which received order return.
getReceivedByCmUser() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the CmUser which received order return.
getReceivedQuantity() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the receive quantity of this sku returned.
getReceivedQuantity() - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Get the receive quantity of this sku returned.
getReceivedState() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the received state.
getReceivedState() - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Get the received state.
getRecipientAddress() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets the recipient address for the EmailProperties.
getRecipientAddress() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets the recipient address for the EmailProperties.
getRecipientEmail() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getRecipientEmail() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getRecipientEmails() - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
Return the recipient's email addresses.
getRecipientEmails() - Method in interface com.bea.alcs.domain.shoppingcart.WishListMessage
Return the recipient's email addresses.
getRecipientName() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getRecipientName() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getRecommendations() - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl.RecommendationSet
Get the list of recommended products.
getReferenceId() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the reference id.
getReferenceId() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the reference id.
getRefundedTotal() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Return refunded total.
getRefundedTotal() - Method in interface com.bea.alcs.domain.order.OrderReturn
Return refunded total.
getRefundedTotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Return refunded total.
getRefundedTotalMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Return refunded total.
getRefundTotal() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Return refund total.
getRefundTotal() - Method in interface com.bea.alcs.domain.order.OrderReturn
Return refund total.
getRefundTotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Return refund total.
getRefundTotalMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Return refund total.
getRegionCode() - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Get the region code of the country represented by the TaxJurisdiction.
getRegionCode() - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Get the region code of the country represented by the TaxJurisdiction.
getRegionMap() - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Get the Map of regions assoicated with this shippingregion.
getRegionMap() - Method in interface com.bea.alcs.domain.shipping.ShippingRegion
Get the Map of regions assoicated with this shippingregion.
getRegionName() - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Get the region code of the geographic area represented by the TaxJurisdiction.
getRegionName() - Method in interface com.bea.alcs.domain.tax.TaxRegion
Get the region code of the geographic area represented by the TaxJurisdiction.
getRegionPathStr() - Method in interface com.bea.alcs.domain.customer.Address
Return the string reprents the address's region path info, starting from city.
getRegionPathStr() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Return the string reprents the address's region path info, in the format of "[zip/postal code] [city] [subcountry] [country]".
getRegionStr() - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Get the string representation of the region definition (for persistence).
getRegularPriceShippingCost() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Return the calculated before-discount shipping cost (make sure calculateRegularPriceShippingCost has been invoked already).
getRegularPriceShippingCost() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Return the calculated before-discount shipping cost (make sure calculateRegularPriceShippingCost has been invoked already).
getRelationship() - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Gets the FilteredSearchCriteria.Relationship of each search criteria.
getRemoteCsvFileName(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
The method is made protected in order to give subclasses opportunity to alter remote file name.
getRemovedAttributes(Set<AttributeGroupAttribute>) - Method in interface com.bea.alcs.domain.attribute.AttributeGroup
Compares attribute sets on this and attribute group attribute set before an update and returns a set of attributes that have been deleted.
getRemovedAttributes(Set<AttributeGroupAttribute>) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
Compares attribute sets on this and attribute group attribute set before an update and returns a set of attributes that have been deleted.
getRemovedCartItemSkus() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the cart items that have been removed from the shopping cart.
getReorderMinimum() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Get the reorder minimum quantity.
getReorderMinimum() - Method in interface com.bea.alcs.domain.catalog.Inventory
Get the reorder minimum quantity.
getReorderQuantity() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Gets the reorder quantity.
getReorderQuantity() - Method in interface com.bea.alcs.domain.catalog.Inventory
Gets the reorder quantity.
getRequestToken() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the request token.
getRequestToken() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the requestToken.
getRequiredCurrency() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Gets the currency that is required by this data type; typically this is the store's or the catalog's default currency.
getRequiredCurrency() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Gets the currency that is required by this data type; typically this is the store's or the catalog's default currency.
getRequiredHeight() - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Returns the required height.
getRequiredHeight() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Returns the required height.
getRequiredImportFields() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Return all required import fields.
getRequiredImportFields() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Return all required import fields.
getRequiredLocale() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Gets the local that is required by this data type; typically this is the store's or the catalog's default locale.
getRequiredLocale() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Gets the local that is required by this data type; typically this is the store's or the catalog's default locale.
getRequiredWidth() - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Returns the required width.
getRequiredWidth() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Returns the required width.
getReservedAmount(GiftCertificate) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Obtains the reserved amount of the gift certificate.
getReservedAmount(GiftCertificate) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Obtains the reserved amount of the gift certificate.
getReservedQuantity() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Get the reserved quantity.
getReservedQuantity() - Method in interface com.bea.alcs.domain.catalog.Inventory
Get the reserved quantity.
getRestockDate() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Get the expected date when this inventory item will be re-stocked.
getRestockDate() - Method in interface com.bea.alcs.domain.catalog.Inventory
Get the expected date when this inventory item will be restocked.
getResultCode() - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Gets the overall result code of all the processed payments.
getResultCode() - Method in interface com.bea.alcs.service.payment.PaymentResult
Returns the result code of the operations.
getResultCount() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Returns the amount of results returned.
getResultCount() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Returns the amount of results returned.
getResultCount() - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Gets the number of results returned by the search.
getResultCount() - Method in interface com.bea.alcs.domain.search.SfSearchLog
Gets the number of results returned by the search.
getResultList() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResultHistory
Returns the catalog view results as a List.
getResultList() - Method in class com.bea.alcs.domain.catalogview.impl.CatalogViewResultHistoryImpl
Returns the catalog view results as a List.
getResults(IndexSearchResult, int) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Returns the actual start index given the page number and the page size.
getResults(int, int) - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Gets the list of results with an initial index to search from.
getResults(int, int) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Gets the list of results with an initial index to search from.
getResultsCount() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Returns the number of hits for this result.
getResultsCount() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Returns the number of hits for this result.
getResultUids() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Return the current result uid list.
getReturnableQuantity() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Gets the number of items that can possibly be returned for this order sku.
getReturnableQuantity() - Method in interface com.bea.alcs.domain.order.OrderSku
Gets the number of items that can possibly be returned for this order sku.
getReturnAmount() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the return amount for this item.
getReturnAmount() - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Get the return amount for this item.
getReturnAmountMoney(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the return amount as a Money object.
getReturnAmountMoney(Currency) - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Get the return amount as a Money object.
getReturnAndExchangeService() - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
 
getReturnComment() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return comment.
getReturnComment() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return comment.
getReturnPath() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the return path.
getReturnPath() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the return path.
getReturnPayment() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get return payment.
getReturnPayment() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get order payment.
getReturnReason() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Get the return reason.
getReturnReason() - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Get the return reason.
getReturns() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the returns associated with this order.
getReturns() - Method in interface com.bea.alcs.domain.order.Order
Get the returns associated with this order.
getReturnsAndExchangesCompatator() - Static method in class com.bea.alcs.commons.util.ReturnsAndExchangesComparatorFactory
Creates a returns and exchanges comparator.
getReturnShipment() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Obtains shipment this return is for.
getReturnShipment() - Method in interface com.bea.alcs.domain.order.OrderReturn
Obtains shipment this return is for.
getReturnStatus() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return status.
getReturnStatus() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return status.
getReturnTaxes() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the set of return taxes.
getReturnTaxes() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the set of return taxes.
getReturnTotal() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return total.
getReturnTotal() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return total.
getReturnTotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return total.
getReturnTotalMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return total.
getReturnType() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return type.
getReturnType() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return type.
getReversePayments(OrderPayment, OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentHandler
Gets all the reverse payments for the specified auth order payment.
getReversePayments(OrderPayment, OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.CreditCardPaymentHandler
Called before the capture payment is processed.
getReversePayments(OrderPayment, OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentHandler
Gets all the reverse payments for the specified auth order payment.
getReversePayments(OrderPayment, OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentHandler
Gets all the reverse payments for the specified auth order payment.
getReversePayments(OrderPayment, OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.GooglePaymentHandler
Gets all the reverse payments for the specified auth order payment.
getReversePayments(OrderPayment, OrderShipment) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Gets all the reverse payments for the specified auth order payment.
getRmaCode() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return RMA code.
getRmaCode() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return RMA code.
getRmaCode() - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Gets the RMA code.
getRmaCode() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Gets the RMA code.
getRootCategoryCount(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Determines the number of root categories in the given Catalog.
getRootCategoryCount(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Determines the number of root categories in the given Catalog.
getRootPath() - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Get the root path of the connection.
getRootPath() - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Get the root path of the connection.
getRow() - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Returns the row that caused error.
getRow() - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Returns the row that caused error.
getRowAreaEndNumber() - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Returns the row area end number(open).
getRowAreaEndNumber() - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Returns the row area end number(open).
getRowAreaStartNumber() - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Returns the row area start number(close).
getRowAreaStartNumber() - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Returns the row area start number(close).
getRowNumber() - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Returns the row number that caused error.
getRowNumber() - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Returns the row number that caused error.
getRuleBase() - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Gets the compiled rule base.
getRuleBase() - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Gets the compiled rule base.
getRuleCode() - Method in interface com.bea.alcs.domain.rules.AppliedRule
Get the rule engine code for the applied rule.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Returns the Drools code corresponding to this rule.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Get the rule engine code for the applied rule.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.BrandConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CategoryExceptionImpl
Dummy implementation here since a rule exception will be part of a rule condition or rule action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ProductConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ProductExceptionImpl
Dummy implementation here since a rule exception will be part of a rule condition or rule action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.PromotionRuleImpl
Returns the Drools code corresponding to this rule.
getRuleCode(Store) - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Returns the Drools code corresponding to this rule set.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Return the Drools code corresponding to this action.
getRuleCode() - Method in class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
Returns the Drools code corresponding to this rule condition.
getRuleCode() - Method in interface com.bea.alcs.domain.rules.Rule
Returns the Drools code corresponding to this rule.
getRuleCode() - Method in interface com.bea.alcs.domain.rules.RuleElement
Returns the Drools code corresponding to this RuleCondition.
getRuleCode(Store) - Method in interface com.bea.alcs.domain.rules.RuleSet
Returns the Drools code corresponding to this rule set filtered by store/catalog where applicable.
getRuleElements() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the rule elements associated with this rule.
getRuleElements() - Method in interface com.bea.alcs.domain.rules.Rule
Get the rule elements associated with this rule.
getRuleId() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Get the id of the rule containing this element (for traceability).
getRuleName() - Method in interface com.bea.alcs.domain.rules.AppliedRule
Get the name of the applied rule.
getRuleName() - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Get the name of the applied rule.
getRules() - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Get the rules in this rule set.
getRules() - Method in interface com.bea.alcs.domain.rules.RuleSet
Get the rules in this rule set.
getRuleSet() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the ruleSet this rule belongs to.
getRuleSet() - Method in interface com.bea.alcs.domain.rules.Rule
Get the ruleSet this rule belongs to.
getRuleSetUid() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Returns the rule set uid of the promotion type.
getRuleUid() - Method in interface com.bea.alcs.domain.rules.AppliedRule
Get the UID of the applied rule.
getRuleUid() - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Get the UID of the applied rule.
getRunningJob() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns the running import job.
getRunningJob() - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns the running import job.
getSalePrice(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the product's sale price.
getSalePrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Get the product's sale price of the first price tier.
getSalePrice() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Get the sale price of the price tier.
getSalePrice() - Method in interface com.bea.alcs.domain.catalog.Price
Get the product's sale price.
getSalePrice(int) - Method in interface com.bea.alcs.domain.catalog.Price
Get the product's sale price.
getSalePrice() - Method in interface com.bea.alcs.domain.catalog.PriceTier
Get the sale price of the price tier.
getSalePrice() - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Get the sale price of the price tier.
getSalePrice() - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Get the sale price of the price tier.
getSalesCount() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the total sales count of the product.
getSalesCount() - Method in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
Get the sales count.
getSalesCount() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the total sales count of the product.
getSalesCount() - Method in interface com.bea.alcs.domain.catalog.TopSellerProduct
Get the sales count.
getSalesCount() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the total sales count of the product.
getSalience() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleActionImpl
Get the salience value for this rule.
getSalience() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Returns the salience value of this rule.
getSalience() - Method in interface com.bea.alcs.domain.rules.RuleAction
Get the salience value for this rule.
getSavings() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Calculates the BigDecimal savings if any.
getSavings() - Method in interface com.bea.alcs.domain.order.OrderSku
Calculates the BigDecimal savings if any.
getScaledImage() - Method in interface com.bea.alcs.domain.misc.ImageRenderResponse
Returns the scaled image.
getScaledImage() - Method in class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
Returns the scaled image.
getScenario() - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Get the id of the scenario that this rule set applies to.
getScenario() - Method in interface com.bea.alcs.domain.rules.RuleSet
Get the id of the scenario that this rule set applies to.
getScenarioId() - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Gets the scenario ID this rule base applies in.
getScenarioId() - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Gets the scenario ID this rule base applies in.
getSearchConfig(String) - Method in interface com.bea.alcs.domain.ElasticPath
Gets the search configuration for the given accessKey.
getSearchConfig(String, boolean) - Method in interface com.bea.alcs.domain.ElasticPath
Gets the search configuration for the given accessKey.
getSearchConfig(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Gets the search configuration for the given accessKey.
getSearchConfig(String, boolean) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Gets the search configuration for the given accessKey.
getSearchConfig() - Method in class com.bea.alcs.service.remote.impl.ResourceRetrievalServiceImpl
Gets the entire search-config configuration file as a String.
getSearchConfig() - Method in interface com.bea.alcs.service.remote.ResourceRetrievalService
Gets the entire search-config configuration file as a String.
getSearchConfig(IndexType) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Gets the configuration for the specified IndexType.
getSearchConfig(IndexType) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Gets the configuration for the specified IndexType.
getSearchConfigFileInputStream(ElasticPath) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Gets a reference to the search configuration file.
getSearchResultHistory() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns the CatalogViewResultHistory instance stored.
getSearchResultHistory() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns the search result history stored.
getSearchTime() - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Returns the date that this search was executed.
getSearchTime() - Method in interface com.bea.alcs.domain.search.SfSearchLog
Returns the date that this search was executed.
getSectionParsers() - Method in class com.bea.alcs.commons.util.config.impl.XmlParserImpl
Gets the map of section parsers.
getSectionParsers() - Method in interface com.bea.alcs.commons.util.config.XmlParser
Gets the map of section parsers.
getSecureAssetPath() - Method in interface com.bea.alcs.domain.ElasticPath
Return the absolute secure asset (digital goods) directory path.
getSecureAssetPath() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the absolute secure asset (digital goods) directory path.
getSecureAssetSubFolder() - Method in interface com.bea.alcs.domain.ElasticPath
Return the secure asset (digital goods) sub folder name.
getSecureAssetSubFolder() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the secure asset (digital goods) sub folder name.
getSecurityCode() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
Get the 3 or 4 digit security code from the back of the card.
getSecurityCode() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Get the 3 or 4 digit security code from the back of the card.
getSelectedShippingServiceLevel() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the selectedShippingServiceLevel.
getSelectedShippingServiceLevel() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the selectedShippingServiceLevel.
getSenderName() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getSenderName() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getSenderName() - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
Return the senders's name.
getSenderName() - Method in interface com.bea.alcs.domain.shoppingcart.WishListMessage
Return the senders's name.
getSeoId() - Method in interface com.bea.alcs.domain.catalogview.Filter
Returns the SEO identifier of the filter with the given locale.
getSeoId() - Method in interface com.bea.alcs.domain.catalogview.FilterDisplayInfo
Get the seo id.
getSeoId() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
Get the seoId.
getSeoId() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
This method returns the seo id.
getSeoId() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
This method is not used.
getSeoId() - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Returns the SEO identifier of the filter with the given locale.
getSeoId() - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
This method is not used.
getSeoId() - Method in class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
Get the seo id.
getSeoId() - Method in class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
Returns the SEO identifier of the filter with the given locale.
getSeoName(Locale) - Method in interface com.bea.alcs.domain.catalogview.Filter
Returns the SEO name of the filter with the given locale.
getSeoName() - Method in interface com.bea.alcs.domain.catalogview.FilterDisplayInfo
Get the seo name.
getSeoName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
This method is not used.
getSeoName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
This method is not used.
getSeoName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Returns the SEO url of the filter with the given locale.
getSeoName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
This method is not used.
getSeoName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
Returns the empty string.
getSeoName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
Returns the empty string.
getSeoName() - Method in class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
Get the seo name.
getSeoName(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
Returns the SEO url of the filter with the given locale.
getSeoUrl() - Method in interface com.bea.alcs.domain.catalogview.browsing.BrowsingRequest
Returns the SEO(Search Engine Optimized) url for this request.
getSeoUrl(int) - Method in interface com.bea.alcs.domain.catalogview.browsing.BrowsingRequest
Returns the SEO(Search Engine Optimized) url for this request.
getSeoUrl() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Returns the SEO(Search Engine Optimized) url of this request.
getSeoUrl(int) - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Returns the SEO(Search Engine Optimized) url of this request.
getSeoUrl() - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Returns the SEO(Search Engine Optimized) url for this filter option.
getSeoUrl(Locale) - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Returns the SEO url for the viewed product.
getSeoUrl(Locale) - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistoryProduct
Returns the SEO url for the viewed product.
getServer(IndexType) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Gets the default server for a particular IndexType.
getServer(IndexType, boolean) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
 
getServer(IndexType) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Gets the default server for a particular IndexType.
getServer(IndexType, boolean) - Method in interface com.bea.alcs.service.search.solr.SolrManager
 
getServiceLevel() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
 
getServiceLevel() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
 
getServiceUrl() - Method in class com.bea.alcs.service.misc.EmailHttpInvokerProxyFactoryBean
This implementation prepends the serverUrlPrefix set at runtime.
getSession() - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Get the underlying EntityManager session object.
getSessionFactory() - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Get the persistence session factory.
getSessionFactory() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Get the underlying EntityManagerFactory object.
getSessionFactory() - Method in interface com.bea.alcs.persistence.PersistenceEngine
Get the persistence session factory.
getSfContextUrl() - Method in interface com.bea.alcs.domain.ElasticPath
Return the store front context URL.
getSfContextUrl() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the store front context URL.
getSharedLoginStores() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Get the list of other Stores' logins that'll work with this Store.
getSharedLoginStores() - Method in interface com.bea.alcs.domain.store.Store
Get the list of other Stores' logins that'll work with this Store.
getSharedPersistenceSession() - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Returns a shared session.
getSharedPersistenceSession() - Method in interface com.bea.alcs.persistence.PersistenceEngine
Returns a shared session.
getShipment(String) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get this order's shipment with a given number.
getShipment() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
getShipment(String) - Method in interface com.bea.alcs.domain.order.Order
Get this order's shipment with a given number.
getShipment() - Method in interface com.bea.alcs.domain.order.OrderSku
 
getShipmentAddress() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get the shipment address corresponding to this shipment.
getShipmentAddress() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get the shipment address corresponding to this shipment.
getShipmentAddressCriteria() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the map of order shipmentAddress property name to criteria value.
getShipmentAddressCriteria() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the map of order shipmentAddress property name to criteria value.
getShipmentConfirmationEmailProperties(Order, OrderShipment) - Method in class com.bea.alcs.domain.misc.impl.OrderEmailPropertyHelperImpl
Gets the EmailProperties with set props.
getShipmentConfirmationEmailProperties(Order, OrderShipment) - Method in interface com.bea.alcs.domain.misc.OrderEmailPropertyHelper
Gets the EmailProperties with set props.
getShipmentDate() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the date that the order was shipped on.
getShipmentDate() - Method in interface com.bea.alcs.domain.order.OrderShipment
Get the date that the order was shipped on.
getShipmentList() - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Get the list of orderShipments for this PickList.
getShipmentList() - Method in interface com.bea.alcs.domain.order.PickList
Get the list of orderShipments for this PickList.
getShipmentNumber() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the shipment number.
getShipmentNumber() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets shipment number which is in form: [order_number] - [shipment_number].
getShipmentOrderSkus() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the SKUs in this shipment.
getShipmentOrderSkus() - Method in interface com.bea.alcs.domain.order.OrderShipment
Get the SKUs in this shipment.
getShipmentOrderSkusInternal() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the SKUs in this shipment.
getShipmentRemovedOrderSku() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get shipmentRemovedOrderSku.
getShipmentRemovedOrderSku() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get shipmentRemovedOrderSku.
getShipments() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the shipments associated with this order.
getShipmentStatus() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the shipment status.
getShipmentStatus() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the status of the shipment.
getShipmentStatus() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the shipment status.
getShipmentStatus() - Method in interface com.bea.alcs.domain.order.OrderShipment
Get the status of the shipment.
getShipmentStatus() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Get the shipment status.
getShipmentTaxes() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Return the set of OrderTaxValues.
getShipmentTaxes() - Method in interface com.bea.alcs.domain.order.OrderShipment
Return the set of OrderTaxValues.
getShipmentZipcode() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Gets the shipment zipcode.
getShippableItemsSubtotal(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Adds up the price of all the line items that are shippable.
getShippingAddress() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Convenience method that should only be used when only a single shipment is supported for a single order.
getShippingAddress() - Method in interface com.bea.alcs.domain.order.Order
Convenience method that should only be used when only a single shipment is supported for a single order.
getShippingAddress() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the shipping address.
getShippingAddress() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the preferred shipping address.
getShippingCost() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return shipping cost.
getShippingCost() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get the shipping cost in BigDecimal.
getShippingCost() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return shipping cost.
getShippingCost() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get the shipping cost in BigDecimal.
getShippingCost() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Return the calculated, after-promotion shipping cost (make sure calculateShippingCost has been invoked already).
getShippingCost() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Return the calculated, after-promotion shipping cost (make sure calculateShippingCost has been invoked already).
getShippingCost() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the shippingCost of the ShoppingCart.
getShippingCost() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the shippingCost of the ShoppingCart.
getShippingCostCalculationMethod() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Get the shipping cost calculation method associated with this ShippingServiceLevel.
getShippingCostCalculationMethod() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Get the shipping cost calculation method associated with this ShippingServiceLevel.
getShippingCostInternal() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Internal method for persistence layer use to get the shipping cost.
getShippingCostMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return shipping cost.
getShippingCostMoney() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get the shipping cost in Money.
getShippingCostMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return shipping cost.
getShippingCostMoney() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get the shipping cost in Money.
getShippingRegion() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Get the shipping region associated with this ShippingServiceLevel.
getShippingRegion() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Get the shipping region associated with this ShippingServiceLevel.
getShippingRegionInUseUidList() - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Get the list of uids of ShippingRegion used by existing ShippingServiceLevels.
getShippingRegionInUseUidList() - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Get the list of uids of ShippingRegion used by existing ShippingServiceLevels.
getShippingRegionUid() - Method in class com.bea.alcs.service.search.query.ShippingLevelsSearchCriteriaImpl
getShippingServiceLevel() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Gets the shipping service level.
getShippingServiceLevel() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Gets the shipping service level.
getShippingServiceLevelInternal() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Internal method for the persistence layer to get the shipping service level.
getShippingServiceLevelList() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the list of shippingServiceLevel list available based on the current shopping cart info.
getShippingServiceLevelList() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return the list of shippingServiceLevel list available based on the current shopping cart info.
getShippingSubtotal() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Gets the shipping subtotal for this order shipment.
getShippingSubtotal() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Gets the shipping subtotal for this order shipment.
getShippingTax() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return shipping tax.
getShippingTax() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get the shipping tax in BigDecimal.
getShippingTax() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return shipping tax.
getShippingTax() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get the shipping tax in BigDecimal.
getShippingTax() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves the shipping tax.
getShippingTax() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves the shipping tax.
getShippingTaxMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the return shipping tax.
getShippingTaxMoney() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Get the shipping tax in Money.
getShippingTaxMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the return shipping tax.
getShippingTaxMoney() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Get the shipping tax in Money.
getShoppingCart() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Gets the ShoppingCartMemento this item belongs to.
getShoppingCart() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Gets the ShoppingCartMemento this item belongs to.
getShoppingCartMemento() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Gets the persistent shopping cart object.
getShoppingCartMemento() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Gets the persistent shopping cart object.
getShortTextMultiValues() - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Get the multi-values for short text.
getShortTextMultiValues() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the multi-values for short text.
getShortTextValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Get the short text value.
getShortTextValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the short text value.
getSitemapPagination() - Method in interface com.bea.alcs.domain.ElasticPath
Return the sitemap pagination.
getSitemapPagination() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the sitemap pagination.
getSitemapRequest() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Returns the sitemap request which generated this search result.
getSitemapRequest() - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Returns the sitemap request which generated this search result.
getSkuAttributeGroup() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Returns the product sku attribute group.
getSkuAttributeGroup() - Method in interface com.bea.alcs.domain.catalog.ProductType
Returns the product sku attribute group.
getSkuAttributeGroupAttributes() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Get the set of sku attribute group attributes.
getSkuAttributes() - Method in interface com.bea.alcs.service.attribute.AttributeService
Return a list of attributes used for skus.
getSkuAttributes() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Return a list of attributes used for skus.
getSkuByGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Retrieve a SKU by its GUID.
getSkuByGuid(String) - Method in interface com.bea.alcs.domain.catalog.Product
Retrieve a SKU by its GUID.
getSkuByGuid(String) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Retrieve a SKU by its GUID.
getSkuCode() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Get the product SKU.
getSkuCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the product system name.
getSkuCode() - Method in interface com.bea.alcs.domain.catalog.Inventory
Get the skuCode of the productSku to which this inventory belongs.
getSkuCode() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the productSku SKU.
getSkuCode() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the sku code for search.
getSkuCode() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the sku code for search.
getSkuCode() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the productSku SKU.
getSkuCode() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the productSku SKU.
getSkuCode() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Returns the sku code.
getSkuCodeInternal() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the product system name.
getSkuOption() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the sku option.
getSkuOption() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Gets the associated SkuOption.
getSkuOption() - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Gets the associated SkuOption.
getSkuOptionInternal() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Gets the associated SkuOption.
getSkuOptionInUseUidList() - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Return a list of uids for all sku options in use.
getSkuOptionInUseUidList() - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Return a list of uids for all sku options in use.
getSkuOptions() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Gets the available options for configuring SKUs of this product.
getSkuOptions(ProductSku) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Gets the available options for configuring SKUs of this product.
getSkuOptions() - Method in interface com.bea.alcs.domain.catalog.ProductType
Gets the available options for configuring SKUs of this product.
getSkuOptions(ProductSku) - Method in interface com.bea.alcs.domain.catalog.ProductType
Gets the available options for configuring SKUs of this product.
getSkuOptionValue(SkuOption) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns the value of the given SkuOption.
getSkuOptionValue(SkuOption) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns the value of the given SkuOption.
getSkuOptionValue() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Get the sku option value.
getSkuOptionValueInUseUidList() - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Return a list of uids for all sku options value in use.
getSkuOptionValueInUseUidList() - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Return a list of uids for all sku options value in use.
getSkuWithMatchingOptionValues(long, List<String>) - Method in class com.bea.alcs.persistence.impl.SkuConfigurationDaoImpl
Finds a UID corresponding to a SKU with the given set of option value codes.
getSkuWithMatchingOptionValues(long, List<String>) - Method in interface com.bea.alcs.persistence.SkuConfigurationDao
Finds a UID corresponding to a SKU with the given set of option value codes.
getSortedCartItems(ShoppingCart) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Returns a collection of a given shopping cart's cart items, sorted in ascending order of SKU price.
getSortedCountriesWithShippingAllowed(Locale, Store) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Get a Sorted Map of CountryName -> CountryCode, where the countries in the map have Shipping service, and the names are appropriate for the given locale.
getSortedCountriesWithShippingAllowed(Locale, Store) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Get a Sorted Map of CountryName -> CountryCode, where the countries in the map have Shipping service, and the names are appropriate for the given locale.
getSortedProductAssociations() - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Get a sorted list of ProductAssociations for merchandising this product.
getSortedProductAssociations() - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Get a sorted list of ProductAssociations for merchandising this product.
getSortedSkuOptionList(ProductSku) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Convenient method to get the sorted SKU option based on SKU option display name on catalog default locale.
getSortedSkuOptionList(ProductSku) - Method in interface com.bea.alcs.domain.catalog.ProductType
Convenient method to get the sorted SKU option based on SKU option display name on catalog default locale.
getSorterAsString() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Convenience method for getting the sort type/order as a string with the additional http parameter.
getSortingOrder() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Gets the sort order of this search criteria.
getSortingOrder() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Gets the sort order of this search criteria.
getSortingType() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Gets the type of sorting for this search criteria.
getSortingType() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Gets the type of sorting for this search criteria.
getSortOrder() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the order in which to sort elements.
getSortOrder() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the order in which to sort elements.
getSortString() - Method in enum com.bea.alcs.service.search.query.SortBy
Returns the string representation of the sorting type.
getSortString() - Method in enum com.bea.alcs.service.search.query.SortOrder
Returns the string representation of this sort order.
getSortType() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the type of sorting to be done.
getSortType() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the type of sorting to be done.
getSortTypeOrderString() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Returns the sorting type and order as a single string.
getSortTypeOrderString() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Returns the sorting type and order as a single string.
getSource() - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Returns the fault source.
getSource() - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Returns the fault source.
getSourceProduct() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the source product by this association.
getSourceProduct() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the source product by this association.
getSourceProduct() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Returns The Source Product.
getSourceProductCode() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
getStartDate() - Method in interface com.bea.alcs.domain.catalog.Category
Get the start date that this category will become available to customers.
getStartDate() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the start date that this category will become available to customers.
getStartDate() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the start date that this category will become available to customers.
getStartDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the starting date on which this MerchandiseAssociation is valid for display.
getStartDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the start date that this product will become available to customers.
getStartDate() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Get the start date that this product will become available to customers.
getStartDate() - Method in interface com.bea.alcs.domain.catalog.Product
Get the start date that this product will become available to customers.
getStartDate() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the starting date on which this MerchandiseAssociation is valid for display.
getStartDate() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Get the start date that this productSku will become available to customers.
getStartDate() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the card start date Used by some U.K.
getStartDate() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the card start date Used by some U.K.
getStartDate() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Get the starting date that this rule can be applied.
getStartDate() - Method in interface com.bea.alcs.domain.rules.Rule
Get the starting date that this rule can be applied.
getStartDate() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the start date that this product will become available to customers.
getStartDateInternal() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Internal method used by JPA.
getStartIndex() - Method in interface com.bea.alcs.service.search.index.IndexSearchResult
Returns the start index of the previous search result.
getStartIndex() - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Returns the start index of the previous search result.
getStartMonth() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getStartMonth() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getStartTime() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the import job start time.
getStartTime() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the import job start time.
getStartYear() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
getStartYear() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
getState() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Returns the RuleState of this rule.
getState() - Method in interface com.bea.alcs.domain.rules.Rule
Returns the RuleState of this rule.
getStateMap() - Method in class com.bea.alcs.domain.order.impl.OrderReturnReceivedStateImpl
Returns a map of available return received states.
getStateMap(Locale) - Method in class com.bea.alcs.domain.order.impl.OrderReturnReceivedStateImpl
Returns a map of available return received states based on locale.
getStateMap() - Method in interface com.bea.alcs.domain.order.OrderReturnReceivedState
Returns a map of available return received states.
getStateMap(Locale) - Method in interface com.bea.alcs.domain.order.OrderReturnReceivedState
Returns a map of available return received states based on locale.
getStatus() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the status of this Customer.
getStatus() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the status of this Customer.
getStatus() - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Gets the allocation status.
getStatus() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the status of the order.
getStatus() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the status of the order payment.
getStatus() - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Gets the allocation status.
getStatus() - Method in interface com.bea.alcs.domain.order.Order
Get the status of the order.
getStatus() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the status of the order payment.
getStatus() - Method in class com.bea.alcs.domain.payment.impl.PayerAuthenticationSessionImpl
 
getStatus() - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
 
getStatus() - Method in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
 
getStatus() - Method in interface com.bea.alcs.domain.payment.PayPalExpressSession
 
getStatusCriteria(OrderStatus, OrderPaymentStatus, OrderShipmentStatus) - Method in class com.bea.alcs.persistence.support.impl.OrderCriterionImpl
Returns the criteria used to query by status.
getStatusCriteria(OrderStatus, OrderPaymentStatus, OrderShipmentStatus) - Method in interface com.bea.alcs.persistence.support.OrderCriterion
Returns the criteria used to query by status.
getStorageType() - Method in interface com.bea.alcs.domain.attribute.AttributeType
Returns a string representing the type/field used to store data for this attribute.
getStore() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Gets the Store this object belongs to.
getStore() - Method in interface com.bea.alcs.domain.catalog.StoreObject
Gets the Store this object belongs to.
getStore() - Method in interface com.bea.alcs.domain.customer.Customer
Get the store this cutomer registered with.
getStore() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Get the store object.
getStore() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Get the Store for this import job.
getStore() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Get the Store for this import job.
getStore() - Method in interface com.bea.alcs.domain.ElasticPath
Deprecated. use com.bea.alcs.sfweb.controller.EpController#getStore()
getStore() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Deprecated. use com.bea.alcs.sfweb.controller.EpController#getStore()
getStore() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the store object.
getStore() - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Gets the store this rule base belongs to.
getStore() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Gets the Store associated with this rule.
getStore() - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Gets the store this rule base belongs to.
getStore() - Method in interface com.bea.alcs.domain.rules.Rule
Gets the Store associated with this rule.
getStore() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
getStore() - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
 
getStore() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Gets the Store this object belongs to.
getStore() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Gets the Store this object belongs to.
getStore() - Method in class com.bea.alcs.service.catalogview.impl.LookupStoreConfigImpl
Returns the configured store for the current application.
getStore() - Method in interface com.bea.alcs.service.catalogview.StoreConfig
Returns the store object associated with this configuration.
getStore(long) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a Store with the given UID.
getStore(long) - Method in interface com.bea.alcs.service.store.StoreService
Gets a Store with the given UID.
getStoreAdminEmailAddress() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the physical email address used for notifications on certain events for this Store.
getStoreAdminEmailAddress() - Method in interface com.bea.alcs.domain.store.Store
Gets the physical email address used for notifications on certain events for this Store.
getStoreAssetPath() - Method in interface com.bea.alcs.domain.ElasticPath
Return the store asset directory path.
getStoreAssetPath() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the store asset directory path.
getStoreCode() - Method in interface com.bea.alcs.domain.ElasticPath
Deprecated. use com.bea.alcs.sfweb.controller.EpController#getStore().getStoreCode()
getStoreCode() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Deprecated. use com.bea.alcs.sfweb.controller.EpController#getStore().getStoreCode()
getStoreCode() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets the store code for the EmailProperties.
getStoreCode() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets the store code for the EmailProperties.
getStoreCode() - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Get the store code for search.
getStoreCode() - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Get the store code for search.
getStoreCode() - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Get the code for the store in which the purchases were made.
getStoreCode() - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Get the code for the store in which the purchases were made.
getStoreCodes() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets store code depending on the applicability.
getStoreCodes() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Sets store code depending on the applicability.
getStoreConfig() - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Returns the store configuration that provides the context for the catalog to view.
getStoreConfig() - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Returns the store configuration that products will be retrieved for.
getStoreCreditCardTypesMap(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Get a map of this store's supported card types for display in Spring.
getStoreCreditCardTypesMap(String) - Method in interface com.bea.alcs.commons.util.Utility
Get a map of the store's supported card types for display in Spring.
getStoreDefaultLocale() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Get the containing store's default locale.
getStoreProductService() - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Returns the store product service.
getStores() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the (unmodifiable) Set of stores that are using this Catalog.
getStores() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Return all stores to which the user has access.
getStores() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Return all stores to which the user has access.
getStoreService() - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
 
getStoresInternal() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the Set of stores that are using this Catalog, for use by the persistence layer.
getStoreType() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the StoreType of the Store.
getStoreType() - Method in interface com.bea.alcs.domain.store.Store
Gets the StoreType of the Store.
getStoreUid() - Method in interface com.bea.alcs.domain.catalogview.DisplayableFilter
Get the UID of the store to get displayable products for.
getStoreUid() - Method in class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
Get the UID of the store to get displayable products for.
getStoreUid() - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Returns the store UID.
getStoreUid() - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Returns the store UID.
getStoreUid() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Returns the store uid.
getStoreUid() - Method in class com.bea.alcs.service.search.query.ShippingLevelsSearchCriteriaImpl
getStreet1() - Method in interface com.bea.alcs.domain.customer.Address
Gets the streetname of this Address.
getStreet1() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the streetname of this Address.
getStreet1() - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Gets the first part of the street address of this WarehouseAddress.
getStreet1() - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Gets the first part of the street address of this WarehouseAddress.
getStreet2() - Method in interface com.bea.alcs.domain.customer.Address
Gets the streetname of this Address.
getStreet2() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the streetname of this Address.
getStreet2() - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Gets the second part of the street address of this WarehouseAddress.
getStreet2() - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Gets the second part of the street address of this WarehouseAddress.
getStringAttributeValue(String, Locale) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Get the value of a string attribute with the specified key in the given locale.
getStringAttributeValue(String, Locale) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Get the value of a string attribute with the specified key in the given locale.
getStringProfileValue(String) - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Get the value of a string profile with the specified key in default locale.
getStringProfileValue(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Get the value of a string profile with the specified key.
getStringValue(AttributeValueWithType) - Method in interface com.bea.alcs.domain.attribute.AttributeType
Gets the string value of the given attribute value instance.
getStringValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Get the string value of the attribute.
getStringValue(AttributeValueWithType) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Get the string value of the given attribute value instance.
getStringValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the string value of the attribute.
getStringValue(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.AbstractImportFieldPriceImpl
Get the string value of this ImportField (the price, in this field's currency).
getStringValue(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.ImportFieldProductDefaultCategory
 
getStringValue(Persistence) - Method in interface com.bea.alcs.domain.dataimport.ImportField
Return the value of the field as a string with the given Persistence instance.
getSubCategories(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve the list of sub-categories of the current category.
getSubCategories(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve the list of sub-categories of the current category.
getSubCategoryCount(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Determines the number of sub categories in the given Category.
getSubCategoryCount(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Determines the number of sub categories in the given Category.
getSubCountries(String) - Method in interface com.bea.alcs.domain.misc.Geography
Return the default map of subcountries codes and their labels for the country with the given ISO country code.
getSubCountries(String, Locale) - Method in interface com.bea.alcs.domain.misc.Geography
Return a localized map of subcountries codes and their labels for the country with the given ISO country code.
getSubCountries(String) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return the default map of subcountries codes and their labels for the country with the given ISO country code.
getSubCountries(String, Locale) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return a localized map of subcountries codes and their labels for the country with the given ISO country code.
getSubCountries() - Method in interface com.bea.alcs.domain.shipping.Country
Returns a map of subcountries codes and their labels.
getSubCountries() - Method in class com.bea.alcs.domain.shipping.impl.CountryImpl
Returns a map of subcountries codes and their labels.
getSubCountriesByCountry(String) - Method in interface com.bea.alcs.domain.misc.Geography
Return the list of Country objects, each object represents subcountries of the particular country.
getSubCountriesByCountry(String) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Return the list of Country objects, each object represents subcountries of the particular country.
getSubCountry() - Method in interface com.bea.alcs.domain.customer.Address
Gets the state, province, or other region of the country for this Address.
getSubCountry() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the state or province of this Address.
getSubCountry() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the sub-country of this Store.
getSubCountry() - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Gets the sub-country of this WarehouseAddress.
getSubCountry() - Method in interface com.bea.alcs.domain.store.Store
Gets the sub-country of this Store.
getSubCountry() - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Gets the sub-country of this WarehouseAddress.
getSubCountryCode() - Method in interface com.bea.alcs.domain.misc.Country
 
getSubCountryCode() - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
getSubCountryCodeList() - Method in class com.bea.alcs.domain.shipping.impl.RegionImpl
Get the region's subcountry code list.
getSubCountryCodeList() - Method in interface com.bea.alcs.domain.shipping.Region
Get the region's subcountry code list.
getSubCountryName() - Method in interface com.bea.alcs.domain.misc.Country
 
getSubCountryName() - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
getSubFolders(String, String) - Method in interface com.bea.alcs.service.misc.FileService
Read the sub folders.
getSubFolders(String, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Read the sub folders.
getSubject() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets the subject.
getSubject() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets the subject.
getSubject() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets the subject of the email.
getSubject() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets the subject of the email.
getSubtotal() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the subtotal for this order shipment.
getSubtotal() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the order subtotal of all items in the cart.
getSubtotal() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Gets the subtotal for this return.
getSubtotal() - Method in interface com.bea.alcs.domain.order.Order
Get the order subtotal of all items in the cart.
getSubtotal() - Method in interface com.bea.alcs.domain.order.OrderReturn
Gets the subtotal for this return.
getSubtotal() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the subtotal for this order shipment.
getSubtotal() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the subtotal of all items in the cart.
getSubtotal() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the subtotal of all items in the cart.
getSubtotalDiscount() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the subtotal discount for this order shipment.
getSubtotalDiscount() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the discount to the shopping cart subtotal.
getSubtotalDiscount() - Method in interface com.bea.alcs.domain.order.Order
Get the discount to the shopping cart subtotal.
getSubtotalDiscount() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the subtotal discount for this order shipment.
getSubtotalDiscount() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the discount to the shopping cart subtotal.
getSubtotalDiscount() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the discount to the shopping cart subtotal.
getSubtotalDiscountInternal() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Internal method for the persistence layer to gets the subtotal discount for this order shipment.
getSubtotalDiscountMoney() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the subtotal discount for this order shipment in Money.
getSubtotalDiscountMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the sub total of all items in the cart after shipping, promotions, etc.
getSubtotalDiscountMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the amount discounted from the order subtotal.
getSubtotalDiscountMoney() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the subtotal discount for this order shipment in Money.
getSubtotalDiscountMoney() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the amount discounted from the order subtotal.
getSubtotalDiscountMoney() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the amount discounted from the order subtotal.
getSubtotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Gets the sum of all items money amount before tax.
getSubtotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Gets the subtotal for this return.
getSubtotalMoney() - Method in interface com.bea.alcs.domain.order.Order
Gets the sum of all items money amount before tax.
getSubtotalMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Gets the subtotal for this return.
getSubtotalMoney() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the subtotal of all items in the cart.
getSubtotalMoney() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the subtotal of all items in the cart.
getSucceededRows() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the row number that has been imported successfully.
getSucceededRows() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the row number that has been imported successfully.
getSuggestions() - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchResultImpl
Returns a list of alternate query suggestions.
getSuggestions() - Method in interface com.bea.alcs.domain.catalogview.search.SearchResult
Returns a list of alternate query suggestions.
getSuggestionsGenerated() - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Gets whether or not suggestions were generated for this search.
getSuggestionsGenerated() - Method in interface com.bea.alcs.domain.search.SfSearchLog
Gets whether or not suggestions were generated for this search.
getSupportedCardTypes() - Method in interface com.bea.alcs.domain.payment.CreditCardPaymentGateway
Get the card types supported by this payment gateway.
getSupportedCardTypes() - Method in class com.bea.alcs.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
Get the card types supported by this payment gateway.
getSupportedCardTypes() - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Get the card types supported by this payment gateway.
getSupportedCardTypes() - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Get the card types supported by this payment gateway.
getSupportedCardTypes() - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Get the card types supported by this payment gateway.
getSupportedCardTypes() - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Get the card types supported by this payment gateway.
getSupportedCardTypes() - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Get the card types supported by this payment gateway.
getSupportedCreditCardTypes() - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Gets the set of supported credit card types.
getSupportedCreditCardTypes() - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Gets the set of supported credit card types.
getSupportedCurrencies() - Method in interface com.bea.alcs.domain.catalog.Catalog
Get the collection of supported currencies.
getSupportedCurrencies() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the unmodifiable collection of this catalog's supported currencies.
getSupportedCurrencies() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Get the unmodifiable collection of currencies that are supported by this data type.
getSupportedCurrencies() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Get the unmodifiable collection of currencies that are supported by this data type.
getSupportedCurrencies() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Get the currencies supported by this payment gateway.
getSupportedCurrencies() - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Get the currencies supported by this payment gateway.
getSupportedCurrencies() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets an unmodifiable set of currencies supported by this Store..
getSupportedCurrencies() - Method in interface com.bea.alcs.domain.store.Store
Gets an unmodifiable collection of currencies supported by the Store.
getSupportedCurrenciesInternal() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Get the set CatalogCurrencys representing those Currencys that are supported by the Catalog.
getSupportedLocales() - Method in interface com.bea.alcs.domain.catalog.Catalog
Get the unmodifiable set of locales that are supported by this catalog.
getSupportedLocales() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the unmodifiable collection of this catalog's supported locales.
getSupportedLocales() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Get the unmodifiable collection of locales that are supported by this data type.
getSupportedLocales() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Get the unmodifiable collection of locales that are supported by this data type.
getSupportedLocales() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the locales supported by this Store, as an unmodifiable Set.
getSupportedLocales() - Method in interface com.bea.alcs.domain.store.Store
Gets an unmodifiable collection of locales supported by the Store.
getSupportedLocalesInternal() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Get the set of supported Cataloglocales.
getSupportedPaymentGateways() - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Gets the set of supported payment gateways.
getSupportedPaymentGateways() - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Gets the set of supported payment gateways.
getSynonym() - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
Gets the synonym.
getSynonym() - Method in interface com.bea.alcs.domain.search.Synonym
Gets the synonym.
getSynonymGroup(long) - Method in class com.bea.alcs.service.search.impl.SynonymGroupServiceImpl
Gets a SynonymGroup with the given UID.
getSynonymGroup(long) - Method in interface com.bea.alcs.service.search.SynonymGroupService
Gets a SynonymGroup with the given UID.
getSynonyms() - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Returns a readonly set of synonyms.
getSynonyms() - Method in interface com.bea.alcs.domain.search.SynonymGroup
Returns the set of synonyms.
getSynonymsInternal() - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Returns the set of synonyms for the concept term.
getSystemOriginator() - Method in interface com.bea.alcs.domain.event.EventOriginatorHelper
Create the event originator which is the system.
getSystemOriginator() - Method in class com.bea.alcs.domain.event.impl.EventOriginatorHelperImpl
Create the event originator which is the system.
getTargetProduct() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the product targeted by this association.
getTargetProduct() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the product targeted by this association.
getTargetProduct() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Returns The Target Product.
getTargetProductCode() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
getTargetSku() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the specific SKU targeted by this association.
getTargetSku() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the specific SKU targeted by this association.
getTargetSkuWithFallback() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Get the specific SKU targeted by this association.
getTargetSkuWithFallback() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Get the specific SKU targeted by this association.
getTax() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
getTax() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the tax amount.
getTax() - Method in interface com.bea.alcs.domain.order.LineItem
 
getTax() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
 
getTaxCalculationResult() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Retrieves the tax calculation result.
getTaxCalculationResult() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Retrieves the current tax values.
getTaxCalculationService() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Gets the tax calculation service.
getTaxCalculationService() - Method in interface com.bea.alcs.domain.order.Order
Gets the tax calculation service.
getTaxCategoriesIterator() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves an iterator of the TaxCategorys in this TaxCalculationResult.
getTaxCategoriesIterator() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves an iterator of the TaxCategorys in this TaxCalculationResult.
getTaxCategoriesSet() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrives a Set of the TaxCategorys in this TaxCalculationResult.
getTaxCategoriesSet() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrives a Set of the TaxCategorys in this TaxCalculationResult.
getTaxCategory(String) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Find TaxCategory with the specified name in the categories map.
getTaxCategory(String) - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Find TaxCategory with the specified name in the categories map.
getTaxCategoryDisplayName() - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Get the taxCategory display name in order locale.
getTaxCategoryDisplayName() - Method in interface com.bea.alcs.domain.order.OrderTaxValue
Get the taxCategory display name in order locale.
getTaxCategoryName() - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Get the taxCategory name.
getTaxCategoryName() - Method in interface com.bea.alcs.domain.order.OrderTaxValue
Get the taxCategory name.
getTaxCategorySet() - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Get the set of tax TaxCategory of this TaxJurisdiction.
getTaxCategorySet() - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Get the set of tax TaxCategory of this TaxJurisdiction.
getTaxCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the TaxCode associated with this Product.
getTaxCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Returns the TaxCode associated with this ProductType.
getTaxCode() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the TaxCode associated with this ProductType.
getTaxCode() - Method in interface com.bea.alcs.domain.catalog.ProductType
Returns the TaxCode associated with this ProductType.
getTaxCode() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Gets the tax code for this order SKU.
getTaxCode() - Method in interface com.bea.alcs.domain.order.OrderSku
Gets the tax code for this order SKU.
getTaxCode() - Method in class com.bea.alcs.domain.tax.impl.TaxValueImpl
Returns the TaxCode associated with this TaxValue.
getTaxCode() - Method in interface com.bea.alcs.domain.tax.TaxValue
Returns the TaxCode associated with this TaxValue.
getTaxCode() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the TaxCode associated with this ProductType.
getTaxCodePersistence() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns the TaxCode associated with this Product.
getTaxCodePersistence() - Method in interface com.bea.alcs.domain.catalog.Product
Returns the TaxCode associated with this Product.
getTaxCodePersistence() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the TaxCode associated with this Product.
getTaxCodes() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets a set of tax codes for this Store.
getTaxCodes() - Method in interface com.bea.alcs.domain.store.Store
Gets a set of tax codes for this Store.
getTaxCodesInUse() - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Get the list of tax code (String) in use (being used to define tax value associated with a TaxJurisdiction).
getTaxCodesInUse() - Method in interface com.bea.alcs.service.tax.TaxCodeService
Get the list of tax code (String) in use (being used to define tax value associated with a TaxJurisdiction).
getTaxInItemPrice() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves the total amount of tax included in the item prices.
getTaxInItemPrice() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves the total amount of tax included in the item prices.
getTaxJurisdictions() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets a set of tax jurisdictions for this Store.
getTaxJurisdictions() - Method in interface com.bea.alcs.domain.store.Store
Gets a set of tax jurisdictions for this Store.
getTaxJurisdictionService() - Method in class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
Retrieves the TaxJurisdictionService.
getTaxJurisdictionsInUse() - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Get the list of tax jurisdictions (uidPk) in use.
getTaxJurisdictionsInUse() - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Get the list of tax jurisdictions (uidPk) in use.
getTaxMap() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return the TaxCategory -> tax value (Money) map for this ShoppingCart.
getTaxMap() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Retrieves the mapping of TaxCategories to values.
getTaxMap() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves the mapping of TaxCategories to values.
getTaxMap() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves the mapping of TaxCategories to values.
getTaxRegion(String) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Find TaxRegion with the specified name in the Tax Region map.
getTaxRegion(String) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Find TaxRegion with the specified name in the Tax Region map.
getTaxRegionSet() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Get the set of TaxRegion of this TaxCategory.
getTaxRegionSet() - Method in interface com.bea.alcs.domain.tax.TaxCategory
Get the set of TaxRegion of this TaxCategory.
getTaxTotal() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the total tax for this return.
getTaxTotal() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the total tax for this return.
getTaxTotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Get the total tax for this return.
getTaxTotalMoney() - Method in interface com.bea.alcs.domain.order.OrderReturn
Get the total tax for this return.
getTaxValue() - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Get the tax value.
getTaxValue() - Method in interface com.bea.alcs.domain.order.OrderTaxValue
Get the tax value.
getTaxValue() - Method in class com.bea.alcs.domain.tax.impl.TaxValueImpl
getTaxValue() - Method in interface com.bea.alcs.domain.tax.TaxValue
 
getTaxValue(TaxCategory) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves the amount of tax that will be charged for the specified TaxCategory.
getTaxValue(TaxCategory) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves the amount of tax that will be charged for the specified TaxCategory.
getTaxValueIterator() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves an iterator of the Money values referenced by TaxCategorys in this TaxCalculationResult.
getTaxValueMoney(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Return the taxValue as Money object, given the order locale.
getTaxValueMoney(Currency) - Method in interface com.bea.alcs.domain.order.OrderTaxValue
Return the taxValue as Money object, given the order locale.
getTaxValueSet() - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Get tax value set.
getTaxValuesMap() - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Get tax values map where String key is TaxCode code and TaxValue value is the value.
getTaxValuesMap() - Method in interface com.bea.alcs.domain.tax.TaxRegion
Get tax values map where String key is TaxCode code and TaxValue value is the value.
getTemplate() - Method in interface com.bea.alcs.domain.catalog.Category
Get the display template name of this category.
getTemplate() - Method in interface com.bea.alcs.domain.catalog.CategoryType
Get the display template of this category.
getTemplate() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Gets the display template of this category.
getTemplate() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Returns the display template of this category type.
getTemplate() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Gets the display template of this category.
getTemplate() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the display template.
getTemplate() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Returns the display template of this category type.
getTemplate() - Method in interface com.bea.alcs.domain.catalog.Product
Get the display template.
getTemplate() - Method in interface com.bea.alcs.domain.catalog.ProductType
Get the display template of this category.
getTemplate() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the display template.
getTemplateResources() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets the template resource for the EmailProperties.
getTemplateResources() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets the template resource for the EmailProperties.
getTemplateWithFallBack(String) - Method in interface com.bea.alcs.domain.catalog.Category
Get the display template name of this category.
getTemplateWithFallBack(String) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the display template name of this category.
getTemplateWithFallBack(String) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the display template name of this category.
getTemplateWithFallBack(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Get the display template name of this product.
getTemplateWithFallBack(String) - Method in interface com.bea.alcs.domain.catalog.Product
Get the display template name of this product.
getTemplateWithFallBack(String) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Get the display template name of this product.
getTermURL() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Gets TermURL for return.
getTermURL() - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Gets TermURL for return.
getTextTemplate() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets path and filename of the text template used for rendering an email.
getTextTemplate() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets path and filename of the text template used for rendering an email.
getTheme() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
getTheme() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
getTimeService() - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Returns the time service.
getTimeService() - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Returns the time service.
getTimeStamp() - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns a timestamp string.
getTimeStamp() - Method in interface com.bea.alcs.commons.util.Utility
Returns a timestamp string.
getTimeZone() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets time time zone of the Store.
getTimeZone() - Method in interface com.bea.alcs.domain.store.Store
Gets time time zone of the Store.
getTitle() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Returns the title.
getTitle() - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Returns the title.
getTitle(Category) - Method in interface com.bea.alcs.domain.catalogview.browsing.BrowsingRequest
Composes and returns a title for the browsing page.
getTitle(Category) - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Composes and returns a title for the browsing page.
getTitle() - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Get the event title.
getTitle() - Method in interface com.bea.alcs.domain.order.OrderEvent
Get the event title.
getTitleLine(ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns the title line of the import csv data file.
getTitleLine(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns the title line of the import csv data file.
getToDate() - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Get the date to which purchases should be retrieved.
getToDate() - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Get the date to which purchases should be retrieved.
getToken() - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
 
getToken() - Method in interface com.bea.alcs.domain.payment.PayPalExpressSession
 
getToName() - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Gets TO name.
getToName() - Method in interface com.bea.alcs.commons.util.MailMessage
Gets TO name.
getTopCategoriesFromDate(Date, int) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Get map of leaf Categories and number of sales since a specific date.
getTopCategoriesFromDate(Date, int) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Get map of leaf Categories and number of sales since a specific date.
getTopLines(int) - Method in interface com.bea.alcs.persistence.CsvFileReader
Read the top lines with the give number.
getTopLines(int) - Method in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
Read the top lines with the give number.
getTopProductsFromDate(Date, int) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Get map of Products and number of sales since a specific date.
getTopProductsFromDate(Date, int) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Get map of Products and number of sales since a specific date.
getTopSellerCount() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the number of top seller products to display.
getTopSellerCount() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the number of top seller products to display.
getTopSellerProducts() - Method in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Returns the top seller products.
getTopSellerProducts() - Method in interface com.bea.alcs.domain.catalog.TopSeller
Returns the top seller products.
getTopSellers() - Method in interface com.bea.alcs.domain.catalog.Category
Returns the top sellers for this category.
getTopSellers() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns the top sellers for this category.
getTopSellers() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns the top sellers for this category.
getTopSellers() - Method in interface com.bea.alcs.domain.catalogview.browsing.BrowsingResult
Returns a list of top selling products.
getTopSellers() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingResultImpl
Returns a list of top selling products.
getTopSellerService() - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Gets the TopSellerService instance.
getTotal() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the total cost of this order shipment.
getTotal() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the order total paid by the customer.
getTotal() - Method in interface com.bea.alcs.domain.order.Order
Get the order total paid by the customer.
getTotal() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the total cost of this order shipment.
getTotal() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the sub total of all items in the cart after shipping, promotions, etc.
getTotal() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the sub total of all items in the cart after shipping, promotions, etc.
getTotalBeforeTaxMoney() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Gets the total before taxes cost of this order shipment in Money.
getTotalBeforeTaxMoney() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Gets the total before taxes cost of this order shipment in Money.
getTotalBeforeTaxMoney() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the total before taxes cost of this order shipment in Money.
getTotalGiftCertificateDiscount() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
retrieve total amount by redeem the GiftCertificates.
getTotalGiftCertificateDiscount() - Method in interface com.bea.alcs.domain.order.Order
retrieve total amount by redeem the GiftCertificates.
getTotalGiftCertificateDiscount(Order) - Static method in class com.bea.alcs.service.payment.impl.OrderPaymentHelper
Gets total GC discount for given order.
getTotalGiftCertificateDiscountMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the total discount money for GC.
getTotalItemTax() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Gets the total item tax collected.
getTotalItemTax() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Gets the taxes on the items on which the tax was calculated.
getTotalItemTaxesMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the total of all items' taxes in the cart.
getTotalItemTaxesMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the total of all items' taxes in the cart.
getTotalMoney() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the total cost of this order shipment in Money.
getTotalMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the sub total of all items in the cart after shipping, promotions, etc.
getTotalMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the sub total of all items in the cart after shipping, promotions, etc.
getTotalMoney() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the total cost of this order shipment in Money.
getTotalMoney() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the sub total of all items in the cart after shipping, promotions, etc.
getTotalMoney() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the sub total of all items in the cart after shipping, promotions, etc.
getTotalRows() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the total number of rows to import.
getTotalRows() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns the total number of rows to import.
getTotalRows() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Return total rows of the csv file.
getTotalRows() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns the total number of rows to import.
getTotalRows() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns the total number of rows to import.
getTotalRows() - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns the total number of rows to import.
getTotalShippingCostMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the total shipping cost for this order.
getTotalShippingCostMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the total shipping cost for this order.
getTotalShippingTaxesMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the total of all shipping taxes in the cart.
getTotalShippingTaxesMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the total of all shipping taxes in the cart.
getTotalTaxes() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Calculate total taxes on order.
getTotalTaxes() - Method in interface com.bea.alcs.domain.order.Order
Calculate total taxes on order.
getTotalTaxes() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves the total amount of taxes.
getTotalTaxes() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves the total amount of taxes.
getTotalTaxMoney() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Gets the total tax amount for this order shipment in Money.
getTotalTaxMoney() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Get the total tax for this order.
getTotalTaxMoney() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Gets the total tax amount for this order shipment in Money.
getTotalTaxMoney() - Method in interface com.bea.alcs.domain.order.Order
Get the total tax for this order.
getTotalTaxMoney() - Method in interface com.bea.alcs.domain.order.OrderShipment
Gets the total tax amount for this order shipment in Money.
getTotalWeight() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the totalWeight of items in ShoppingCart.
getTotalWeight() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the totalWeight of items in ShoppingCart.
getTrackingCode() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
 
getTrackingCode() - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
 
getTransactionType() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the payment transaction type, i.e.
getTransactionType() - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the payment transaction type, i.e.
getTransactionType() - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Get the payment transaction type, i.e.
getTransactionType() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Get the payment transaction type, i.e.
getTuned(long, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Get the product association with the given UID.
getTuned(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Gets the product with the given UID.
getTuned(long, ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Get the product with the given UID.
getTuned(long, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Get the product association with the given UID.
getTuned(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Gets the product with the given UID.
getTuned(long, ProductLoadTuner) - Method in interface com.bea.alcs.service.catalog.ProductService
Get the product with the given UID.
getTunedProduct(Product) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns tuned product by given product entity.
getTunedProduct(Product) - Method in interface com.bea.alcs.service.catalog.ProductService
Returns tuned product by given product entity.
getTunedStore(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Gets a Store with the given UID.
getTunedStore(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.store.StoreService
Gets a Store with the given UID.
getType() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
Return the import field type.
getType() - Method in interface com.bea.alcs.domain.dataimport.ImportField
Return the import field type.
getType() - Method in interface com.bea.alcs.domain.event.EventOriginator
Get the event originator type.
getType() - Method in class com.bea.alcs.domain.event.impl.EventOriginatorImpl
Get the event originator type.
getType() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Get the type of this order shipment.
getType() - Method in interface com.bea.alcs.domain.order.OrderShipment
Get the type of this order shipment, i.e.
getType() - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Return the type of this payment gateway - accessor for the discriminator value.
getType() - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Get the type of this payment gateway - accessor for the discriminator value.
getType() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Get the type of this rule element.
getType() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Get the type of this RuleException.
getType() - Method in interface com.bea.alcs.domain.rules.RuleElement
Get the type of action, i.e.
getType() - Method in interface com.bea.alcs.domain.rules.RuleException
Get the type of exception, i.e.
getType() - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Get the type of shippingCostCalculationMethod, i.e.
getType() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Get the type of shippingCostCalculationMethod, i.e.
getType() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Get the type of action, i.e.
getType() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Get the type of this cart item.
getTypeId() - Method in interface com.bea.alcs.domain.attribute.AttributeType
Returns the attribute type Id.
getTypeId() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Return the attribute type Id.
getTypeId() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Return the import type Id.
getTypeId() - Method in interface com.bea.alcs.domain.dataimport.ImportType
Return the import type Id.
getTypeName() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Returns import data type name part which is usually after separator.
getTypeName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Returns import data type name part which is usually after separator.
getTypeName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Returns import data type name part which is usually after separator.
getTypeName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Returns import data type name part which is usually after separator.
getTypeName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Returns import data type name part which is usually after separator.
getTypeName() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Returns import data type name part which is usually after separator.
getTypeName() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Returns import data type name part which is usually after separator.
getUcafCollectionIndicator() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Gets ucafCollectionIndicator.
getUcafCollectionIndicator() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Gets ucafCollectionIndicator.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.CategoryAttributeValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.CategoryTypeAttributeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.CustomerProfileValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.ProductAttributeValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.ProductTypeProductAttributeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.ProductTypeSkuAttributeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.SkuAttributeValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.attribute.impl.TransientAttributeValueImpl
Get the UidPk which should always be 0 to indicate transience.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CatalogCurrencyImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CatalogLocaleImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLocaleDependantFieldsImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductLocaleDependantFieldsImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceTierImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceTierImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerAddressImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderAddressImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Gets the unique identifier for this domain object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in interface com.bea.alcs.domain.Persistence
Gets the unique identifier for this domain object.
getUidPk() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Gets the uidPk for the viewed product.
getUidPk() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Gets the unique identifier for this domain object.
getUidPk() - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistoryProduct
Gets the uidPk for the viewed product.
getUidPk() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.store.impl.CreditCardTypeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.domain.tax.impl.TaxValueImpl
Gets the unique identifier for this domain model object.
getUidPk() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Gets the unique identifier for this domain object.
getUidPk() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Gets the unique identifier for this domain model object.
getUidPkInt() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Gets the unique identifier for this domain model object.
getUidPkInt() - Method in interface com.bea.alcs.domain.catalog.Product
Gets the unique identifier for this domain model object.
getUidPkInt() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Gets the unique identifier for this domain model object.
getUnallocatedQuantityInStock(ProductSku, long) - Method in interface com.bea.alcs.service.order.AllocationService
Returns the unallocated quantity in the inventory.
getUnallocatedQuantityInStock(ProductSku, long) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Returns the unallocated quantity in the inventory.
getUnavailableCartItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the cart items that have been removed from the shopping cart because of they have run out of stock meanwhile.
getUnavailableCartItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the cart items that have been removed from the shopping cart because of they have run out of stock meanwhile.
getUnencryptedCardNumber() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
Decrypts and returns the full credit card number.
getUnencryptedCardNumber() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Decrypts and returns the full credit card number.
getUnencryptedCardNumber() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Decrypts and returns the full credit card number.
getUnencryptedCardNumber() - Method in interface com.bea.alcs.domain.order.OrderPayment
Decrypts and returns the full credit card number.
getUnitPrice() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the unit price for this sku.
getUnitPrice() - Method in interface com.bea.alcs.domain.order.OrderSku
Get the unit price for this sku.
getUnitPriceInternal() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the unit price for this sku.
getUnitPriceMoney(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Get the unit price as a Money object.
getUnitPriceMoney(Currency) - Method in interface com.bea.alcs.domain.order.OrderSku
Get the unit price as a Money object.
getUnitsLength() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the unit measurement of length.
getUnitsLength() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the unit measurement of length.
getUnitsWeight() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the unit measurement of weigth.
getUnitsWeight() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the unit measurement of weight.
getUpdateType() - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Gets the type of notification.
getUpdateType() - Method in interface com.bea.alcs.domain.search.IndexNotification
Gets the type of notification.
getUpperValue() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Returns the upper value of the filter.
getUpperValue() - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Returns the upper value of the filter.
getUrl() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Returns the url.
getUrl() - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Returns the url.
getUrl() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the url of the Store.
getUrl() - Method in interface com.bea.alcs.domain.store.Store
Gets the url of the Store.
getUrlFragment() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest.Breadcrumb
Returns the Url to this crumb.
getUrlFragment() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl.BreadcrumbImpl
Returns the query string down to this crumb.
getUrlFragmentWithoutThisCrumb() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest.Breadcrumb
Returns the Url fragment without this crumb.
getUrlFragmentWithoutThisCrumb() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl.BreadcrumbImpl
Returns the query string without this crumb.
getUrlPattern() - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter.CachingControlEntry
Returns the url pattern.
getUserId() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the user identifier for this Customer.
getUserId() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the user identifier for this Customer.
getUserId() - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Get the id of the customer who made the purchases.
getUserId() - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Get the id of the customer who made the purchases.
getUserId() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Returns the user Id.
getUserIdMode() - Method in interface com.bea.alcs.domain.ElasticPath
Return the mode to generate user Id.
getUserIdMode() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the mode to generate user Id.
getUserMaintainMode() - Method in interface com.bea.alcs.domain.ElasticPath
Return the user maintenance mode.
getUserMaintainMode() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the user maintenance mode.
getUserName() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the user name for this CmUser.
getUserName() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the user name for this CmUser.
getUsername() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Returns the username used to authenticate the user.
getUsername() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Returns the username used to authenticate the user.
getUserName() - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Get the user name for the connection.
getUserName() - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Get the user name for the connection.
getUserPermissions() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Gets the Permissions associated with this Role.
getUserPermissions() - Method in interface com.bea.alcs.domain.cmuser.UserRole
Gets the Permissions associated with this Role.
getUserRoleInUseUidList() - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Get the list of uids of UserRole used by existing CmUsers.
getUserRoleInUseUidList() - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Get the list of uids of UserRole used by existing CmUsers.
getUserRoles() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Gets the UserRoles associated with this CmUser.
getUserRoles() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Gets the UserRoles associated with this CmUser.
getUtility() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Returns the utility.
getUtility() - Method in interface com.bea.alcs.domain.ElasticPath
Returns the Utility instance.
getUtility() - Method in interface com.bea.alcs.domain.EpDomain
Returns the Utility singleton.
getUtility() - Method in class com.bea.alcs.domain.impl.AbstractEpDomainImpl
Returns the Utility singleton.
getUtility() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns the Utility instance.
getUtility() - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
 
getUtility() - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Returns the utility instance.
getUtility() - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Returns the utility instance.
getUtility() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns the Utility singleton.
getUtility() - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
 
getValidGiftCertificate(String) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Load the valid gift certificate with the given certificate code.
getValidGiftCertificate(String) - Method in interface com.bea.alcs.service.shoppingcart.ShoppingCartService
Load the valid gift certifcate with the given certificate code.
getValue(AttributeValueWithType) - Method in interface com.bea.alcs.domain.attribute.AttributeType
Gets the value object of the given attribute value instance.
getValue() - Method in interface com.bea.alcs.domain.attribute.AttributeUsage
Returns the attribute usage value.
getValue() - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Get the value of the attribute.
getValue(AttributeValueWithType) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Get the value object of the given attribute value instance.
getValue() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the value of the attribute.
getValue() - Method in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Returns the attribute usage value.
getValue(String, Locale) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Gets the value of the given property for the given locale.
getValue() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
Get the value.
getValue(String, Locale) - Method in interface com.bea.alcs.domain.misc.LocalizedProperties
Returns the value of the given property and locale.
getValue() - Method in interface com.bea.alcs.domain.misc.LocalizedPropertyValue
Get the value.
getValue() - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
Gets the value of this property.
getValue() - Method in interface com.bea.alcs.domain.payment.PaymentGatewayProperty
Gets the value of this property.
getValue() - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Get the parameter value.
getValue() - Method in interface com.bea.alcs.domain.rules.RuleParameter
Get the parameter value.
getValue() - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Get the parameter value.
getValue() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Get the parameter value.
getValue(String) - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Return the tax value.
getValue(String) - Method in interface com.bea.alcs.domain.tax.TaxRegion
Return the tax value.
getValueWithoutFallBack(String, Locale) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Gets the value of the given property for the given locale.
getValueWithoutFallBack(String, Locale) - Method in interface com.bea.alcs.domain.misc.LocalizedProperties
Gets the value of the given property for the given locale.
getVersion() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Gets version of this order return.
getVersion() - Method in interface com.bea.alcs.domain.order.OrderReturn
Gets version of this order return.
getViewedProducts() - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryImpl
Get a list of the most recently viewed products in the view history.
getViewedProducts() - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistory
Get a list of the most recently viewed products in the view history.
getViewHistory() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the View History of the user from the shopping cart.
getViewHistory() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the View History of the user from the shopping cart.
getWarehouse() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns the warehouse of import job.
getWarehouse() - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Returns the warehouse of import job.
getWarehouse() - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Get the warehouse.
getWarehouse() - Method in interface com.bea.alcs.domain.order.PickList
Get the warehouse.
getWarehouse() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets the first Warehouse for associated with the Store.
getWarehouse() - Method in interface com.bea.alcs.domain.store.Store
Gets the first Warehouse for associated with the Store.
getWarehouse(long) - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Gets a Warehouse with the given UID.
getWarehouse(long) - Method in interface com.bea.alcs.service.store.WarehouseService
Gets a Warehouse with the given UID.
getWarehouseCode() - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Gets the warehouse code this allocation is related to.
getWarehouseCode() - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Gets the warehouse code this allocation is related to.
getWarehouseImportDataTypes() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all warehouse import data types.
getWarehouseImportDataTypes() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all warehouse import data types.
getWarehouses() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Return all warehouses to which the user has access.
getWarehouses() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Return all warehouses to which the user has access.
getWarehouses() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets a list of Warehouses for associated with the Store.
getWarehouses() - Method in interface com.bea.alcs.domain.store.Store
Gets a list of Warehouses that fulfill orders made through this Store.
getWarehouseUid() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Gets the warehouseUid associated with inventory.
getWarehouseUid() - Method in interface com.bea.alcs.domain.catalog.Inventory
Gets the warehouseUid associated with inventory.
getWebInfPath() - Method in class com.bea.alcs.commons.util.impl.JUnitUtilityImpl
Return the absolute WEB-INF directory path.
getWebInfPath() - Method in interface com.bea.alcs.domain.ElasticPath
Return the absolute WEB-INF directory path.
getWebInfPath() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Return the absolute WEB-INF directory path.
getWeight() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns the weight.
getWeight() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns the weight.
getWeight() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Returns the shipping weight.
getWeight() - Method in interface com.bea.alcs.domain.order.OrderSku
Returns the shipping weight.
getWidth() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns the width.
getWidth() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns the width.
getWishListEmailProperties(WishListMessage, ShoppingCart) - Method in class com.bea.alcs.domain.misc.impl.WishListEmailPropertyHelperImpl
Sends the customers wishlist via e-mail to a list of recipients.
getWishListEmailProperties(WishListMessage, ShoppingCart) - Method in interface com.bea.alcs.domain.misc.WishListEmailPropertyHelper
Sends the customers wishlist via e-mail to a list of recipients.
getWishListItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the wishList items in the shopping cart.
getWishListItems() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the wish list items in the shopping cart.
getWithCategories(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Load the product with the given UID.
getWithCategories(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Load the product with the given UID.
getWithProduct(long) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Get the productSku with the given UID and load the parent product as well.
getWithProduct(long) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Get the productSku with the given UID and load the parent product as well.
getWrappedProduct() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Gets the wrapped product.
getWsUserOriginator(CmUser) - Method in interface com.bea.alcs.domain.event.EventOriginatorHelper
Create the event originator with the web service user.
getWsUserOriginator(CmUser) - Method in class com.bea.alcs.domain.event.impl.EventOriginatorHelperImpl
Create the event originator with the web service user.
getXID() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Gets XID.
getXID() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Gets XID.
getYearMap() - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Get a map of years for the Spring form input for credit card expiry.
getYearMap() - Method in interface com.bea.alcs.commons.util.Utility
Get a map of years for the Spring form input for credit card expiry.
getZipOrPostalCode() - Method in interface com.bea.alcs.domain.customer.Address
Gets the zip/postal code of this Address.
getZipOrPostalCode() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Gets the zip/postal code of this Address.
getZipOrPostalCode() - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Gets the zip or postal code of this WarehouseAddress.
getZipOrPostalCode() - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Gets the zip or postal code of this WarehouseAddress.
getZipOrPostalCode() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets zip or postal code depending on the applicability.
GIFT_CERTIFICATE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.impl.GiftCertificateImpl.
GIFT_CERTIFICATE_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.CustomerAddressFormBean.
GIFT_CERTIFICATE_ITEM - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shoppingcart.GiftCertificateItem.
GIFT_CERTIFICATE_PREFIX - Static variable in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
GIFT_CERTIFICATE PREFIX.
GIFT_CERTIFICATE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.GiftCertificateService.
GIFT_CERTIFICATE_TRANSACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.impl.GiftCertificateTransactionImpl.
GIFT_CERTIFICATE_TRANSACTION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.GiftCertificateTransactionService.
GiftCertificate - Interface in com.bea.alcs.domain.catalog
Represents Gift Certificate.
GiftCertificateCurrencyMismatchException - Exception in com.bea.alcs.domain.payment
This exception is thrown when currency of the shopping cart GC does not match.
GiftCertificateCurrencyMismatchException(String) - Constructor for exception com.bea.alcs.domain.payment.GiftCertificateCurrencyMismatchException
Constructor.
GiftCertificateEmailPropertyHelper - Interface in com.bea.alcs.domain.misc
Helper for constructing email properties.
GiftCertificateEmailPropertyHelperImpl - Class in com.bea.alcs.domain.misc.impl
Helper for processing email properties for gift certificate e-mails.
GiftCertificateEmailPropertyHelperImpl() - Constructor for class com.bea.alcs.domain.misc.impl.GiftCertificateEmailPropertyHelperImpl
 
GiftCertificateException - Exception in com.bea.alcs.domain.payment
Exception to throw if the some thing wrong on the gift certificate to complete the order.
GiftCertificateException(String) - Constructor for exception com.bea.alcs.domain.payment.GiftCertificateException
Constructor.
GiftCertificateImpl - Class in com.bea.alcs.domain.catalog.impl
This is the default implementation of the GiftCertificate.
GiftCertificateImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
GiftCertificateItem - Interface in com.bea.alcs.domain.shoppingcart
GiftCertificateItem interface.
GiftCertificateItemImpl - Class in com.bea.alcs.domain.shoppingcart.impl
Represents a gift certificate item in a shopping cart.
GiftCertificateItemImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
 
GiftCertificatePaymentGateway - Interface in com.bea.alcs.domain.payment
Represents a credit card payment processing gateway such as Verisign or Cybersource.
GiftCertificatePaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Payment gateway for Gift Certificate.
GiftCertificatePaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
 
GiftCertificatePaymentHandler - Class in com.bea.alcs.domain.payment.impl
Gift certificate payment handler.
GiftCertificatePaymentHandler() - Constructor for class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentHandler
 
GiftCertificateService - Interface in com.bea.alcs.service.catalog
Provides gift certificate related business services.
GiftCertificateServiceImpl - Class in com.bea.alcs.service.catalog.impl
 
GiftCertificateServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
 
GiftCertificateTransaction - Interface in com.bea.alcs.domain.payment
GiftCertificateTransaction gift certificate transaction.
GiftCertificateTransactionImpl - Class in com.bea.alcs.domain.payment.impl
The default implementation of GiftCertificateTransaction.
GiftCertificateTransactionImpl() - Constructor for class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
 
GiftCertificateTransactionService - Interface in com.bea.alcs.service.payment
Gift certificate transaction service.
GiftCertificateTransactionServiceImpl - Class in com.bea.alcs.service.payment.impl
Gift certificate transaction service implementation.
GiftCertificateTransactionServiceImpl() - Constructor for class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
 
GiftCertificateZeroBalanceException - Exception in com.bea.alcs.domain.payment
This exception is thrown when GC balance is less than zero.
GiftCertificateZeroBalanceException(String) - Constructor for exception com.bea.alcs.domain.payment.GiftCertificateZeroBalanceException
Constructor.
GlobalConstants - Class in com.bea.alcs.commons.constants
Contains all global constants.
GlobalConstants() - Constructor for class com.bea.alcs.commons.constants.GlobalConstants
 
GOOGLE_CHECKOUT_ERROR_SESSION - Static variable in class com.bea.alcs.commons.constants.WebConstants
googleCheckoutError object.
GoogleCallbackService - Interface in com.bea.alcs.service.shoppingcart
Provides google callback services.
GoogleCallbackServiceImpl - Class in com.bea.alcs.service.shoppingcart.impl
Provides a service to execute google callback related methods.
GoogleCallbackServiceImpl() - Constructor for class com.bea.alcs.service.shoppingcart.impl.GoogleCallbackServiceImpl
 
GoogleCheckoutAuthenticationDaoImpl - Class in com.bea.alcs.persistence.impl
Default implementation of Acegi's UserDetailsService, to integrate with Acegi Security framework for authentication and authorization.
GoogleCheckoutAuthenticationDaoImpl() - Constructor for class com.bea.alcs.persistence.impl.GoogleCheckoutAuthenticationDaoImpl
 
GoogleCheckoutPaymentGateway - Interface in com.bea.alcs.domain.payment
The interface of GoogleCheckoutPaymentGateway.
GoogleCheckoutPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
The default implementation of GoogleCheckoutPaymentGateway.
GoogleCheckoutPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
 
GoogleCheckoutService - Interface in com.bea.alcs.service.shoppingcart
Provides checkout-related services.
GoogleCheckoutServiceImpl - Class in com.bea.alcs.service.shoppingcart.impl
Provides a service to execute a shopping cart checkout.
GoogleCheckoutServiceImpl() - Constructor for class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
 
GooglePaymentHandler - Class in com.bea.alcs.domain.payment.impl
Google checkout handler.
GooglePaymentHandler() - Constructor for class com.bea.alcs.domain.payment.impl.GooglePaymentHandler
 
grant(Principal) - Method in class com.bea.alcs.service.auth.impl.CustomerAuthorityGranterImpl
Grants the Customer roles to the Customer principal returned by JAAS.
greaterThan(Money) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Returns true if this money object is greater than the specified other money object.
greaterThan(Money) - Method in interface com.bea.alcs.domain.misc.Money
Returns true if this money object is greater than the specified other money object.
GroupExistException - Exception in com.bea.alcs.service.customer
The exception for group with a certain name already exists.
GroupExistException(String) - Constructor for exception com.bea.alcs.service.customer.GroupExistException
Creates a new GroupExistException object with the given message.
GroupExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.customer.GroupExistException
Creates a new GroupExistException object using the given message and cause exception.
groupExists(String) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Check the given customer group's name exists or not.
groupExists(CustomerGroup) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Check if a different customer group with the given customer group's name exists exists or not.
groupExists(String) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Check the given customer group's name exists or not.
groupExists(CustomerGroup) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Check if a different customer group with the given customer group's name exists exists or not.
GUID_LENGTH - Static variable in class com.bea.alcs.domain.impl.AbstractEntityImpl
GUID field length for persistence.
guidExists(String) - Method in interface com.bea.alcs.service.catalog.CategoryService
Checks whether the given category GUID exists or not, for category, i.e.
guidExists(String) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Checks whether the given category GUID exists or not, for category, i.e.
guidExists(String) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Checks whether the given product guid exists or not, for product, i.e.
guidExists(String) - Method in interface com.bea.alcs.service.catalog.ProductService
Checks whether the given product guid exists or not, for product, i.e.

H

hasDependentCartItem(String) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Returns true if this CartItem has another cart items that depend on it which matches the supplied skuCode.
hasDependentCartItem(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Returns true if this CartItem has another cart items that depend on it which matches the supplied skuCode.
hasDependentCartItems() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Returns true if this CartItem has other cart items that depend on it such that the dependent items cannot exist in the cart on their own.
hasDependentCartItems() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Returns true if this CartItem has other cart items that depend on it such that the dependent items cannot exist in the cart on their own.
hashCode() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Calculate hashcode based on Locale's hashcode as the locale uniquely identifies a LDF object.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Hash code method.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Hash code.
hashCode() - Method in class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
Hash code.
hashCode() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
Returns the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Returns the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Returns the hash code.
hashCode() - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Returns the hash code.
hashCode() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
hashCode() - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
hashCode() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
hashCode() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
working with equals.
hashCode() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
hashCode() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
hashCode() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
hashCode() - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
hashCode() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Generate the hashcode for this object based on the shipment number and type.
hashCode() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Calculate a hashcode based on the RMA code which uniquely identifies this object.
hashCode() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
hashCode() - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Had to override the equals to make sure that persistence layer wouldn't insert and delete these value objects upon initialization.
hashCode() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Generate the hashcode for this object based on the shipment number and type.
hashCode() - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
hashCode() - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
hashCode() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
Creates the hashCode based on the contained GC.
hashCode() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartItemImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListItemImpl
Return the hash code.
hashCode() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
hashCode() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
hashCode() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
hashCode() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
hashCode() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
hashCode() - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Generate the hash code.
hashCode() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
hasMultipleSkus() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns true if the product has multiple SKUs.
hasMultipleSkus() - Method in interface com.bea.alcs.domain.catalog.Product
Returns true if the product has multiple SKUs.
hasMultipleSkus() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns true if the product has multiple SKUs.
hasPassedRuleEngine() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Return true if this product has passed rule engine.
hasPassedRuleEngine() - Method in interface com.bea.alcs.domain.catalog.Product
Return true if this product has passed rule engine.
hasPassedRuleEngine() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Return true if this product has passed rule engine.
hasPermission(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Return a boolean that indicates whether this CmUser has the permission with the given authority value.
hasPermission(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Return a boolean that indicates whether this CmUser has been granted the given authority value, whether as a UserRole or as a UserPermission.
hasPriceTiers() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Check if the product has price tiers.
hasPriceTiers() - Method in interface com.bea.alcs.domain.catalog.Price
Check if the product has price tiers.
hasProduct(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Check if the category has product.
hasProduct(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Check if the category has product.
hasProductsInCategory(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Quick check if category contains any Products without loading products.
hasProductsInCategory(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Quick check if category contains any Products without loading products.
hasSubCategories(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Query if the category has sub categories.
hasSubCategories(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Query if the category has sub categories.
hasSubtotalDiscount() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Checks whether a discount has been applied.
hasSubtotalDiscount() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Returns true if an order subtotal discount has been applied.
hasSubtotalDiscount() - Method in interface com.bea.alcs.domain.order.Order
Returns true if an order subtotal discount has been applied.
hasSubtotalDiscount() - Method in interface com.bea.alcs.domain.order.OrderShipment
Checks whether a discount has been applied.
hasSubtotalDiscount() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns true if an order subtotal discount has been applied.
hasSubtotalDiscount() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns true if an order subtotal discount has been applied.
hasSufficientInventory(Inventory, int, AvailabilityCriteria) - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Returns true if there is sufficient stock of this Inventory to sell the specified quantity of items.
hasSufficientInventory() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Returns true if there is sufficent stock to sell this cart item (in the quantity set in the CartItem).
hasSufficientInventory() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Returns true if there is sufficient stock to sell this cart item (in the quantity set in the CartItem).
hasSufficientInventory() - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
Always returns true because gift certificates don't have a concept of inventory.
hasSufficientInventory(ProductSku, long, int) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Returns true if there is sufficient stock of this Inventory to sell the specified quantity of items.
hasSufficientInventory(ProductSku, long, int) - Method in interface com.bea.alcs.service.catalog.InventoryService
Returns true if there is sufficient stock of this Inventory to sell the specified quantity of items.
hasSufficientUnallocatedQty(ProductSku, long, int) - Method in interface com.bea.alcs.service.order.AllocationService
Returns true if there is sufficient unallocated quantity in the inventory or on pre/back order.
hasSufficientUnallocatedQty(ProductSku, long, int) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Checks the amount of unallocated pre/back order limit (if applicable) and inventory state of the given product SKU.
hasUserRole(long) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Return a boolean that indicates whether this CmUser has the userRole with the given userRoleID.
hasUserRole(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Return a boolean that indicates whether this CmUser has the userRole with the given name.
hasUserRole(long) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Return a boolean that indicates whether this CmUser has the userRole with the given userRoleID.
hasUserRole(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Return a boolean that indicates whether this CmUser has the userRole with the given name.
holdOrder() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the order status to ONHOLD.
holdOrder() - Method in interface com.bea.alcs.domain.order.Order
Sets the order status to ONHOLD.
holdOrder(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Places a hold on an order.
holdOrder(Order) - Method in interface com.bea.alcs.service.order.OrderService
Put a hold on an order.

I

IdentityServiceException - Exception in com.bea.alcs.service.auth
This exception will be thrown if any errors occur in the IdentityService methods.
IdentityServiceException(String, Throwable) - Constructor for exception com.bea.alcs.service.auth.IdentityServiceException
Creates a new IdentityServiceException object using the given message and cause exception.
IdentityServiceException(String) - Constructor for exception com.bea.alcs.service.auth.IdentityServiceException
Creates a new IdentityServiceException object using the given message.
IllegalReturnStateException - Exception in com.bea.alcs.service.order
The exception is thrown at attempt to provide some operation over OrderReturn object when latter is in incorrect state.
IllegalReturnStateException(String) - Constructor for exception com.bea.alcs.service.order.IllegalReturnStateException
Creates a new IllegalReturnStateException object.
IllegalReturnStateException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.IllegalReturnStateException
Creates a new IllegalReturnStateException object.
IMAGE - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The attribute type for any images for display.
IMAGE_RENDER_REQUEST - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.ImageRenderRequest.
IMAGE_RENDER_RESPONSE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.ImageRenderResponse.
IMAGE_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for image.
ImageRenderRequest - Interface in com.bea.alcs.domain.misc
Represents a request to render a image.
ImageRenderRequestImpl - Class in com.bea.alcs.domain.misc.impl
A default implemenation of ImageRenderRequest.
ImageRenderRequestImpl() - Constructor for class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
 
ImageRenderResponse - Interface in com.bea.alcs.domain.misc
Represents a response to render a image.
ImageRenderResponseImpl - Class in com.bea.alcs.domain.misc.impl
Represents a response to render a image.
ImageRenderResponseImpl() - Constructor for class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
 
ImageService - Interface in com.bea.alcs.service.misc
Provides image rendering service.
ImageServiceImpl - Class in com.bea.alcs.service.misc.impl
Provides image rendering service.
ImageServiceImpl() - Constructor for class com.bea.alcs.service.misc.impl.ImageServiceImpl
 
IMPORT_BAD_ROW - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.ImportBadRow.
IMPORT_DATA_TYPE - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the import data types in a request.
IMPORT_DATA_TYPE_CATEGORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl.
IMPORT_DATA_TYPE_CUSTOMER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl.
IMPORT_DATA_TYPE_CUSTOMER_ADDRESS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeustomerAddressImpl.
IMPORT_DATA_TYPE_DIGITAL_ASSET - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeDigitalAssetImpl.
IMPORT_DATA_TYPE_INVENTORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeustomerAddressImpl.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
An import data type message key.
IMPORT_DATA_TYPE_MESSAGE_KEY - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
An import data type message key.
IMPORT_DATA_TYPE_PRODUCT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.
IMPORT_DATA_TYPE_PRODUCT_ASSOCIATION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl.
IMPORT_DATA_TYPE_PRODUCT_CATEGORY_ASSOCIATION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl.
IMPORT_DATA_TYPE_PRODUCT_PRICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl.
IMPORT_DATA_TYPE_PRODUCT_SKU - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl.
IMPORT_DATA_TYPE_PRODUCT_SKU_PRICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl.
IMPORT_DIRECTORY_NAME - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The import directory name.
IMPORT_ERROR_REPORT_SUFFIX - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The suffix of the error report file.
IMPORT_FAULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.ImportFault.
IMPORT_FILE - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the import file in a request.
IMPORT_JOB - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.ImportJob.
IMPORT_JOB_RUNNER_CATEGORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.ImportJobRunnerCategoryImpl.
IMPORT_JOB_RUNNER_CUSTOMER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.ImportJobRunnerCustomerImpl.
IMPORT_JOB_RUNNER_PRODUCT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.ImportJobRunnerProductImpl.
IMPORT_LEFT_OVER_SUFFIX - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The suffix of the leftover rows file.
IMPORT_NULL_VALUES - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The strings to express null in import data files.
IMPORT_RUNNING_JOB - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.ImportRunningJob.
IMPORT_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.impl.ImportServiceImpl.
IMPORT_STEP1_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.formBean.ImportStep1FormBean.
IMPORT_STEP2_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.formBean.ImportStep2FormBean.
IMPORT_STEP3_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.formBean.ImportStep3FormBean.
IMPORT_STEP5_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.formBean.ImportStep5FormBean.
IMPORT_STEP6_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.formBean.ImportStep6FormBean.
IMPORT_TYPE - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the import types in a request.
ImportBadRow - Interface in com.bea.alcs.domain.dataimport
Represents an import bad row.
ImportBadRowImpl - Class in com.bea.alcs.domain.dataimport.impl
Represents an import bad row.
ImportBadRowImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
 
ImportConstants - Class in com.bea.alcs.commons.constants
Contains all constants used by the import manager.
ImportConstants() - Constructor for class com.bea.alcs.commons.constants.ImportConstants
 
ImportDataType - Interface in com.bea.alcs.domain.dataimport
Represents an import data type.
ImportDataTypeCategoryImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import Category.
ImportDataTypeCategoryImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
 
ImportDataTypeCustomerAddressImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import Customer.
ImportDataTypeCustomerAddressImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
 
ImportDataTypeCustomerImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import Customer.
ImportDataTypeCustomerImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
 
ImportDataTypeInventoryImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import Inventory.
ImportDataTypeInventoryImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
 
ImportDataTypeProductAssociationImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import ProductAssociation.
ImportDataTypeProductAssociationImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
 
ImportDataTypeProductCategoryAssociationImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import ProductCategory.
ImportDataTypeProductCategoryAssociationImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
 
ImportDataTypeProductImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import Product.
ImportDataTypeProductImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
 
ImportDataTypeProductImpl.AbstractImportFieldPriceImpl - Class in com.bea.alcs.domain.dataimport.impl
An abstract ImportField for prices.
ImportDataTypeProductImpl.AbstractImportFieldPriceImpl(String, String, boolean, boolean, Currency) - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.AbstractImportFieldPriceImpl
The default constructor.
ImportDataTypeProductImpl.ImportFieldProductDefaultCategory - Class in com.bea.alcs.domain.dataimport.impl
ImportField class implementation for a product's default category.
ImportDataTypeProductImpl.ImportFieldProductDefaultCategory(String, String, boolean, boolean) - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.ImportFieldProductDefaultCategory
The default constructor.
ImportDataTypeProductPriceImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import ProductPrice.
ImportDataTypeProductPriceImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
 
ImportDataTypeProductSkuImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import ProductSku.
ImportDataTypeProductSkuImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
 
ImportDataTypeProductSkuPriceImpl - Class in com.bea.alcs.domain.dataimport.impl
Defines fields and necessary information to import SkuPrice.
ImportDataTypeProductSkuPriceImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
 
ImportEmailPropertyHelper - Interface in com.bea.alcs.domain.misc
Helper for constructing email properties.
ImportEmailPropertyHelperImpl - Class in com.bea.alcs.domain.misc.impl
Helper for processing email properties for Import Job e-mails.
ImportEmailPropertyHelperImpl() - Constructor for class com.bea.alcs.domain.misc.impl.ImportEmailPropertyHelperImpl
 
ImportFault - Interface in com.bea.alcs.domain.dataimport
Represents an import fault.
ImportFaultImpl - Class in com.bea.alcs.domain.dataimport.impl
Represents a default implementation of ImportFault.
ImportFaultImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
 
ImportField - Interface in com.bea.alcs.domain.dataimport
Represents an import field.
ImportGuidHelper - Interface in com.bea.alcs.service.dataimport
This helper service provides the ability to load various entity by th given guid.
ImportGuidHelperImpl - Class in com.bea.alcs.service.dataimport.impl
This helper service provides the ability to load various entity by the given guid.
ImportGuidHelperImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
 
ImportJob - Interface in com.bea.alcs.domain.dataimport
Represents a import job.
ImportJobExistException - Exception in com.bea.alcs.service.dataimport
The exception for an import job that already exists.
ImportJobExistException(String) - Constructor for exception com.bea.alcs.service.dataimport.ImportJobExistException
Creates a new ImportJobExistException object with the given message.
ImportJobExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.dataimport.ImportJobExistException
Creates a new ImportJobExistException object using the given message and cause exception.
ImportJobImpl - Class in com.bea.alcs.domain.dataimport.impl
A default implementation of ImportJob.
ImportJobImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
 
ImportJobRunner - Interface in com.bea.alcs.service.dataimport
Represents an import job runner.
ImportJobRunnerCategoryImpl - Class in com.bea.alcs.service.dataimport.impl
An import runner to import categories.
ImportJobRunnerCategoryImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCategoryImpl
 
ImportJobRunnerCustomerImpl - Class in com.bea.alcs.service.dataimport.impl
An import runner to import Customers.
ImportJobRunnerCustomerImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCustomerImpl
 
ImportJobRunnerInventoryImpl - Class in com.bea.alcs.service.dataimport.impl
An import runner to import product sku inventory into warehouses.
ImportJobRunnerInventoryImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportJobRunnerInventoryImpl
 
ImportJobRunnerProductAssociationImpl - Class in com.bea.alcs.service.dataimport.impl
An import runner to import product associations.
ImportJobRunnerProductAssociationImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductAssociationImpl
 
ImportJobRunnerProductImpl - Class in com.bea.alcs.service.dataimport.impl
An import runner to import products.
ImportJobRunnerProductImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductImpl
 
ImportJobRunnerProductPriceImpl - Class in com.bea.alcs.service.dataimport.impl
Provides special behaviour when importing a ProductPrice.
ImportJobRunnerProductPriceImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductPriceImpl
 
ImportJobRunnerProductSkuImpl - Class in com.bea.alcs.service.dataimport.impl
An import runner to import products.
ImportJobRunnerProductSkuImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductSkuImpl
 
ImportMapping - Interface in com.bea.alcs.domain.dataimport
Represents one import mapping between an import field and an import column.
ImportMappingImpl - Class in com.bea.alcs.domain.dataimport.impl
A default implementation of ImportMapping.
ImportMappingImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
 
importOneRow(String[], PersistenceSession) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductAssociationImpl
Imports one row of the import file into the database as a new ProductAssociation.
ImportRunningJob - Interface in com.bea.alcs.domain.dataimport
Represents a running import job.
ImportRunningJobImpl - Class in com.bea.alcs.domain.dataimport.impl
Represents a running import job.
ImportRunningJobImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
 
ImportService - Interface in com.bea.alcs.service.dataimport
Provide services of the import manager.
ImportServiceImpl - Class in com.bea.alcs.service.dataimport.impl
A default implementation of ImportService.
ImportServiceImpl() - Constructor for class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
 
ImportType - Interface in com.bea.alcs.domain.dataimport
Represents a import type.
IncorrectRefundAmountException - Exception in com.bea.alcs.service.order
The exception for shipping region with a certain name already exists.
IncorrectRefundAmountException(String) - Constructor for exception com.bea.alcs.service.order.IncorrectRefundAmountException
Creates a new ShippingRegionExistException object with the given message.
IncorrectRefundAmountException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.IncorrectRefundAmountException
Creates a new ShippingRegionExistException object using the given message and cause exception.
INDEPENDANT_EMAIL_AND_USER_ID_MODE - Static variable in class com.bea.alcs.commons.constants.WebConstants
the user id mode.
INDEX_NOTIFICATION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of IndexNotification.
INDEX_NOTIFICATION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of IndexNotificationService.
INDEX_SEARCH_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for com.bea.alcs.service.index.impl.indexSearchServiceImpl.
IndexNotification - Interface in com.bea.alcs.domain.search
Represents a notification of a type of index that needs to be updated.
IndexNotification.AffectedEntityType - Class in com.bea.alcs.domain.search
Holds known types of affected entities.
IndexNotification.AffectedEntityType() - Constructor for class com.bea.alcs.domain.search.IndexNotification.AffectedEntityType
 
IndexNotificationImpl - Class in com.bea.alcs.domain.search.impl
Default implementation of IndexNotification.
IndexNotificationImpl() - Constructor for class com.bea.alcs.domain.search.impl.IndexNotificationImpl
 
IndexNotificationService - Interface in com.bea.alcs.service.search
Provides index related services that notifies indexers of certain milestones.
IndexNotificationServiceImpl - Class in com.bea.alcs.service.search.impl
Default implementation of IndexNotificationService.
IndexNotificationServiceImpl() - Constructor for class com.bea.alcs.service.search.impl.IndexNotificationServiceImpl
 
IndexProduct - Interface in com.bea.alcs.service.catalogview
Product extension to Product used by indexing service.
IndexProductImpl - Class in com.bea.alcs.service.catalogview.impl
Implementation for the index product.
IndexProductImpl(Product) - Constructor for class com.bea.alcs.service.catalogview.impl.IndexProductImpl
Constructor.
IndexSearchResult - Interface in com.bea.alcs.service.search.index
Represents a object that holds search information including the results (for a particular page).
IndexSearchService - Interface in com.bea.alcs.service.search.index
Provides services to search index.
IndexType - Enum in com.bea.alcs.service.search
An enumeration of the search index types EP uses.
IndexUtility - Interface in com.bea.alcs.service.search.solr
Helper methods for indexing and searching.
IndexUtilityImpl - Class in com.bea.alcs.service.search.solr
Default implementation of IndexUtility.
IndexUtilityImpl() - Constructor for class com.bea.alcs.service.search.solr.IndexUtilityImpl
 
INFINITE_CHILD_CATEGORY_DEPTH - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for specifying an infinite child category depth.
INIFINITE_PARENT_CATEGORY_DEPTH - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for specifying an infinite parent category depth.
init(FilterConfig) - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter
Called by the web container to indicate to a filter that it is being placed into service.
init(FilterConfig) - Method in class com.bea.alcs.commons.filter.impl.EncodingFilter
Called by the web container to indicate to a filter that it is being placed into service.
init(FilterConfig) - Method in class com.bea.alcs.commons.filter.impl.LogoutFilter
Not called as we use spring IoC.
init() - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
Initializes the UserPermission object given its authority.
init() - Method in interface com.bea.alcs.domain.cmuser.UserPermission
Initializes the UserPermission object given its authority.
init() - Method in interface com.bea.alcs.domain.customer.CustomerRole
Initializes the CustomerRole object given its authority.
init() - Method in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
Initializes the CustomerRole object given its authority.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Initialize the category import type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Initialize the category import type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Initialize the Customer import data type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
This is value object.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Initialize the product import type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Initialize the product price import type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Initialize the product import type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Initialize the product price import type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Initialize the product import type.
init(Object) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Initialize the product price import type.
init(Object) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Initialize the import data type based on the given base object.
init(Address) - Method in class com.bea.alcs.domain.order.impl.OrderAddressImpl
Initialize this order address with the information from the specified customer address.
init(Address) - Method in interface com.bea.alcs.domain.order.OrderAddress
Initialize this order address with the information from the specified customer address.
init() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Initializes the shopping cart.
init() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Initializes the shopping cart.
init() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Initializes the shopping cart.
init() - Method in interface com.bea.alcs.service.ElasticPathService
Initialize the elastic path context.
init() - Method in class com.bea.alcs.service.impl.ElasticPathServiceImpl
Initialize the elastic path context.
initForSf() - Method in interface com.bea.alcs.service.ElasticPathService
Initialize the elastic path context for StoreFront extra stuff.
initForSf() - Method in class com.bea.alcs.service.impl.ElasticPathServiceImpl
Initialize the elastic path context for StoreFront extra stuff.
initialize(String) - Method in interface com.bea.alcs.domain.catalogview.Filter
Sets the filter id and initialize the filter.
initialize(String) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
 
initialize(String) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Initialized the filter.
initialize(String) - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Sets the id of the filter.
initialize(String) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Sets the id of the filter.
initialize(String) - Method in class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
Sets the filter id and initialize the filter.
initialize(String) - Method in class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
Sets the filter id and initialize the filter.
initialize(String) - Method in class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
Sets the filter id and initialize the filter.
initialize(String) - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Initialize the different price tiers.
initialize(String) - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Initialize the different price tiers.
initialize(Locale) - Method in interface com.bea.alcs.domain.misc.DisplayNameComparator
Intialize the comparaor with the given locale.
initialize(Locale) - Method in class com.bea.alcs.domain.misc.impl.DisplayNameComparatorImpl
Intialize the comparator with the given locale.
initialize(Currency) - Method in class com.bea.alcs.domain.misc.impl.ProductLowestPriceComparatorImpl
Intialize the comparaor with the given currency.
initialize(Currency) - Method in interface com.bea.alcs.domain.misc.ProductLowestPriceComparator
Intialize the comparaor with the given currency.
initialize(Rule) - Method in interface com.bea.alcs.domain.rules.AppliedRule
Initialize the AppliedRule from the given Rule.
initialize(Rule) - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Initialize the AppliedRule from the given Rule.
initialize(Object) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Initialize the given object.
initialize(Object) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Initialize the given object.
initialize(CategoryType) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Initialize (fill in) category attributes for the given CategoryType.
initialize(CategoryType) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Initialize (fill in) category attributes for the given CategoryType.
initialize(ProductType) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Initialize (fill in) category attributes for the given ProductType.
initialize(ProductType) - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Initialize (fill in) category attributes for the given ProductType.
initializeFullAttributeValues() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Initialize the full attribute set based on the product variation type.
initializeNewShipmentPayment(OrderShipment, OrderPayment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Handles payments on adding a new shipment.
initializeNewShipmentPayment(OrderShipment, OrderPayment) - Method in interface com.bea.alcs.service.payment.PaymentService
Handles payments on adding a new shipment.
initializeOrderAndOrderShipments() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets up all the shipments after load or update occurs on order object.
initializePayments(Order, OrderPayment, Collection<GiftCertificate>) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Creates authorization order payments and processes them using the appropriate payment gateways.
initializePayments(Order, OrderPayment, Collection<GiftCertificate>) - Method in interface com.bea.alcs.service.payment.PaymentService
Creates authorization order payments and processes them using the appropriate payment gateways.
initializePriceTier() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Initialize the price tier.
initializePriceTier() - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
Initialize the price tier.
initializePriceTier() - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
Initialize the price tier.
initializeWithCode(String) - Method in interface com.bea.alcs.domain.catalogview.BrandFilter
Initializes the filter with the brand code.
initializeWithCode(String) - Method in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Initializes the filter with the brand code.
initializeWithUid(long) - Method in interface com.bea.alcs.domain.catalogview.CategoryFilter
Initializes the filter with a UID.
initializeWithUid(long) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Initializes the filter with a UID.
initImportDataTypeLocalesAndCurrencies(ImportDataType, ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Initialize locales for importDataType.
initImportDataTypeLocalesAndCurrencies(ImportDataType, ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Initialize locales for importDataType.
INSERT_ID - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Import type id of the insert import.
INSERT_TYPE - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
The insert import type.
INSERT_UPDATE_ID - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Import type id of the insert and update import.
INSERT_UPDATE_TYPE - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
The insert and update import type.
INSUFFICIENT_FUND_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Insufficient fund error.
INSUFFICIENT_FUND_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayPalExpressSession
Insufficient fund error.
INSUFFICIENT_INVENTORY_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Insufficient inventory error .
INSUFFICIENT_INVENTORY_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayPalExpressSession
Insufficient inventory error.
InsufficientFundException - Exception in com.bea.alcs.domain.payment
Exception to throw if the credit card has insufficient fund to complete the order.
InsufficientFundException(String) - Constructor for exception com.bea.alcs.domain.payment.InsufficientFundException
Constructor.
InsufficientGiftCertificateBalanceException - Exception in com.bea.alcs.domain.payment
Exception to throw if the gift certificate has insufficient fund to complete the order.
InsufficientGiftCertificateBalanceException(String) - Constructor for exception com.bea.alcs.domain.payment.InsufficientGiftCertificateBalanceException
Constructor.
InsufficientInventoryException - Exception in com.bea.alcs.domain.catalog
This exception is thrown when a an unspecified error occurs while processing the given card information.
InsufficientInventoryException(String) - Constructor for exception com.bea.alcs.domain.catalog.InsufficientInventoryException
Constructor.
int2String(int) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert an int value to a String object.
int2String(int) - Method in interface com.bea.alcs.commons.util.Utility
Convert an int value to a String object.
INTEGER - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
The attribute type of a non-decimal number.
INTEGER_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for integer.
INVALID_ADDRESS_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Invalid Address error.
INVALID_CVV2_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Invalid CVV2 error.
InvalidAddressException - Exception in com.bea.alcs.domain.payment
Exception to throw if the shipping/billing address is invalid.
InvalidAddressException(String) - Constructor for exception com.bea.alcs.domain.payment.InvalidAddressException
Constructor.
InvalidCVV2Exception - Exception in com.bea.alcs.domain.payment
This exception is thrown when CVV2 does not match with Credit Card.
InvalidCVV2Exception(String) - Constructor for exception com.bea.alcs.domain.payment.InvalidCVV2Exception
Constructor.
InvalidShipmentStateException - Exception in com.bea.alcs.service.order
Exception is thrown when order shipment is in an invalid state.
InvalidShipmentStateException(String) - Constructor for exception com.bea.alcs.service.order.InvalidShipmentStateException
The constructor.
InvalidShipmentStateException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.InvalidShipmentStateException
The constructor.
InvalidUnlockerException - Exception in com.bea.alcs.service.order.impl
Exception is thrown when order lock to be released was obtained not by user that is unlocking the order.
InvalidUnlockerException(String) - Constructor for exception com.bea.alcs.service.order.impl.InvalidUnlockerException
The constructor.
InvalidUnlockerException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.impl.InvalidUnlockerException
The constructor.
INVENTORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.Inventory.
Inventory - Interface in com.bea.alcs.domain.catalog
Represents inventory information about a ProductSku.
INVENTORY_AUDIT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.InventoryAudit.
INVENTORY_AUDIT_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.catalog.InventoryAuditService.
INVENTORY_COMMAND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.InventoryCommand.
INVENTORY_EVENT_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.InventoryEventResult.
INVENTORY_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.InventoryService.
InventoryAllocation - Interface in com.bea.alcs.domain.order
Represents stock allocated to a specific order sku for a specific warehouse and the status of the allocation.
InventoryAllocationImpl - Class in com.bea.alcs.domain.order.impl
Represents stock allocated to a specific order sku for a specific warehouse and the status of the allocation.
InventoryAllocationImpl() - Constructor for class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
 
InventoryAudit - Interface in com.bea.alcs.domain.catalog
Represents logging information about changes to Inventory.
InventoryAuditImpl - Class in com.bea.alcs.domain.catalog.impl
Represents logging information about changes to Inventory.
InventoryAuditImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
InventoryAuditService - Interface in com.bea.alcs.service.catalog
Provides inventory auditing services.
InventoryAuditServiceImpl - Class in com.bea.alcs.service.catalog.impl
Provides inventory auditing services.
InventoryAuditServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.InventoryAuditServiceImpl
 
InventoryCommand - Interface in com.bea.alcs.domain.catalog
The command pattern for processing the inventory event..
InventoryCommandImpl - Class in com.bea.alcs.domain.catalog.impl
The command pattern for processing the inventory event..
InventoryCommandImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
 
InventoryEventResult - Interface in com.bea.alcs.domain.catalog
Represents the processing result on the Inventory update event.
InventoryEventResultImpl - Class in com.bea.alcs.domain.catalog.impl
Represents the processing result on the Inventory update event.
InventoryEventResultImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
 
InventoryEventType - Enum in com.bea.alcs.domain.catalog
InventoryEventType defines what kind of changes happened to the Inventory.
InventoryImpl - Class in com.bea.alcs.domain.catalog.impl
Represents inventory information about a ProductSku.
InventoryImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.InventoryImpl
 
InventoryListener - Interface in com.bea.alcs.service.catalog
Inventory listener notifying all the interesting parties in a particular event.
InventoryMessage - Enum in com.bea.alcs.service.catalogview.impl
Defines message codes for inventory availability.
InventoryService - Interface in com.bea.alcs.service.catalog
Provides inventory-related services.
InventoryServiceImpl - Class in com.bea.alcs.service.catalog.impl
Provides inventory-related services.
InventoryServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
 
invoke(MethodInvocation) - Method in class com.bea.alcs.service.interceptor.ValidateInterceptor
Validate the arguments to service calls if it is a domain object.
is3DSecureEnrolled() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Whether the account is enrolled with the 3D Secure scheme or not.
is3DSecureEnrolled() - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Whether the account is enrolled with the 3D Secure scheme or not.
IS_CHECKOUT_SIGN_IN - Static variable in class com.bea.alcs.commons.constants.WebConstants
Indicates that the user is signing in as part of the checkout process.
IS_SECURE - Static variable in class com.bea.alcs.commons.constants.WebConstants
Variable indicates if the url is http or https.
isAccessible(CmUser, Store) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Check if given store is accessible for given user.
isAccessible(CmUser, Catalog) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Check if given catalog is accessible for given user.
isAccessible(CmUser, Warehouse) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Check if given catalog is accessible for given user.
isAccessible(CmUser, Store) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Check if given store is accessible for given user.
isAccessible(CmUser, Catalog) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Check if given catalog is accessible for given user.
isAccessible(CmUser, Warehouse) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Check if given catalog is accessible for given user.
isAccountNonExpired() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Indicates whether the user's account has expired.
isAccountNonExpired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Indicates whether the user's account has expired.
isAccountNonLocked() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Indicates whether the user is locked or unlocked.
isAccountNonLocked() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Indicates whether the user is locked or unlocked.
isActive() - Method in class com.bea.alcs.domain.order.impl.PickListImpl
True if this PickList is active.
isActive() - Method in interface com.bea.alcs.domain.order.PickList
True if this PickList is active.
isActiveOnly() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Returns true if searching only for active categories.
isActiveOnly() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Returns true if searching only for active products.
isAllCatalogsAccess() - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
isAllCatalogsAccess() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
True if this CmUser has access to all categories.
isAllCategoryFilters() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Check if all filters are category filters in the browsing request.
isAllCategoryFilters() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Check if all filters are category filters in the browsing request.
isAllocated() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Convenience method to check if system has allocated inventory for this order sku.
isAllocated() - Method in interface com.bea.alcs.domain.order.OrderSku
Convenience method to check if system has allocated inventory for this order sku.
isAllStoresAccess() - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
isAllStoresAccess() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
True if this CmUser has access to all stories.
isAllWarehousesAccess() - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
isAllWarehousesAccess() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
True if this CmUser has access to all warehouses.
isAlphaNumeric(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns true if the given string is all alphanumeric characters.
isAlphaNumeric(String) - Method in interface com.bea.alcs.commons.util.Utility
Returns true if the given string is all alphanumeric characters.
isAnonymous() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the flag indicating whether this customer is anonymous or not.
isAnonymous() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the flag indicating whether this customer is anonymous or not.
isAssociationInCatalog(ProductAssociation) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Determine whether a product association is between products that are currently in the association's catalog.
isAssociationInCatalog(ProductAssociation) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Determine whether a product association is between products that are currently in the association's catalog.
isAttributeFilterEnabled() - Method in interface com.bea.alcs.domain.ElasticPath
check the attributeFilter is enabled.
isAttributeFilterEnabled() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
check the attributeFilter is enabled.
isAvailable() - Method in interface com.bea.alcs.domain.catalog.Category
Returns true if the category is available.
isAvailable() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns true if the category is available to be displayed.
isAvailable() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns true if the category is available to be displayed.
isAvailable() - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Returns true if the product is available for purchase.
isAvailable() - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Returns true if the product is available for purchase.
isAvailable(String) - Method in class com.bea.alcs.service.catalogview.impl.IndexProductImpl
Returns availability for a specific store with a storeCode.
isAvailable(String) - Method in interface com.bea.alcs.service.catalogview.IndexProduct
Returns true if the product is available for purchase from the given storeCode.
isBelongToCategory(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns true if this product is belong to (right under) this category.
isBelongToCategory(long) - Method in interface com.bea.alcs.domain.catalog.Product
Returns true if this product is belong to (right under) this category.
isBelongToCategory(long) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns true if this product is belong to (right under) this category.
isBrandGuidExist(String, String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Return true if the given brand guid exist.
isBrandGuidExist(String, String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Return true if the given brand guid exist for the catalog with the given catalog UID.
isCanceled() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns true if the job is canceled, otherwise, false.
isCanceled() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns true if the job is canceled, otherwise, false.
isCanceled() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns true if the running job is finished, otherwise, false.
isCanceled() - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns true if the running job is canceled, otherwise, false.
isCancellable() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Determines whether or not this shipment is in a state that allows it to be cancelled.
isCancellable() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Determines whether or not this order is in a state that allows it to be cancelled.
isCancellable() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Determines whether or not this shipment is in a state that allows it to be cancelled.
isCancellable() - Method in interface com.bea.alcs.domain.order.Order
Determines whether or not this order is in a state that allows it to be cancelled.
isCancellable() - Method in interface com.bea.alcs.domain.order.OrderShipment
Determines whether or not this shipment is in a state that allows it to be cancelled.
isCartItemRemoved(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Checks if a specific cart item SKU code was previously removed.
isCartItemRemoved(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Checks if a cart item with specific SKU code was previously removed.
isCatalogObject() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractCatalogImportFieldImpl
This is true for all Catalog objects.
isCatalogObject() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
Return true if this field is dependent on Catalog.
isCatalogObject() - Method in interface com.bea.alcs.domain.dataimport.ImportField
Return true if this field is dependent on Catalog.
isCategoryExcluded(Category) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleExceptionsImpl
Returns true if the specified category is a rule exception because it's category id has been specified as an exception.
isCategoryExcluded(Category) - Method in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Returns true if the specified category is a rule exception because it's category id has been specified as an exception.
isCategoryGuidExist(String, String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Return true if the given category guid exist for the specified catalog with catalogUid.
isCategoryGuidExist(String, String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Return true if the given category guid exist for the catalog with the given UID.
isCategoryMatch() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Gets whether a category match was made and should navigate to the category specified by getCategory().
isCategoryMatch() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Gets whether a category match was made and should navigate to the category specified by getCategory().
isCategoryNameExact() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Gets whether the category name should be matched exactly (untokenized).
isCmAccess() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Convenience method for determining whether this user has the CM role.
isCmAccess() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Convenience method for determining whether this user has the CM role.
isCodeValid() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Indicates if the promotion or gift certificate code entered by the user is valid.
isCodeValid() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Indicates if the promotion or gift certificate code entered by the user is valid.
isCommercialAddress() - Method in interface com.bea.alcs.domain.customer.Address
True if this Address is a commercial address.
isCommercialAddress() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
True if this Address is a commercial address.
isCompanyRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's company required-ness flag.
isCompanyRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's company required-ness flag.
isCredentialsNonExpired() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Indicates whether the user's credentials (password) has expired.
isCredentialsNonExpired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Indicates whether the user's credentials (password) has expired.
isCreditCardCvv2Enabled() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets whether the Store is CVV2 verification is enabled.
isCreditCardCvv2Enabled() - Method in interface com.bea.alcs.domain.store.Store
Gets whether the Store is CVV2 verification is enabled.
isCurrencyAware() - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Returns true if this parameter is currency aware, false otherwise.
isCurrencyAware() - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Returns true if this parameter is currency aware, false otherwise.
isCurrencyAware() - Method in enum com.bea.alcs.domain.shipping.ShippingCostCalculationParametersEnum
Returns true if this calculation parameter is currency aware, false otherwise.
isCustomerGuidExist(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Return true if the given Customer guid exists.
isCustomerGuidExist(String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Return true if the given Customer guid exists.
isCustomerSharingEnabled() - Method in interface com.bea.alcs.domain.ElasticPath
Indicates whether customer accounts are shared across stores.
isCustomerSharingEnabled() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Indicates whether customer accounts are shared across stores.
isCvv2ValidationEnabled() - Method in interface com.bea.alcs.domain.payment.CreditCardPaymentGateway
True if this gateway will validate the Cvv2 (Security Code).
isCvv2ValidationEnabled() - Method in class com.bea.alcs.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
True if this gateway will validate the Cvv2 (Security Code).
isDefaultCard() - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
isDefaultCard() - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
isDefaultCategory() - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Get whether this is the default category.
isDefaultCategory() - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Get whether this is the default category.
isDefined() - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Return whether the attribute value is defined (null and contains non-whitespace characters).
isDefined() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Return whether the attribute value is defined (null and contains non-whitespace characters).
isDependent() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Returns true if this CartItem depends on another cart item such that it can't exist in the cart on its own.
isDependent() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Returns true if this CartItem depends on another cart item such that it can't exist in the cart on its own.
isDigital() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
True if this SKU has digital asset associated.
isDigital() - Method in interface com.bea.alcs.domain.catalog.ProductSku
True if this SKU has digital asset associated.
isDisplayable() - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Returns true if the product can be displayed for this store.
isDisplayable() - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Returns true if the product can be displayed for this store.
isDisplayable(String) - Method in class com.bea.alcs.service.catalogview.impl.IndexProductImpl
Returns whether a product is displayable for a specific store with a storeCode.
isDisplayable(String) - Method in interface com.bea.alcs.service.catalogview.IndexProduct
Returns true if the product can be displayed for the given storeCode.
isDisplayableOnly() - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Gets whether to search for displayable products only.
isDisplayableOnly() - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Gets whether to search for displayable products only.
isDisplayableOnly() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Gets whether to search for displayable categories only.
isDisplayOutOfStock() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets whether the Store should display out of stock items.
isDisplayOutOfStock() - Method in interface com.bea.alcs.domain.store.Store
Gets whether the Store should display out of stock items.
isEmailExists(String, String) - Method in interface com.bea.alcs.service.customer.CustomerService
Checks the given email exists or not.
isEmailExists(String, String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Checks the given email exists or not.
isEmailFailed() - Method in interface com.bea.alcs.domain.misc.CheckoutResults
Gets whether the email failed to send for any reason.
isEmailFailed() - Method in class com.bea.alcs.domain.misc.impl.CheckoutResultsImpl
Gets whether the email failed to send for any reason.
isEmailRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's email address required-ness flag.
isEmailRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's email address required-ness flag.
isEmpty(PaymentGatewayProperty) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Check whether a payment gateway property is null or empty.
isEmpty() - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Returns true if no search criteria's have been added.
isEmpty() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Returns true if this PromotionSearchCriteria has no search criteria, false otherwise.
isEnabled() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Indicates whether the user is enabled or disabled.
isEnabled() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Indicates whether the user is enabled or disabled.
isEnabled() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Returns true if this rule is enabled, false if it is disabled.
isEnabled() - Method in interface com.bea.alcs.domain.rules.Rule
Returns true if this rule is enabled, false if it is disabled.
isEnabled() - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Gets whether this Store is currently enabled.
isEnabled() - Method in interface com.bea.alcs.domain.store.Store
Gets whether this Store is currently enabled.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Returns true as product associations are entities.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Returns true if allowing to create entity.
isEntityImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Returns true if allowing to create entity.
isEntityImport() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Returns true if this import data type imports entity.
isError() - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Returns true if the fault is an error.
isError() - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Returns true if the fault is an error.
isEstimateMode() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Get the indicator of whether in the estimate shipping and taxes mode.
isEstimateMode() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Get the indicator of whether in the estimate shipping and taxes mode.
isExchangeCartItem() - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Returns true is this cart item will be used during checking out of exchange order, false for ordinary cart item.
isExchangeCartItem() - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Returns true is this cart item will be used during checking out of exchange order, false for ordinary cart item.
isExchangeOrder() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Determines whether or not this order is the exchange order.
isExchangeOrder() - Method in interface com.bea.alcs.domain.order.Order
Determines whether or not this order is the exchange order.
isExchangeOrderShoppingCart() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns true is this shopping cart will be used for checking out exchange order, false for ordinary shopping cart.
isExchangeOrderShoppingCart() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns true is this shopping cart will be used for checking out exchange order, false for ordinary shopping cart.
isExistingCustomer(ShoppingCart) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the customer already has an account in the system.
isExistingCustomer(ShoppingCart) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the customer already has an account in the system.
isFacetingEnabled() - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Gets whether faceting is enabled for the search criteria.
isFacetingEnabled() - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Gets whether faceting is enabled for the search criteria.
isFaxNumberRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's fax number required-ness flag.
isFaxNumberRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's fax number required-ness flag.
isFeaturedOnlyInCategory() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets whether a limit on the featured products such that they are only in the current category.
isFileExist(String, String) - Method in interface com.bea.alcs.service.misc.FileService
Check if the file exists.
isFileExist(String, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Check if the file exists.
isFinished() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Returns true if the job is finished, otherwise, false.
isFinished() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Returns true if the job is finished, otherwise, false.
isFinished() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Returns true if the running job is canceled, otherwise, false.
isFinished() - Method in interface com.bea.alcs.service.dataimport.ImportService
Returns true if the running job is finished, otherwise, false.
isFirstNameRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's first name required-ness flag.
isFirstNameRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's first name required-ness flag.
isFirstTimeBuyer(ShoppingCart) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Checks if the customer is a first time buyer.
isFirstTimeBuyer(ShoppingCart) - Method in interface com.bea.alcs.service.rules.PromotionRuleDelegate
Checks if the customer is a first time buyer.
isFuzzySearchDisabled() - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Returns whether or not a fuzzy search should be performed for this query.
isFuzzySearchDisabled() - Method in interface com.bea.alcs.domain.catalogview.search.SearchRequest
Returns whether or not a fuzzy search should be performed for this query.
isFuzzySearchDisabled() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Returns whether or not a fuzzy search should be performed for this query.
isFuzzySearchDisabled() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Returns whether or not a fuzzy search should be performed for this query.
isGenderRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's gender required-ness flag.
isGenderRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's gender required-ness flag.
isGiftCertificateCodeExist(String, long) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
return true if gift certificate code exist.
isGiftCertificateCodeExist(String, long) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
return true if gift certificate code exist.
isGiftCertificateEnabled() - Method in interface com.bea.alcs.domain.ElasticPath
check the gift certificate is enabled.
isGiftCertificateEnabled() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
check the gift certificate is enabled.
isGlobal() - Method in interface com.bea.alcs.domain.attribute.Attribute
Gets whether this attribute is global.
isGlobal() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Gets whether this attribute is global.
isHidden() - Method in interface com.bea.alcs.domain.catalog.Category
Returns true if the product should not be displayed (e.g.
isHidden() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns true if the product should not be displayed (e.g.
isHidden() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns true if the product should not be displayed (e.g.
isHidden() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns true if the product should not be displayed (e.g.
isHidden() - Method in interface com.bea.alcs.domain.catalog.Product
Returns true if the product should not be displayed (e.g.
isHidden() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns true if the product should not be displayed (e.g.
isHoldable() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Determines whether or not this order is in a state that allows it to be put on hold.
isHoldable() - Method in interface com.bea.alcs.domain.order.Order
Determines whether or not this order is in a state that allows it to be put on hold.
isHtmlEmailPreferred() - Method in interface com.bea.alcs.domain.customer.Customer
Indicates whether the user wishes to receive emails in HTML format.
isHtmlEmailPreferred() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Indicates whether the user wishes to receive emails in HTML format.
isInActiveOnly() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Returns true if searching only for inactive categories.
isInActiveOnly() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Returns true if searching only for inactive products.
isInCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Convenience method for checking whether the product is within the given Catalog.
isInCatalog(Catalog) - Method in interface com.bea.alcs.domain.catalog.Product
Convenience method for checking whether the product is within the given Catalog.
isInCatalog(Catalog) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Convenience method for checking whether the product is within the given Catalog.
isInCategory(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns true if this product is in the category with the specified category uid or a child of that category.
isInCategory(long) - Method in interface com.bea.alcs.domain.catalog.Product
Returns true if this product is in the category with the specified category UID or a child of that category.
isInCategory(long) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Returns true if this product is in the category with the specified category UID or a child of that category.
isIncluded() - Method in interface com.bea.alcs.domain.catalog.Category
Get the indicator of whether or not this category has been included.
isIncluded() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the indicator of whether or not this category has been included.
isIncluded() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the indicator of whether or not this category has been included.
isInclusiveTax() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Checks whether an inclusive tax is requires.
isInclusiveTax() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Checks whether inclusive tax method is employed.
isInclusiveTax() - Method in interface com.bea.alcs.domain.order.OrderReturn
Checks whether inclusive tax method is employed.
isInclusiveTax() - Method in interface com.bea.alcs.domain.order.OrderShipment
Checks whether an inclusive tax is requires.
isInclusiveTaxCalculationInUse() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Return true if the "inclusive" tax calculation method is in use; otherwise false.
isInclusiveTaxCalculationInUse() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Return true if the "inclusive" tax calculation method is in use; otherwise false.
isInclusiveTaxCalculationInUse(Address) - Method in class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
Checks if that address is in a tax jurisdiction where tax inclusive method is used.
isInclusiveTaxCalculationInUse(TaxJurisdiction) - Method in class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
Return true if the "inclusive" tax calculation method is in use; otherwise false.
isInclusiveTaxCalculationInUse(Address) - Method in interface com.bea.alcs.service.tax.TaxCalculationService
Checks if that address is in a tax jurisdiction where tax inclusive method is used.
isInShippingRegion(Address) - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Check if the given shippingAdress is in the range of this ShippingRegion.
isInShippingRegion(Address) - Method in interface com.bea.alcs.domain.shipping.ShippingRegion
Check if the given shippingAdress is in the range of this ShippingRegion.
isInUse(long) - Method in interface com.bea.alcs.service.attribute.AttributeService
Checks whether the given UID is in use.
isInUse(long) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Checks whether the given UID is in use.
isInUse(long) - Method in interface com.bea.alcs.service.catalog.BrandService
Checks whether the given UID is in use.
isInUse(long) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Checks whether the given UID is in use.
isInUse(long) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Checks whether the given UID is in use.
isInUse(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Checks whether the given UID is in use.
isInUse(long) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Checks whether the given UID is in use.
isInUse(long) - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Checks whether the given UID is in use.
isLastNameRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's last name required-ness flag.
isLastNameRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's last name required-ness flag.
isLinked() - Method in interface com.bea.alcs.domain.catalog.Category
Returns true if this category is linked (i.e.
isLinked() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Returns true if this category is linked (i.e.
isLinked() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Returns true if this category is linked (i.e.
isLinked() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Returns true if this CategorySearchCriteria searches only for categories that are linked; returns false if this CategorySearchCriteria searches only for categories that are not linked; returns null if this CategorySearchCriteria searches for all categories.
isLoadingAttributes() - Method in interface com.bea.alcs.domain.catalog.CategoryTypeLoadTuner
Return true if attributes is requested.
isLoadingAttributes() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeLoadTunerImpl
Return true if attributes is requested.
isLoadingAttributes() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Return true if attributes is requested.
isLoadingAttributes() - Method in interface com.bea.alcs.domain.catalog.ProductTypeLoadTuner
Return true if attributes is requested.
isLoadingAttributeValue() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Return true if attribute value is requested.
isLoadingAttributeValue() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Return true if attribute value is requested.
isLoadingAttributeValue() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Return true if attribute value is requested.
isLoadingAttributeValue() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Return true if attribute value is requested.
isLoadingAttributeValue() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Return true if attribute value is requested.
isLoadingAttributeValue() - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Return true if attribute value is requested.
isLoadingCategories() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Return true if category is requested.
isLoadingCategories() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Return true if category is requested.
isLoadingCategoryType() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Return true if category type requested.
isLoadingCategoryType() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Return true if sku category type requested.
isLoadingChildren() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Return true if children is requested.
isLoadingChildren() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Return true if children is requested.
isLoadingDefaultCategory() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Return true if default category is requested.
isLoadingDefaultCategory() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Return true if default category is requested.
isLoadingDefaultSku() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Return true if default sku is requested.
isLoadingDefaultSku() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Return true if default sku is requested.
isLoadingDigitalAsset() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Return true if digital asset is requested.
isLoadingDigitalAsset() - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Return true if digital asset is requested.
isLoadingInventory() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Return true if inventory is requested.
isLoadingInventory() - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Return true if inventory is requested.
isLoadingLocaleDependantFields() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Gets whether we are loading locale dependant fields.
isLoadingLocaleDependantFields() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Gets whether we are loading locale dependant fields.
isLoadingMaster() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Return true if master is requested.
isLoadingMaster() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Return true if master is requested.
isLoadingOptionValue() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Return true if option value is requested.
isLoadingOptionValue() - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Return true if option value is requested.
isLoadingParent() - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Return true if parent is requested.
isLoadingParent() - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Return true if parent is requested.
isLoadingPrice() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Return true if price is requested.
isLoadingPrice() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Return true if price is requested.
isLoadingPrice() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Return true if price is requested.
isLoadingPrice() - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Return true if price is requested.
isLoadingProduct() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Return true if product is requested.
isLoadingProduct() - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Return true if product is requested.
isLoadingProductAssociations() - Method in class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
Return true if product association is requested.
isLoadingProductAssociations() - Method in interface com.bea.alcs.domain.catalog.StoreProductLoadTuner
Return true if product association is requested.
isLoadingProductPrices() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Returns true if loading the SKU's Product's Prices has been requested.
isLoadingProductPrices() - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Returns true if loading the SKU's Product's Prices has been requested.
isLoadingProductType() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Return true if sku product type requested.
isLoadingProductType() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Return true if sku product type requested.
isLoadingSkuOptions() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Return true if sku options is requested.
isLoadingSkuOptions() - Method in interface com.bea.alcs.domain.catalog.ProductTypeLoadTuner
Return true if sku options is requested.
isLoadingSkus() - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Return true if sku is requested.
isLoadingSkus() - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Return true if sku is requested.
isLocaleDependant() - Method in interface com.bea.alcs.domain.attribute.Attribute
Return true if the attribute is dependent on the locale.
isLocaleDependant() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return true if the attribute is dependant on the locale.
isLocalized() - Method in interface com.bea.alcs.domain.catalogview.Filter
Check the filter is localized.
isLocalized() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
Check the filter is localized.
isLowestLessThanList() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Check if the lowest price is less than the list price, i.e.
isLowestLessThanList(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Check if the lowest price is less than the list price, i.e.
isLowestLessThanList() - Method in interface com.bea.alcs.domain.catalog.Price
Check if the lowest price is less than the list price, i.e.
isLowestLessThanList(int) - Method in interface com.bea.alcs.domain.catalog.Price
Check if the lowest price is less than the list price, i.e.
isMaster() - Method in interface com.bea.alcs.domain.catalog.Catalog
Get the Master/Virtual Catalog indicator.
isMaster() - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Get the Master/Virtual Catalog indicator.
isMatchAll() - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Returns whether the search criteria matches all results.
isMatchAll() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Returns whether the search criteria matches all results.
isMultiValueEnabled() - Method in interface com.bea.alcs.domain.attribute.Attribute
Return true if the attribute can have multi value.
isMultiValueEnabled() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return true if the attribute can have multi value.
isOnlyFeaturedProducts() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets whether to only search for featured products only.
isOnlyWithinDirectCategory() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Gets whether to search only within the direct category or to include category ancestors.
isOpen() - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Indicates whether the factory is open.
isOpen() - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Indicates whether the factory is open.
isPersistent() - Method in class com.bea.alcs.domain.impl.AbstractPersistenceImpl
True if the object has previously been persisted.
isPersistent() - Method in interface com.bea.alcs.domain.Persistence
true if the object has previously been persisted.
isPersistent() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
True if the object has previously been persisted.
isPersistent() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
true if the object has previously been persisted.
isPersistent() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
true if the object has previously been persisted.
isPhoneNumberRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's phone number required-ness flag.
isPhoneNumberRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's phone number required-ness flag.
isPowerReviewsEnabled() - Method in interface com.bea.alcs.domain.ElasticPath
Returns true if PowerReviews has been enabled, otherwise, false.
isPowerReviewsEnabled() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns true if PowerReviews has been enabled, otherwise, false.
isPreferredCurrencyRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's preferred currency required-ness flag.
isPreferredCurrencyRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's preferred currency required-ness flag.
isPreferredLocaleRequired() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the Customer's preferred locale required-ness flag.
isPreferredLocaleRequired() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the Customer's preferred locale required-ness flag.
isProductAvailable(Product, Store) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Returns true if the product is available for purchase from the given Store.
isProductDisplayable(Product, Store) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Returns true if the product can be displayed for the given Store.
isProductExcluded(Product) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleExceptionsImpl
Returns true if the specified product is a rule exception because it's product id or category id has been specified as an exception.
isProductExcluded(Product) - Method in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Returns true if the specified product is a rule exception because it's product id or category id has been specified as an exception.
isProductGuidExist(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Return true if the given product guid exist.
isProductGuidExist(String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Return true if the given product guid exists.
isProductInCategory(long, long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Return true if the product with the given product UID is in the category with the given category UID.
isProductInCategory(long, long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Return true if the product with the given product UID is in the category with the given category UID.
isProductRecommendationDisabled() - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
 
isProductSkuGuidExist(String) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Return true if the given productsku guid exist.
isProductSkuGuidExist(String) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Return true if the given productsku guid exist.
isProfileValueRequired(String) - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Determines if profile value with the specified key is required or not.
isProfileValueRequired(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Determines if profile value with the specified key is required or not.
isReadyForFundsCapture() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Determines whether or not this shipment is in a state that allows funds to be captured for the shipment.
isReadyForFundsCapture() - Method in interface com.bea.alcs.domain.order.OrderShipment
Determines whether or not this shipment is in a state that allows funds to be captured for the shipment.
isRecalculationEnabled() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
 
isRecalculationEnabled() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
 
isRecalculationEnabled() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
isRefundable() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Refunds should be possible only if there is order shipement that has been shipped which will mean that payment has been received.
isRefundable() - Method in interface com.bea.alcs.domain.order.Order
Checks whether this order supports refunds.
isRegistered() - Method in interface com.bea.alcs.domain.customer.Customer
Gets the flag indicating whether this customer is a 'real' registered customer or not.
isRegistered() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Gets the flag indicating whether this customer is a 'real' registered customer or not.
isReOrderEnabled() - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
 
isRequired() - Method in interface com.bea.alcs.domain.attribute.Attribute
Return true if the attribute is required.
isRequired() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return true if the attribute is required.
isRequired() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
Return true if it is a required field.
isRequired() - Method in interface com.bea.alcs.domain.dataimport.ImportField
Return true if it is a rquired field.
isRequiredPrimaryField() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
Return true if it is a required primary field.
isRequiredPrimaryField() - Method in interface com.bea.alcs.domain.dataimport.ImportField
Return true if it is a rquired field.
isSeoEnabled() - Method in interface com.bea.alcs.domain.ElasticPath
Returns true if SEO(Search Engine Optimization) has been enabled, otherwise, false.
isSeoEnabled() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Returns true if SEO(Search Engine Optimization) has been enabled, otherwise, false.
isShippable() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
True if this SKU is shippable (i.e.
isShippable() - Method in interface com.bea.alcs.domain.catalog.ProductSku
True if this SKU is shippable (i.e.
isShippingServiceLevelInUse(Long) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Check if shipping service level is in use.
isShippingServiceLevelInUse(Long) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Check if shipping service level is in use.
isSignedIn() - Method in interface com.bea.alcs.domain.customer.CustomerSession
Returns true if the customer is singed in.
isSignedIn() - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Returns true if the customer is singed in.
isSkuAvailable(String) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Gets the availability status using the skuCode.
isSkuAvailable(String) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Gets the availability of the SKU with the specified sku code.
isSkuExcluded(ProductSku) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleExceptionsImpl
Returns true if the specified sku is a rule exception because it's sku code or category has been specified as an exception.
isSkuExcluded(ProductSku) - Method in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Returns true if the specified sku is a rule exception because it's sku code, product id or category id has been specified as an exception.
isSkuOptionInUse(long) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Returns whether the given SkuOption is in use.
isSkuOptionInUse(long) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Returns whether the given SkuOption is in use.
isSkuOptionValueInUse(long) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Returns whether the given SkuOptionValue is in use.
isSkuOptionValueInUse(long) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Returns whether the given SkuOptionValue is in use.
isSourceProductDependent() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Returns true if the product targeted by this MerchandiseAssociation depends on the source product such that it should be removed from the cart if the source product is removed.
isSourceProductDependent() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Returns true if the product targeted by this MerchandiseAssociation depends on the source product such that it should be removed from the cart if the source product is removed.
isStringValid(String) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Returns whether the given string is valid.
isSuperUser() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Decide whether a user has the SuperUser role.
isSuperUser() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Decide whether a user has the SuperUser role.
isSuperUserRole() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Return true if this is the SUPERUSER role.
isSuperUserRole() - Method in interface com.bea.alcs.domain.cmuser.UserRole
Return true if this is the SUPERUSER role.
isSystem() - Method in interface com.bea.alcs.domain.attribute.Attribute
Return true if the attribute is system attribute.
isSystem() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return true if the attribute is system attribute.
isTaxable() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Order return sku is tax aware.
isTaxable() - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Order SKU is tax aware.
isTaxable() - Method in interface com.bea.alcs.domain.order.LineItem
Defines whether this line item is taxable.
isTaxable() - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
Gift certificate is not tax aware.
isTaxable() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartItemImpl
Shopping cart is tax aware.
isTaxable() - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListItemImpl
Wish list item is tax aware.
isTaxInclusive() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Retrieves whether or not the taxes were calculated for a price-inclusive tax jurisdiction.
isTaxInclusive() - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Retrieves whether or not the taxes were calculated for a price-inclusive tax jurisdiction.
isTextOnly() - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets the whether the email should be sent as text only.
isTextOnly() - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets the whether the email should be sent as text only.
isTextOnlyTemplateEnabled() - Method in interface com.bea.alcs.domain.ElasticPath
check is text only template should be used for emailing.
isTextOnlyTemplateEnabled() - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
check is text only template should be used for emailing.
isToBeNotified() - Method in interface com.bea.alcs.domain.customer.Customer
Indicates whether the user wishes to be notified of news.
isToBeNotified() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Indicates whether the user wishes to be notified of news.
isUidValid(Long) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Returns whether the given UID is valid.
isUnitLessThanList(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Check if the unit price is less than the list price, i.e.
isUnitLessThanList(Currency) - Method in interface com.bea.alcs.domain.order.OrderSku
Check if the unit price is less than the list price, i.e.
isUnmodifiableRole() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Return true if this role is an unmodifiable (hardcoded) role.
isUnmodifiableRole() - Method in interface com.bea.alcs.domain.cmuser.UserRole
Return true if this role is an unmodifiable (hardcoded) role.
isUserIdAndEmailMutualSearch() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Gets the boolean value for enabling/disabling mutual term search on both userId and email fields.
isUserIdExists(String, String) - Method in interface com.bea.alcs.service.customer.CustomerService
Check the given email exists or not.
isUserIdExists(String, String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Checks the given user Id exists or not within the store.
isValid(String) - Method in class com.bea.alcs.commons.validator.impl.EpEmailValidator
Checks if a field has a valid e-mail address.
isValid() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Returns true if this association is valid because the current date is within the start and end dates.
isValid() - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Returns true if this association is valid because the current date is within the start and end dates.
isValidAssociationType(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Returns true if the given association type is valid.
isValidAssociationType(int) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Returns true if the given association type is valid.
isValidated() - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Whether the account is validated or not.
isValidated() - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Whether the account is validated or not.
isValidDADownloadRequest(long, long, long) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Check if the asset uid and ordersku uid from download request is a valid download request.
isValidDADownloadRequest(long, long, long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Check if the asset uid and ordersku uid from download request is a valid download request.
isValidGuidStr(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns true if the given string is a valid guid string.
isValidGuidStr(String) - Method in interface com.bea.alcs.commons.util.Utility
Returns true if the given string is a valid guid string.
isValidPromoCode(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Validates if the code matches a promotion code in the system.
isValidPromoCode(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Validates if the code matches a promotion code in the system.
isValidRequest(String) - Method in interface com.bea.alcs.domain.payment.GoogleCheckoutPaymentGateway
Check if request sent to Google a valid one.
isValidRequest(String) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Check if request sent to Google a valid one.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.CategoryQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.CustomerQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.FilteredQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.LuceneRawQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.OrderQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.OrderReturnQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.ProductQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.PromotionQueryComposerImpl
Returns whether the given search criteria is valid or not.
isValidZipPostalCode(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Returns true if the given zip postal code is valid.
isValidZipPostalCode(String) - Method in interface com.bea.alcs.commons.util.Utility
Returns true if the given zip postal code is valid.
isValueKeyExist(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Check if the optionValueKey exists.
isValueKeyExist(String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Check if the optionValueKey exists.
isValueLookupEnabled() - Method in interface com.bea.alcs.domain.attribute.Attribute
Return true if the value lookup for this attribute is enabled.
isValueLookupEnabled() - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Return true if the value lookup for this attribute is enabled.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Returns false as product associations are not value objects.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Returns true if this import data type imports value object.
isValueObjectImport() - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Returns true if this import data type imports value object.
isVirtual() - Method in interface com.bea.alcs.domain.catalog.Category
Get the indicator of whether this is a virtual category.
isVirtual() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Get the indicator of whether this is a virtual category.
isVirtual() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Get the indicator of whether this is a virtual category.
isWarning() - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Returns true if the fault is a warning.
isWarning() - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Returns true if the fault is a warning.
isWithinCatalogOnly() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
isWithinDateRange() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Returns true if the current date is within the start and end dates for this product.
isWithinDateRange() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Returns true if the current date is within the start and end dates for this product SKU.
isWithinDateRange() - Method in interface com.bea.alcs.domain.catalog.Product
Checks if product is active.
isWithinDateRange() - Method in interface com.bea.alcs.domain.catalog.ProductSku
Returns true if the current date is within the start and end dates for this product SKU.
isWithinDateRange() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Checks if product is active.
isWithMultipleSkus() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Returns true if the product type may have multiple skus.
isWithMultipleSkus() - Method in interface com.bea.alcs.domain.catalog.ProductType
Returns true if the product type may have multiple skus.
isWsAccess() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Convenience method for determining whether this user has the Web Services role.
isWsAccess() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Convenience method for determining whether this user has the Web Services role.
iterator() - Method in class com.bea.alcs.persistence.support.impl.FetchGroupLoadTunerImpl
iterator() - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Returns an iterator over the criteria's in this filtered criteria.

J

JNDI_CONTEXT - Static variable in class com.bea.alcs.web.context.impl.EpLog4jConfigListener
The jndi lookup for the logging context as defined in web.xml.
JPA_GENRAL_LOADER_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.misc.GeneralJpaLoaderService.
JpaAdaptorOfSkuOptionValueImpl - Class in com.bea.alcs.domain.skuconfiguration.impl
Wraps a SkuOptionValue.
JpaAdaptorOfSkuOptionValueImpl() - Constructor for class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
 
JpaPersistenceEngineImpl - Class in com.bea.alcs.persistence.impl
The JPA implementation of PersistenceEngine.
JpaPersistenceEngineImpl() - Constructor for class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
 
JpaQueryImpl - Class in com.bea.alcs.persistence.impl
The JPA implementation of a query in ElasticPath.
JpaQueryImpl(Query) - Constructor for class com.bea.alcs.persistence.impl.JpaQueryImpl
The default constructor.
JpaSessionFactoryImpl - Class in com.bea.alcs.persistence.impl
The JPA implementation of the persistence session factory interface.
JpaSessionFactoryImpl() - Constructor for class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
 
JpaSessionImpl - Class in com.bea.alcs.persistence.impl
The JPA implementation of a Session in ElasticPath.
JpaSessionImpl(EntityManager) - Constructor for class com.bea.alcs.persistence.impl.JpaSessionImpl
The default constructor.
JpaTransactionImpl - Class in com.bea.alcs.persistence.impl
The JPA implementation of a transaction in ElasticPath.
JpaTransactionImpl(EntityTransaction) - Constructor for class com.bea.alcs.persistence.impl.JpaTransactionImpl
Create an EP transaction based on the given EntityTransaction.
JUnitUtilityImpl - Class in com.bea.alcs.commons.util.impl
Utility methods used only in JUnit tests.
JUnitUtilityImpl() - Constructor for class com.bea.alcs.commons.util.impl.JUnitUtilityImpl
 

K

keyExists(String) - Method in interface com.bea.alcs.service.attribute.AttributeService
Checks whether the given attribute key exists or not.
keyExists(Attribute) - Method in interface com.bea.alcs.service.attribute.AttributeService
Check whether the given attribute's key exists or not.
keyExists(String) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Checks whether the given attribute key exists or not.
keyExists(Attribute) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Check whether the given attribute's key exists or not.
keyExists(String) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Checks whether the given sku option key exists or not.
keyExists(SkuOption) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Check whether the given sku option's key exists or not.
keyExists(String) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Checks whether the given sku option key exists or not.
keyExists(SkuOption) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Check whether the given sku option's key exists or not.
KEYWORD_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.query.KeywordSearchCriteria.
KeywordSearchCriteria - Class in com.bea.alcs.service.search.query
Keyword search criteria.
KeywordSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.KeywordSearchCriteria
 

L

LAST_NAME - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Last name.
lessThan(Money) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Returns true if this money object is less than the specified other money object.
lessThan(Money) - Method in interface com.bea.alcs.domain.misc.Money
Returns true if this money object is less than the specified other money object.
LICENSE_KEY_FILE - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the license key file in a request.
LICENSE_KEY_FILENAME - Static variable in class com.bea.alcs.commons.constants.GlobalConstants
The filename of the license key.
LICENSE_KEY_PATH - Static variable in class com.bea.alcs.commons.constants.GlobalConstants
The path to the license key.
limitAssociationsToCatalog(Set<ProductAssociation>) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Filter a set of product associations so that the set only contains associations that are between products that are currently in the association's catalog.
limitAssociationsToCatalog(Set<ProductAssociation>) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Filter a set of product associations so that the set only contains associations that are between products that are currently in the association's catalog.
LineItem - Interface in com.bea.alcs.domain.order
Defines the interface for a LineItem, whether it be in a shopping cart or in an order.
LINK_PRODUCT_CATEGORY - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Loads only the required fields for linking products and categories (creating linked categories).
LINKED_CATEGORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl.
linkedCategoryExists(String, String) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Checks whether a linked category with the given code already exists in the catalog represented by the given catalog code.
LinkedCategoryImpl - Class in com.bea.alcs.domain.catalog.impl
The implementation of Category that represents a linked, virtual Category object.
LinkedCategoryImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Default constructor.
list() - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Return the query results as a List.
list() - Method in interface com.bea.alcs.persistence.Query
Return the query results as a List.
list() - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Lists all digitalAssetAudits stored in the database.
list() - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Lists all digitalAssets stored in the database.
list() - Method in interface com.bea.alcs.service.attribute.AttributeService
Lists all attribute stored in the database.
list() - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Lists all attribute stored in the database.
list() - Method in interface com.bea.alcs.service.catalog.BrandService
Lists all brand stored in the database.
list() - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Lists all categoryType stored in the database.
list() - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
List all gift certificates stored in the database.
list() - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Lists all brand stored in the database.
list() - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Lists all CategoryType stored in the database.
list() - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
List all gift certificates stored in the database.
list() - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
List all products stored in the database.
list() - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Lists all ProductType stored in the database.
list() - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Lists all sku option stored in the database.
list() - Method in interface com.bea.alcs.service.catalog.ProductService
List all products stored in the database.
list() - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Lists all productType stored in the database.
list() - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Lists all sku option stored in the database.
list() - Method in interface com.bea.alcs.service.cmuser.CmUserService
List all cmUsers stored in the database.
list(int, int) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Lists a subset of CmUsers stored in the database.
list() - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Lists all cmUsers stored in the database.
list(int, int) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Lists a subset of CmUsers stored in the database.
list() - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Lists all userRoles stored in the database.
list(int, int) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Lists a subset of UserRoles stored in the database.
list() - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Lists all userRoles stored in the database.
list(int, int) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Lists a subset of UserRoles stored in the database.
list() - Method in interface com.bea.alcs.service.customer.CustomerGroupService
List all customerGroups stored in the database.
list() - Method in interface com.bea.alcs.service.customer.CustomerService
List all customers stored in the database.
list() - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
List all customerGroups stored in the database.
list() - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Lists all customers stored in the database.
list() - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
List all orders stored in the database.
list() - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
List all pick lists stored in the database.
list(CmUser) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
List all pick lists created by specified user.
list(long) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Returns list of OrderReturn's that associated with order defined by uidPk.
list(long, OrderReturnType) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Returns list of OrderReturn's of concrete type type that associated with order defined by uidPk.
list() - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Returns list of all OrderReturn objects.
list() - Method in interface com.bea.alcs.service.order.OrderService
List all orders stored in the database.
list() - Method in interface com.bea.alcs.service.order.PickListService
List all pick lists stored in the database.
list(CmUser) - Method in interface com.bea.alcs.service.order.PickListService
List all pick lists created by specified user.
list() - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Returns list of all OrderReturn objects.
list(long) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Returns list of OrderReturn's that associated with order defined by uidPk.
list(long, OrderReturnType) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Returns list of OrderReturn's of concrete type type that associated with order defined by uidPk.
list() - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
List all ruleSets stored in the database.
list() - Method in interface com.bea.alcs.service.rules.RuleSetService
List all ruleSets stored in the database.
list() - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
List all shippingRegions stored in the database, sorted by Name.
list() - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
List all shippingRegions stored in the database.
list() - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
List all taxCodes stored in the database.
list() - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
List all taxJurisdictions stored in the database.
list() - Method in interface com.bea.alcs.service.tax.TaxCodeService
List all taxCodes stored in the database.
list() - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
List all taxJurisdictions stored in the database.
listCatalogImportJobs(int, int) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all catalog import jobs.
listCatalogImportJobs(int, int) - Method in interface com.bea.alcs.service.dataimport.ImportService
List all saved catalog import jobs.
listCustomerImportJobs(int, int) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all customer import jobs.
listCustomerImportJobs(int, int) - Method in interface com.bea.alcs.service.dataimport.ImportService
List all saved customer import jobs.
ListenableObject - Interface in com.bea.alcs.domain
Represents an object with property listener support.
listImportDataTypes() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all import data types.
listImportDataTypes() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all import data types.
listImportJobs() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all saved import jobs.
listImportJobs(int, int) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all saved import jobs.
listImportJobs() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all saved import jobs.
listImportJobs(int, int) - Method in interface com.bea.alcs.service.dataimport.ImportService
List all saved import jobs.
listImportTypes() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all import types.
listImportTypes() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all import types.
listInfo() - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Lists all CategoryType Info stored in the database.
listInfo() - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Lists all CategoryType Info stored in the database.
listMasterCatalogs() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all master catalogs.
listMasterCatalogs() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all catalogs.
listRootCategories(Catalog, boolean) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve a list of root categories.
listRootCategories(Catalog, boolean, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve all root categories.
listRootCategories(Catalog, boolean) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve a list of root categories.
listRootCategories(Catalog, boolean, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve all root categories.
listRootCategoriesWithTree(Catalog, boolean) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve root categories with the entire tree of children loaded.
listRootCategoriesWithTree(Catalog, boolean, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalog.CategoryService
Retrieve root categories with the entire tree of children loaded using the given category load tuner.
listRootCategoriesWithTree(Catalog, boolean) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve root categories with the entire tree of children loaded.
listRootCategoriesWithTree(Catalog, boolean, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Retrieve root categories with the entire tree of children loaded using the given category load tuner.
listStores() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all stores.
listStores() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all stores.
listUsedUids() - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Lists all categoryType uids used by categories.
listUsedUids() - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Lists all categoryType uids used by categories.
listUsedUids() - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Lists all productType uids used by categories.
listUsedUids() - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Lists all productType uids used by categories.
listWarehouseImportJobs(int, int) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all warehouse import jobs.
listWarehouseImportJobs(int, int) - Method in interface com.bea.alcs.service.dataimport.ImportService
List all warehouse import jobs.
listWarehouses() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
List all warehouses.
listWarehouses() - Method in interface com.bea.alcs.service.dataimport.ImportService
List all warehouses.
load(Class<T>, long) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Load a persistent instance with the given id.
load(Class<T>, long) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Load a persistent instance with the given id.
load(long) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Load the digitalAssetAudit with the given UID.
load(long) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Load the digitalAssetAudit with the given UID.
load(long) - Method in interface com.bea.alcs.service.attribute.AttributeService
Load the attribute with the given UID.
load(long) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Load the attribute with the given UID.
load(long, FetchGroupLoadTuner, boolean) - Method in interface com.bea.alcs.service.catalog.CatalogService
Loads the catalog with the given UID.
load(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Load the category with the given UID.
load(long, CategoryLoadTuner) - Method in interface com.bea.alcs.service.catalog.CategoryService
Loads the category with the given UID.
load(long, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalog.CategoryService
Loads the category with the given UID.
load(long) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Load the giftCertificate with the given Uid.
load(long, FetchGroupLoadTuner, boolean) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Loads the catalog with the given UID.
load(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Load the category with the given UID.
load(long, CategoryLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Loads the category with the given UID.
load(long, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Loads the category with the given UID.
load(long) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Load the giftCertificate with the given Uid.
load(long) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Load the ProductAssociation with the given UID.
load(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Load the product with the given Uid.
load(long) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Load the sku option with the given UID.
load(long) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Load the ProductAssociation with the given UID.
load(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Load the product with the given UID.
load(long) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Load the sku option with the given UID.
load(long) - Method in class com.bea.alcs.service.catalogview.impl.SfSearchLogServiceImpl
Loads the SfSearhLog indicated by the given Uid.
load(long) - Method in interface com.bea.alcs.service.catalogview.SfSearchLogService
Loads the SfSearhLog indicated by the given Uid.
load(long) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Load the cmUser with the given UID.
load(long) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Load the cmUser with the given UID.
load(long) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Load the userRole with the given UID.
load(long) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Load the userRole with the given UID.
load(long) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Load the customerGroup with the given UID.
load(long) - Method in interface com.bea.alcs.service.customer.CustomerService
Load the customer with the given UID.
load(long) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Load the customer session with the given UID.
load(long) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Load the customerGroup with the given UID.
load(long) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Load the customer with the given UID.
load(long) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Load the customer session with the given UID.
load(String, long) - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl.PersistentBeanFinder
Load a persistent instance with a given id.
load(long) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
load(long) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Load the ruleAction with the given UID.
load(long, String) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Load the ruleAction with the given UID if it is greater than 0; otherwise get new instance of the ruleAction of the given ruleActionType from the spring beanFactory (assuming bean id is the same as the ruleActionType).
load(long) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Load the ruleCondition with the given UID.
load(long, String) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Load the ruleCondition with the given UID if it is greater than 0; otherwise get new instance of the ruleCondition of the given ruleConditionType from the spring beanFactory (assuming bean id is the same as the ruleConditionType).
load(long) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Load the ruleElement with the given UID.
load(long, String) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Load the ruleElement with the given UID if it is greater than 0; otherwise get new instance of the ruleElement of the given ruleElementType from the spring beanFactory (assuming bean id is the same as the ruleElementType).
load(long) - Method in class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
Load the ruleParameter with the given UID.
load(long) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Load the rule with the given UID.
load(long) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Load the ruleSet with the given UID.
load(long) - Method in interface com.bea.alcs.service.rules.RuleActionService
Load the ruleAction with the given UID.
load(long, String) - Method in interface com.bea.alcs.service.rules.RuleActionService
Load the ruleAction with the given UID if it is greater than 0; otherwise get new instance of the ruleAction of the given ruleActionType from the spring beanFactory (assuming bean id is the same as the ruleActionType).
load(long) - Method in interface com.bea.alcs.service.rules.RuleConditionService
Load the ruleCondition with the given UID.
load(long, String) - Method in interface com.bea.alcs.service.rules.RuleConditionService
Load the ruleCondition with the given UID if it is greater than 0; otherwise get new instance of the ruleCondition of the given ruleConditionType from the spring beanFactory (assuming bean id is the same as the ruleConditionType).
load(long) - Method in interface com.bea.alcs.service.rules.RuleElementService
Load the ruleElement with the given UID.
load(long, String) - Method in interface com.bea.alcs.service.rules.RuleElementService
Load the ruleElement with the given UID if it is greater than 0; otherwise get new instance of the ruleElement of the given ruleElementType from the spring beanFactory (assuming bean id is the same as the ruleElementType).
load(long) - Method in interface com.bea.alcs.service.rules.RuleParameterService
Load the ruleParameter with the given UID.
load(long) - Method in interface com.bea.alcs.service.rules.RuleService
Load the rule with the given UID.
load(long) - Method in interface com.bea.alcs.service.rules.RuleSetService
Load the ruleSet with the given UID.
load(long) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Load the shippingRegion with the given UID.
load(long) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Load the shippingServiceLevel with the given UID.
load(long) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Load the shippingRegion with the given UID.
load(long) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Load the shippingServiceLevel with the given UID.
load(long) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Load the shopping cart with the given UID.
load(long) - Method in interface com.bea.alcs.service.shoppingcart.ShoppingCartService
Load the shopping cart with the given UID.
load(long) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Load the taxCode with the given UID.
load(long) - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Load the taxJurisdiction with the given UID.
load(long) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Load the taxCode with the given UID.
load(long) - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Load the taxJurisdiction with the given UID.
loadConfugration(InputStream, boolean) - Method in class com.bea.alcs.commons.util.config.impl.XmlParserImpl
Reads configuration in XML format from configStream.
loadConfugration(InputStream, boolean) - Method in interface com.bea.alcs.commons.util.config.XmlParser
Reads configuration in XML format from configStream.
loadElasticPath(ElasticPath) - Method in interface com.bea.alcs.persistence.ElasticPathDao
Load the elastic path configuration.
loadElasticPath(ElasticPath) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Load the elastic path configuration.
loadHistory(CatalogViewRequest, CatalogViewResultHistory) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Loads the previous history into an instance of CatalogViewResult.
loadIntelligentBrowsingConfig(ElasticPath) - Method in interface com.bea.alcs.persistence.ElasticPathDao
Load the intelligent-browsing config.
loadIntelligentBrowsingConfig(ElasticPath) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Load the intelligent-browsing config.
loadProductInfo(Product, SeoUrlBuilder) - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Loads product information from the real Product into this representation of a viewed product.
loadProductInfo(Product, SeoUrlBuilder) - Method in interface com.bea.alcs.domain.shoppingcart.ViewHistoryProduct
Loads product information from the real Product into this representation of a viewed product.
loadProperties() - Method in class com.bea.alcs.persistence.impl.GoogleCheckoutAuthenticationDaoImpl
Pre-load info since google callbacks must finish within a certain timeframe.
loadProperties() - Method in class com.bea.alcs.persistence.impl.PropertiesDaoImpl
Go through the resources directory and load all the .properties file into the hashMap with the filename (without ".properties") as the key.
loadProperties() - Method in interface com.bea.alcs.persistence.PropertiesDao
Returns a properties map where the keys are properties file names and the values are Properties objects.
loadSearchConfiguration(ElasticPath) - Method in interface com.bea.alcs.persistence.ElasticPathDao
Load the search configuration.
loadSearchConfiguration(ElasticPath) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Load the search configuration.
loadUserByUsername(String) - Method in class com.bea.alcs.persistence.impl.CmUserAuthenticationDaoImpl
Locates the user based on the given userName of the cmUser.
loadUserByUsername(String) - Method in class com.bea.alcs.persistence.impl.CustomerAuthenticationDaoImpl
Locates the customer based on the given userName of the Customer.
loadUserByUsername(String) - Method in class com.bea.alcs.persistence.impl.GoogleCheckoutAuthenticationDaoImpl
Compares the given userName to google checkout merchant info.
loadWithNewSession(Class<T>, long) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Load a persistent instance with the given id.
loadWithNewSession(Class<T>, long) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Load a persistent instance with the given id.
loadWithNewSession(String, long) - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl.PersistentBeanFinder
Load a persistent instance with the given id.
LocalApplicationEntityManagerFactoryBean - Class in com.bea.alcs.persistence.impl
FactoryBean that creates a JPA EntityManagerFactory, allowing the location/name of the configuration file (normally META-INF/persistence.xml) file to be overridden.
LocalApplicationEntityManagerFactoryBean() - Constructor for class com.bea.alcs.persistence.impl.LocalApplicationEntityManagerFactoryBean
 
LOCALE - Static variable in interface com.bea.alcs.service.search.solr.SpellingConstants.SpellingParams
Suggestions for this locale.
LOCALE_CONTEXT - Static variable in class com.bea.alcs.commons.constants.WebConstants
Session attribute to be removed when CSR wants to open an internal browser to create customer account.
LOCALE_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the locale in a request.
LocaleDependantFields - Interface in com.bea.alcs.domain.catalog
Represents a collection of locale-dependant fields of a catalog object, like Product, or Category.
LOCALIZED_PROPERTIES - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.LocalizedProperties.
LOCALIZED_PROPERTY_DISPLAY_NAME - Static variable in interface com.bea.alcs.domain.catalog.Brand
The name of localized property -- display name.
LOCALIZED_PROPERTY_DISPLAY_NAME - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
The name of localized property key -- display name.
LOCALIZED_PROPERTY_DISPLAY_NAME - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
The name of localized property -- display name.
LOCALIZED_PROPERTY_DISPLAY_NAME - Static variable in interface com.bea.alcs.domain.tax.TaxCategory
The name of localized property -- displayName.
LOCALIZED_PROPERTY_NAME - Static variable in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
The name of localized property -- name.
LOCALIZED_PROPERTY_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.LocalizedProperties.
LocalizedProperties - Interface in com.bea.alcs.domain.misc
Represents a group of localized properties.
LocalizedPropertiesImpl - Class in com.bea.alcs.domain.misc.impl
Represents a default implementation of LocalizedProperties.
LocalizedPropertiesImpl() - Constructor for class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
 
LocalizedPropertyValue - Interface in com.bea.alcs.domain.misc
Represents a localized property value.
LocalizedPropertyValueImpl - Class in com.bea.alcs.domain.misc.impl
Represents a localized property value.
LocalizedPropertyValueImpl() - Constructor for class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
 
LOCK_IS_ALIEN - Static variable in interface com.bea.alcs.service.order.OrderLockService
Lock exists but it is created by another user.
LOG - Static variable in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
The logger.
LOG - Static variable in class com.bea.alcs.web.context.impl.EpContextConfigListener
Logger.
LOGIN_FAILED - Static variable in class com.bea.alcs.commons.constants.WebConstants
Login status flag used on sign in page.
logOrderCanceled(Order) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order canceled.
logOrderCanceled(Order) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order canceled.
logOrderExchangeCanceled(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when the exchange order is canceled.
logOrderExchangeCanceled(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when the exchange order is canceled.
logOrderExchangeCompleted(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when the exchange order is completed.
logOrderExchangeCompleted(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when the exchange order is completed.
logOrderExchangeCreated(Order) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when exchange order is created.
logOrderExchangeCreated(Order) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when exchange order is created.
logOrderExchnageCreated(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order exchange is created.
logOrderExchnageCreated(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order exchange is created.
logOrderHoldReleased(Order) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order hold is released.
logOrderHoldReleased(Order) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order hold is released.
logOrderNote(Order, String) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when notes added.
logOrderNote(Order, String) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when notes added.
logOrderOnHold(Order) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order is put on hold.
logOrderOnHold(Order) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order is put on hold.
logOrderPaymentCaptured(Order, OrderPayment) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when payment captured.
logOrderPaymentCaptured(Order, OrderPayment) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when payment captured.
logOrderPaymentRefund(Order, OrderPayment) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when payment refund.
logOrderPaymentRefund(Order, OrderPayment) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when payment refund.
logOrderPlaced(Order) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order placed.
logOrderPlaced(Order) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order placed.
logOrderReturnCanceled(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when the order return is canceled.
logOrderReturnCanceled(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when the order return is canceled.
logOrderReturnChanged(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when the order return is changed.
logOrderReturnChanged(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when the order return is changed.
logOrderReturnCompleted(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when the order return is completed.
logOrderReturnCompleted(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when the order return is completed.
logOrderReturnCreated(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order return is created.
logOrderReturnCreated(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order return is created.
logOrderReturnReceived(Order, OrderReturn) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when receive the return item.
logOrderReturnReceived(Order, OrderReturn) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when receive the return item.
logOrderShipmentAddressChanged(Order, PhysicalOrderShipment) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when shipping address changed.
logOrderShipmentAddressChanged(Order, PhysicalOrderShipment) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when shipping address changed.
logOrderShipmentCanceled(Order, OrderShipment) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order shipment canceled.
logOrderShipmentCanceled(Order, OrderShipment) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order shipment canceled.
logOrderShipmentMethodChanged(Order, PhysicalOrderShipment) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when shipping method changed.
logOrderShipmentMethodChanged(Order, PhysicalOrderShipment) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when shipping method changed.
logOrderShipmentReleased(Order, OrderShipment) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when order shipment released.
logOrderShipmentReleased(Order, OrderShipment) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when order shipment released.
logOrderSkuAdded(OrderShipment, OrderSku) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when new sku added.
logOrderSkuAdded(OrderShipment, OrderSku) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when new sku added.
logOrderSkuMoved(OrderShipment, OrderSku) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when sku moved to other shipments.
logOrderSkuMoved(OrderShipment, OrderSku) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when sku moved to other shipments.
logOrderSkuQuantityChanged(OrderShipment, OrderSku, int) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when sku quantity changed.
logOrderSkuQuantityChanged(OrderShipment, OrderSku, int) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when sku quantity changed.
logOrderSkuRemoved(OrderShipment, OrderSku) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Log the event when new sku removed.
logOrderSkuRemoved(OrderShipment, OrderSku) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Log the event when new sku removed.
LogoutFilter - Class in com.bea.alcs.commons.filter.impl
Replacement for the Acegi LogoutFilter using properties rather than constructor args.
LogoutFilter() - Constructor for class com.bea.alcs.commons.filter.impl.LogoutFilter
 
LONG_TEXT - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Text long attribute type contains 2000 characters or less.
LONG_TEXT_MAX_LENGTH - Static variable in class com.bea.alcs.commons.constants.GlobalConstants
Long text maximum length.
LONG_TEXT_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for long text.
LookupStoreConfigImpl - Class in com.bea.alcs.service.catalogview.impl
Looks up from the injected ElasticPath object the configured store every time the store object is requested.
LookupStoreConfigImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.LookupStoreConfigImpl
 
LOWER_VALUE_POSITION - Static variable in interface com.bea.alcs.domain.catalogview.RangeFilter
The lower value position.
LUCENE_RAW_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.query.LuceneRawSearchCriteria.
LuceneRawQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query composer for LuceneRawSearchCriteria.
LuceneRawQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.LuceneRawQueryComposerImpl
 
LuceneRawSearchCriteria - Class in com.bea.alcs.service.search.query
Raw search criteria which allows raw queries to be created.
LuceneRawSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.LuceneRawSearchCriteria
 

M

MAIL_HOST - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The attribute name of the email host.
Mailer - Interface in com.bea.alcs.commons.util
Provides the ability to send emails to a given email host.
MAILER_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.commons.util.MailMessage.
MailerImpl - Class in com.bea.alcs.commons.util.impl
This class is responsible for generating email body and sending email.
MailerImpl() - Constructor for class com.bea.alcs.commons.util.impl.MailerImpl
 
MailMessage - Interface in com.bea.alcs.commons.util
This bean holds the information needed by Mailer to send e-mails.
MailMessageImpl - Class in com.bea.alcs.commons.util.impl
The bean holds the information needed by the Mailer to send emails.
MailMessageImpl() - Constructor for class com.bea.alcs.commons.util.impl.MailMessageImpl
 
makeCurrency(String) - Static method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Proxy for Currency.getInstance(String).
mask(String) - Method in interface com.bea.alcs.commons.util.security.CardEncrypter
Replaces all stringToMask except last VISIBLE_SYMBOLS_NUMBER symbols with *.
mask(String) - Method in class com.bea.alcs.commons.util.security.impl.CardEncrypterImpl
Replaces all stringToMask except last VISIBLE_SYMBOLS_NUMBER symbols with *.
mask(String) - Method in class com.bea.alcs.commons.util.security.impl.CreditCardEncrypterImpl
Replaces the first 11 or 12 digits of a credit card with *.
masterCategoryExists(String) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Checks whether a master category with the given category code exists in the database.
matchAttributeMultiValue(AttributeValueWithType) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
 
MAX_COOKIE_AGE - Static variable in class com.bea.alcs.commons.constants.WebConstants
Maximum age for a cookie.
MAX_RETURN_NUMBER_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default value for maximum results to return.
MAX_VALUE - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the token to represent max value.
MAXIMUM_RESULTS_THRESHOLD_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default value for maximum results threshold.
MAXIMUM_SUGGESTIONS_PER_WORD_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default value for maximum suggestions per word.
merge(CategoryLoadTuner) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Merges the given load tuner with this one and returns the merged load tuner.
merge(CategoryTypeLoadTuner) - Method in interface com.bea.alcs.domain.catalog.CategoryTypeLoadTuner
Merges the given load tuner with this one and returns the merged load tuner.
merge(CategoryLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Merges the given load tuner with this one and returns the merged load tuner.
merge(CategoryTypeLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeLoadTunerImpl
Merges the given load tuner with this one and returns the merged load tuner.
merge(ProductLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Merges the given product load tuner with this one and returns the merged product load tuner.
merge(ProductSkuLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Merges the given load tuner with this one and returns the merged load tuner.
merge(ProductTypeLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Merges the given product type load tuner with this one and returns the merged load tuner.
merge(ProductLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
Merges the given product load tuner with this one and returns the merged product load tuner.
merge(ProductLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Merges the given product load tuner with this one and returns the merged product load tuner.
merge(ProductSkuLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Merges the given load tuner with this one and returns the merged load tuner.
merge(ProductTypeLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductTypeLoadTuner
Merges the given product type load tuner with this one and returns the merged load tuner.
merge(T) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Merge the given persistent instance.
merge(T) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Merge the given persistent instance.
mergeProperties(Properties) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Merges the given properties with the existing properties map by adding each property to the property map.
mergeProperties(Properties) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Merges the given properties with the existing properties map by adding each property to the property map.
mergeSubCountryCodeList(List<String>) - Method in class com.bea.alcs.domain.shipping.impl.RegionImpl
Merge the given additionalSubCountryCodeList into the existing subCountryCodeList of this Region instance.
mergeSubCountryCodeList(List<String>) - Method in interface com.bea.alcs.domain.shipping.Region
Merge the given additionalSubCountryCodeList into the existing subCountryCodeList of this Region instance.
mergeTemplateIntoString(String, Map<String, Object>) - Method in class com.bea.alcs.service.misc.impl.EmailServiceImpl
Generates a string from the given template by running it through the Velocity engine.
MessageSource - Interface in com.bea.alcs.commons.beanframework
Implementations can provide localized messages.
MIN_VALUE - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the token to represent max value.
MINIMUM_KEY_LENGTH - Static variable in interface com.bea.alcs.commons.util.security.StringEncrypter
The minimum length of the encryption key.
MINIMUM_LENGTH - Static variable in interface com.bea.alcs.service.search.solr.DisMaxConstants
Integer specifying the prefix length of fuzzy searches, if enabled.
MINIMUM_RESULTS_THRESHOLD_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default value for minimum results threshold.
MINIMUM_SIMILARITY - Static variable in interface com.bea.alcs.service.search.solr.DisMaxConstants
Float specifying the minimum similarity of fuzzy searches, if enabled.
MINIMUM_SIMILARITY_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default value for minimum similarity.
MinOrderQtyException - Exception in com.bea.alcs.domain.catalog
This exception is thrown when a an order cannot be fulfilled becasue the cart qty of an item is less than the permitted minimum order qty.
MinOrderQtyException(String) - Constructor for exception com.bea.alcs.domain.catalog.MinOrderQtyException
Constructor.
MONEY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.Money.
Money - Interface in com.bea.alcs.domain.misc
Represents an amount of money in a particular currency.
MoneyImpl - Class in com.bea.alcs.domain.misc.impl
Represents an amount of money in a particular currency.
MoneyImpl() - Constructor for class com.bea.alcs.domain.misc.impl.MoneyImpl
No-arg Constructor.
MoneyImpl(BigDecimal, Currency) - Constructor for class com.bea.alcs.domain.misc.impl.MoneyImpl
Constructor.
multiply(BigDecimal) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Return a new Money object whose value is this money object's value times the specified multiplier.
multiply(int) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Return a new Money object whose value is this money object's value times the specified multiplier.
multiply(BigDecimal) - Method in interface com.bea.alcs.domain.misc.Money
Return a new Money object whose value is this money object's value times the specified multiplier.
multiply(int) - Method in interface com.bea.alcs.domain.misc.Money
Return a new Money object whose value is this money object's value times the specified multiplier.
MultiStoreSeoUrlBuilderImpl - Class in com.bea.alcs.domain.catalogview.impl
Multi store SEO URL builder.
MultiStoreSeoUrlBuilderImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
 
MutableBeanFactory - Interface in com.bea.alcs.commons.beanframework
A BeanFactory that provides the ability for clients to modify the returned bean implementations.

N

nameExists(String) - Method in interface com.bea.alcs.service.catalog.CatalogService
Check whether or not the given catalog name already exists.
nameExists(String) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Check whether or not the given catalog name already exists.
nameExists(String) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Checks whether the given userRole name exists or not.
nameExists(UserRole) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Check whether the given userRole's name exists, discounting the given userRole.
nameExists(String) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Checks whether the given userRole name exists or not.
nameExists(UserRole) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Check whether the given userRole's name exists or not.
nameExists(String) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Check the given shipping region's name exists or not.
nameExists(ShippingRegion) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Check if a different shipping region with the given shipping region's name exists exists or not.
nameExists(String) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Check the given shipping region's name exists or not.
nameExists(ShippingRegion) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Check if a different shipping region with the given shipping region's name exists exists or not.
nameExistsInAttributeUsage(String, AttributeUsage) - Method in interface com.bea.alcs.service.attribute.AttributeService
Checks whether the given attribute name exists in this attribute usage or not.
nameExistsInAttributeUsage(Attribute) - Method in interface com.bea.alcs.service.attribute.AttributeService
Checks whether the given attribute name exists in this attribute usage or not.
nameExistsInAttributeUsage(String, AttributeUsage) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Checks whether the given attribute name exists in this attribute usage or not.
nameExistsInAttributeUsage(Attribute) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Checks whether the given attribute name exists in this attribute usage or not.
newInventory(String, String) - Method in interface com.bea.alcs.service.catalog.InventoryListener
Notification for receiving new inventory on a specific sku and warehouse.
NoCachingProductRetrieveStrategyImpl - Class in com.bea.alcs.service.catalogview.impl
Provides an implementation of ProductRetrieveStrategy with no caching ability.
NoCachingProductRetrieveStrategyImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.NoCachingProductRetrieveStrategyImpl
 
NONE - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Nothing is loaded by the UID.
normalizeOrderReturn() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Removes order return skus that has 0 quantity.
normalizeOrderReturn() - Method in interface com.bea.alcs.domain.order.OrderReturn
Removes order return skus that has 0 quantity.
notifyBrandUpdated(Brand) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Notifies the product service that a Brand has been updated.
notifyBrandUpdated(Brand) - Method in interface com.bea.alcs.service.catalog.ProductService
Notifies the product service that a Brand has been updated.
notifyCategoryUpdated(Category) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Notifies the product service that a Category has been updated.
notifyCategoryUpdated(Category) - Method in interface com.bea.alcs.service.catalog.ProductService
Notifies the product service that a Category has been updated.
notifyProductTypeUpdated(ProductType) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Notifies the product service that a ProductType has been updated.
notifyProductTypeUpdated(ProductType) - Method in interface com.bea.alcs.service.catalog.ProductService
Notifies the product service that a ProductType has been updated.
notifySkuOptionUpdated(SkuOption) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Notifies the product service that a SkuOption has been updated.
notifySkuOptionUpdated(SkuOption) - Method in interface com.bea.alcs.service.catalog.ProductService
Notifies the product service that a SkuOption has been updated.
notifySkuUpdated(ProductSku) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Notifies the product service that a ProductSku has been updated.
notifySkuUpdated(ProductSku) - Method in interface com.bea.alcs.service.catalog.ProductService
Notifies the product service that a ProductSku has been updated.
NULL_VALUE - Static variable in class com.bea.alcs.commons.constants.GlobalConstants
The string to represents null.
NullCheckoutEventHandlerImpl - Class in com.bea.alcs.service.shoppingcart.impl
This implementation of CheckoutEventHandler does not perform any action as a result of a checkout event.
NullCheckoutEventHandlerImpl() - Constructor for class com.bea.alcs.service.shoppingcart.impl.NullCheckoutEventHandlerImpl
 
NullPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Implements a payment gateway for testing and demonstration purposes that always authorizes all payments.
NullPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
 
NUM_ITEMS_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Number of items.
NUM_ITEMS_QUANTIFIER_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
NumItems quantifier parameter value must be "at least" or "exactly".
NUM_SUGGESTIONS - Static variable in interface com.bea.alcs.service.search.solr.SpellingConstants.SpellingParams
Number of spelling suggestions.

O

OBJECT_UID - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Object UID key.
ObjectWithLocaleDependantFields - Interface in com.bea.alcs.domain.catalog
Represents an object with LocaleDependantFields.
obtainOrderLock(Order, CmUser, Date) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Creates the order lock and returns the newly created order lock.
obtainOrderLock(Order, CmUser, Date) - Method in interface com.bea.alcs.service.order.OrderLockService
Creates the order lock and returns the newly created order lock.
open(String) - Method in interface com.bea.alcs.persistence.CsvFileReader
Open a csv file.
open(String, char, char) - Method in interface com.bea.alcs.persistence.CsvFileReader
Open a csv file with the given column delimeter and text qualifier.
open(String) - Method in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
Open a csv file.
open(String, char, char) - Method in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
Open a csv file with the given column delimeter and text qualifier.
open(String) - Method in class com.bea.alcs.persistence.impl.PrintWriterImpl
Open a file to write.
open(String) - Method in interface com.bea.alcs.persistence.PrintWriter
Open a file to write.
OpenJPAFetchPlanHelperImpl - Class in com.bea.alcs.service.misc.impl
The OpenJPA implementation of FetchPlanHelper.
OpenJPAFetchPlanHelperImpl() - Constructor for class com.bea.alcs.service.misc.impl.OpenJPAFetchPlanHelperImpl
 
optimize() - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.LuceneRawSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimize() - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Optimizes a search criteria by removing unnecessary information.
optimizeInternal() - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Optimizes the search criteria.
optimizeInternal() - Method in class com.bea.alcs.service.search.query.KeywordSearchCriteria
Optimizes the search criteria.
optimizeInternal() - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Optimizes a search criteria by removing unnecessary information.
optionValueKeyExists(SkuOptionValue) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Check whether the given sku option value's key exists or not.
optionValueKeyExists(String) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Check whether the given sku option value's key exists or not.
optionValueKeyExists(String) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Check whether the given sku option value's key exists or not.
OR_OPERATOR - Static variable in interface com.bea.alcs.domain.rules.Rule
"OR" operator.
ORDER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.Order.
Order - Interface in com.bea.alcs.domain.order
Order represents a customer's order.
ORDER - Static variable in class com.bea.alcs.domain.payment.CheckoutTransactionBehaviour
The checkout transaction behaviour is to verify sufficient funds followed by an auth and capture at shipping time.
order(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Perform order transaction.
order(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Verify sufficient funds exist for a payment..
order(OrderPayment, Address) - Method in interface com.bea.alcs.domain.payment.PayPalExpressPaymentGateway
Verify sufficient funds exist for a payment, but don't put a hold on them.
ORDER_ADDRESS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderAddress.
ORDER_ADDRESSES - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for populating order addresses.
ORDER_ALLOCATION_PROCESSOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.OrderAllocationProcessor.
ORDER_CRITERION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.persistence.support.impl.OrderCriterionImpl.
ORDER_EVENT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderEvent.
ORDER_EVENT_HELPER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.event.OrderEventHelper.
ORDER_INDEX - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for the order index.
ORDER_INFO_AJAX_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.ajaxbean.impl.OrderInfoAjaxBean.
ORDER_IS_LOCKED - Static variable in interface com.bea.alcs.service.order.OrderLockService
Order is locked by another user.
ORDER_LOCK - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderLock.
ORDER_LOCK_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.OrderlockService.
ORDER_NOTES - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for the notes.
ORDER_NUMBER - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Order number.
ORDER_PAYMENT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderPayment.
ORDER_PAYMENT_SESSION - Static variable in class com.bea.alcs.commons.constants.WebConstants
OrderPaymentSession object.
ORDER_RETURN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.OrderReturn.
ORDER_RETURN_INDEX - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for the order return index.
ORDER_RETURN_RECEIVED_STATE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderReturnReceivedState.
ORDER_RETURN_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.impl.OrderReturnSearchCriteriaImpl.
ORDER_RETURN_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.ReturnAndExchangeServiceImpl.
ORDER_RETURN_SKU - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.OrderReturnSku.
ORDER_RETURN_SKU_REASON - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderReturnSkuReason.
ORDER_RETURN_SOLR_CORE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
SOLR core name of the order return index.
ORDER_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.impl.OrderSearchCriteriaImpl.
ORDER_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.OrderService.
ORDER_SKU - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderSku.
ORDER_SOLR_CORE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
SOLR core name of the order index.
ORDER_SOURCE_GOOGLE_CHECKOUT - Static variable in interface com.bea.alcs.domain.order.Order
this is used for google checkout service.
ORDER_STATUS - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Order status.
ORDER_TAX_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.OrderTaxValue.
ORDER_TRANSACTION - Static variable in interface com.bea.alcs.domain.order.OrderPayment
The orderPayment transaction type of fund verification.
ORDER_WAS_MODIFIED - Static variable in interface com.bea.alcs.service.order.OrderLockService
Order was modified since it was opened in editor.
ORDER_WAS_UNLOCKED - Static variable in interface com.bea.alcs.service.order.OrderLockService
Lock was removed by another user.
Orderable - Interface in com.bea.alcs.domain.misc
Represents a domain object that can be ordered.
OrderAddress - Interface in com.bea.alcs.domain.order
OrderAddress represents a North American address.
OrderAddressImpl - Class in com.bea.alcs.domain.order.impl
Address that is stored as part of a completed order.
OrderAddressImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderAddressImpl
 
OrderAllocationProcessor - Interface in com.bea.alcs.service.order
Processor for allocating unallocated quantities on orders with the available quantities from inventory.
OrderAllocationProcessorImpl - Class in com.bea.alcs.service.order.impl
Order allocation processor responsible for allocating all the quantities that have not been allocated so far.
OrderAllocationProcessorImpl() - Constructor for class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
 
OrderCriterion - Interface in com.bea.alcs.persistence.support
OrderCriterion generates the proper criteria for order domain object.
OrderCriterionImpl - Class in com.bea.alcs.persistence.support.impl
Implementation of OrderCriterion that constructs the appropriate criteria for order queries.
OrderCriterionImpl() - Constructor for class com.bea.alcs.persistence.support.impl.OrderCriterionImpl
 
OrderEmailPropertyHelper - Interface in com.bea.alcs.domain.misc
Helper for constructing email properties.
OrderEmailPropertyHelperImpl - Class in com.bea.alcs.domain.misc.impl
Helper for processing email properties for Order e-mails.
OrderEmailPropertyHelperImpl() - Constructor for class com.bea.alcs.domain.misc.impl.OrderEmailPropertyHelperImpl
 
OrderEvent - Interface in com.bea.alcs.domain.order
OrderEvent represents a event made on an order by a CSR/System/Customer.
OrderEventHelper - Interface in com.bea.alcs.domain.event
The helper on the OrderEvent.
OrderEventHelperImpl - Class in com.bea.alcs.domain.event.impl
The helper on the OrderEvent.
OrderEventHelperImpl() - Constructor for class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
 
OrderEventImpl - Class in com.bea.alcs.domain.order.impl
Represents order events added to an order.
OrderEventImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderEventImpl
 
OrderImpl - Class in com.bea.alcs.domain.order.impl
The default implementation of Order.
OrderImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderImpl
 
ORDERING_COMPARATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.OrderingComparator.
OrderingComparator - Interface in com.bea.alcs.domain.misc
Comparator for ordering Orderable objects.
OrderingComparatorImpl - Class in com.bea.alcs.domain.misc.impl
Default implementation of OrderingComparator.
OrderingComparatorImpl() - Constructor for class com.bea.alcs.domain.misc.impl.OrderingComparatorImpl
 
OrderLock - Interface in com.bea.alcs.domain.order
OrderLock represents an order's lock.
OrderLockImpl - Class in com.bea.alcs.domain.order.impl
The OrderLock implementation.
OrderLockImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderLockImpl
 
OrderLockService - Interface in com.bea.alcs.service.order
Provides storage and access to OrderLock objects.
OrderLockServiceImpl - Class in com.bea.alcs.service.order.impl
Provides storage and access to OrderLock objects.
OrderLockServiceImpl() - Constructor for class com.bea.alcs.service.order.impl.OrderLockServiceImpl
 
OrderNotPersistedException - Exception in com.bea.alcs.domain.order.impl
This exception will be thrown when a change that should only be made to a persisted Order is made to an Order that has not been persisted.
OrderNotPersistedException(String, Throwable) - Constructor for exception com.bea.alcs.domain.order.impl.OrderNotPersistedException
Creates a new instance of this exception along with a root cause.
OrderNotPersistedException(String) - Constructor for exception com.bea.alcs.domain.order.impl.OrderNotPersistedException
Creates a new instance of this exception.
OrderPayment - Interface in com.bea.alcs.domain.order
Represents customer payment information.
OrderPaymentHelper - Class in com.bea.alcs.service.payment.impl
Provide helping capabilities for order payments' searching, amounts calculation.
OrderPaymentHelper() - Constructor for class com.bea.alcs.service.payment.impl.OrderPaymentHelper
 
OrderPaymentImpl - Class in com.bea.alcs.domain.order.impl
Represents customer payment information.
OrderPaymentImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderPaymentImpl
 
OrderPaymentStatus - Enum in com.bea.alcs.domain.order
Represents the customer orderPayment status.
OrderQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query compose for orders search.
OrderQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.OrderQueryComposerImpl
 
OrderReturn - Interface in com.bea.alcs.domain.order
OrderReturn represents a customer's order return.
OrderReturnImpl - Class in com.bea.alcs.domain.order.impl
OrderReturn represents a customer's order return.
OrderReturnImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderReturnImpl
 
OrderReturnOutOfDateException - Exception in com.bea.alcs.service.order
Subclass of ChangeCollisionException.
OrderReturnOutOfDateException(String) - Constructor for exception com.bea.alcs.service.order.OrderReturnOutOfDateException
Creates a new IllegalReturnStateException object.
OrderReturnOutOfDateException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.OrderReturnOutOfDateException
Creates a new IllegalReturnStateException object.
OrderReturnQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query compose for order returns search.
OrderReturnQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.OrderReturnQueryComposerImpl
 
OrderReturnReason - Enum in com.bea.alcs.domain.order
A OrderReturnReason represents a reason associated with a OrderReturn.
OrderReturnReceivedState - Interface in com.bea.alcs.domain.order
Represents received state for SKU.
OrderReturnReceivedStateImpl - Class in com.bea.alcs.domain.order.impl
Represents received state for SKU.
OrderReturnReceivedStateImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderReturnReceivedStateImpl
 
OrderReturnSearchCriteria - Class in com.bea.alcs.service.search.query
A criteria for advanced order return search.
OrderReturnSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
 
OrderReturnSku - Interface in com.bea.alcs.domain.order
Represents a sku included into the OrderSku.
OrderReturnSkuComparatorFactory - Class in com.bea.alcs.commons.util
The comparator factory which uses to create order return sku comparators.
OrderReturnSkuImpl - Class in com.bea.alcs.domain.order.impl
The default implementation of OrderReturnSku.
OrderReturnSkuImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
 
OrderReturnSkuReason - Interface in com.bea.alcs.domain.order
A OrderReturnSkuReason represents a reason associated with a OrderReturnSku.
OrderReturnSkuReasonImpl - Class in com.bea.alcs.domain.order.impl
A OrderReturnSkuReason represents a reason associated with a OrderReturnSku.
OrderReturnSkuReasonImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderReturnSkuReasonImpl
 
OrderReturnStatus - Enum in com.bea.alcs.domain.order
Represents order return status.
OrderReturnType - Enum in com.bea.alcs.domain.order
Represents order return type.
OrderSearchCriteria - Class in com.bea.alcs.service.search.query
A criteria for advanced order search.
OrderSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.OrderSearchCriteria
 
OrderService - Interface in com.bea.alcs.service.order
Provides storage and access to Order objects.
OrderServiceImpl - Class in com.bea.alcs.service.order.impl
Provides storage and access to Order objects.
OrderServiceImpl() - Constructor for class com.bea.alcs.service.order.impl.OrderServiceImpl
 
OrderShipment - Interface in com.bea.alcs.domain.order
OrderShipment represents a customer's order shipment.
OrderShipment.ShipmentType - Enum in com.bea.alcs.domain.order
Define types of shipments.
OrderShipmentComparatorFactory - Class in com.bea.alcs.commons.util
The comparator factory which uses to create order shipment comparators.
OrderShipmentNotFoundException - Exception in com.bea.alcs.service.order
Exception is thrown when order shipment can't be found with such search criteria.
OrderShipmentNotFoundException(String) - Constructor for exception com.bea.alcs.service.order.OrderShipmentNotFoundException
The constructor.
OrderShipmentNotFoundException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.OrderShipmentNotFoundException
The constructor.
OrderShipmentStatus - Enum in com.bea.alcs.domain.order
Represents the customer orderShipment status.
OrderSku - Interface in com.bea.alcs.domain.order
Represents an order for a quantity of SKUs.
OrderSkuComparatorFactory - Class in com.bea.alcs.commons.util
The comparator factory which uses to create order sku comparators.
OrderSkuImpl - Class in com.bea.alcs.domain.order.impl
Represents an order for a quantity of SKUs.
OrderSkuImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
OrderStatus - Enum in com.bea.alcs.domain.order
Represents the order status.
OrderTaxValue - Interface in com.bea.alcs.domain.order
Represents order tax information.
OrderTaxValueImpl - Class in com.bea.alcs.domain.order.impl
Represents order tax information.
OrderTaxValueImpl() - Constructor for class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
 
OrderTotalPercentageMethodImpl - Class in com.bea.alcs.domain.shipping.impl
Shipping cost calculation method that calculates the shipping cost as % of order total.
OrderTotalPercentageMethodImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl
 

P

PAGE_NUMBER_PREFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) ID prefix for page numbers.
PARAMETER_KEYS - Static variable in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Set of keys required for this rule action.
PARAMETER_KEYS - Static variable in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Set of keys required for this rule action.
PARENT_CATEGORY_UIDS - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Parent category UIDs.
parseAndPopulateBean(String, InboundVariable, InboundContext, Object) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
Attempt to coerce the data from a string to an Object.
parseSection(Element) - Method in class com.bea.alcs.commons.util.config.impl.DefaultSearchConfigSectionParserImpl
Parse the given sectionElement.
parseSection(Element) - Method in interface com.bea.alcs.commons.util.config.XmlSectionParser
Parse the given sectionElement.
parseShortTextMultiValues(String) - Static method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Parse the multi values for short text type.
parseSorterIdStr(String) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Parses the sorter identifier string into SortBy and SortOrder objects.
parseSorterIdStr(String) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the sorter identifier string.
parseSortString(String) - Static method in enum com.bea.alcs.service.search.query.SortBy
Attempts to parse a sorting string into a SortBy.
parseSortString(String) - Static method in enum com.bea.alcs.service.search.query.SortOrder
Attempts to parse a sorting string into a SortOrder.
passProductsThroughRuleEngine(ShoppingCart, Collection<? extends Product>) - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Pass the given products through rule engine.
passProductThroughRuleEngine(ShoppingCart, Product) - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Pass the given product through rule engine.
passProductThroughRuleEngine(Product) - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Pass the given product through rule engine using an empty cart.
PASSWORD_GENERATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.commons.util.PasswordGenerator.
PASSWORDENCODER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of org.acegisecurity.providers.encoding.PasswordEncoder.
PasswordGenerator - Interface in com.bea.alcs.commons.util
A password generator can generate random passwords.
PasswordGeneratorImpl - Class in com.bea.alcs.commons.util.impl
This password generator generate random passwords with only letters and digits.
PasswordGeneratorImpl() - Constructor for class com.bea.alcs.commons.util.impl.PasswordGeneratorImpl
 
PAYER_AUTH_VALIDATION_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.misc.PayerAuthValidationValue.
PAYER_AUTHENTICATE_INVALID - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
Payer Authenticate Invalid.
PAYER_AUTHENTICATION_ENROLLMENT_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.misc.PayerAuthenticationEnrollmentResult.
PAYER_AUTHENTICATION_ENROLLMENT_SESSION - Static variable in class com.bea.alcs.commons.constants.WebConstants
PayerAuthenticationEnrollmentSession object.
PAYER_AUTHENTICATION_SESSION - Static variable in class com.bea.alcs.commons.constants.WebConstants
PayerAuthenticationSession object.
PayerAuthenticationEnrollmentResult - Interface in com.bea.alcs.domain.misc
The result of checking if a credit card is enrolled for Payer Authentication (3D Secure).
PayerAuthenticationEnrollmentResultImpl - Class in com.bea.alcs.domain.misc.impl
Payer Authentication Checking Enrollment Response Value.
PayerAuthenticationEnrollmentResultImpl() - Constructor for class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
 
PayerAuthenticationException - Exception in com.bea.alcs.domain.payment
Exception to throw if the payer authentication is invalid.
PayerAuthenticationException(String) - Constructor for exception com.bea.alcs.domain.payment.PayerAuthenticationException
Constructor.
PayerAuthenticationSession - Interface in com.bea.alcs.domain.payment
Session object to hold information relating to a Payer Authentication.
PayerAuthenticationSessionImpl - Class in com.bea.alcs.domain.payment.impl
Session object to hold information relating to a Payer Authentication.
PayerAuthenticationSessionImpl(int) - Constructor for class com.bea.alcs.domain.payment.impl.PayerAuthenticationSessionImpl
Contract.
PayerAuthValidationValue - Interface in com.bea.alcs.domain.misc
Payer Authentication Validation Response Value.
PayerAuthValidationValueImpl - Class in com.bea.alcs.domain.misc.impl
Payer Authentication Validation Response Value.
PayerAuthValidationValueImpl() - Constructor for class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
 
PayflowProPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
Implements a payment gateway for Verisign/paypal's PayflowPro.
PayflowProPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
 
PAYMENT_GATEWAY_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
General payment gateway error.
PAYMENT_GATEWAY_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayPalExpressSession
General payment gateway error.
PAYMENT_GATEWAY_FACTORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.PaymentGatewayFactory.
PAYMENT_GATEWAY_PROPERTY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.PaymentGatewayProperty.
PAYMENT_GATEWAY_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.payment.PaymentGatewayService.
PAYMENT_HANDLER_CREDITCARD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.CreditCardPaymentHandler.
PAYMENT_HANDLER_EXCHANGE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.ExchangePaymentHandler.
PAYMENT_HANDLER_FACTORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.payment.PaymentHandlerFactory.
PAYMENT_HANDLER_GIFTCERTIFICATE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.GiftCertificatePaymentHandler.
PAYMENT_HANDLER_GOOGLE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.GooglePaymentHandler.
PAYMENT_HANDLER_PAYPAL - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.PayPalExpressPaymentHandler.
PAYMENT_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.payment.PaymentResult.
PAYMENT_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.payment.PaymentService.
PaymentGateway - Interface in com.bea.alcs.domain.payment
Represents a payment processing gateway such as Verisign or Cybersource.
PaymentGatewayException - Exception in com.bea.alcs.domain.payment
This exception is thrown when the payment processor fails to process a request.
PaymentGatewayException(String) - Constructor for exception com.bea.alcs.domain.payment.PaymentGatewayException
Constructor.
PaymentGatewayException(String, Throwable) - Constructor for exception com.bea.alcs.domain.payment.PaymentGatewayException
Creates a new PaymentGatewayException object using the given message and cause exception.
PaymentGatewayFactory - Interface in com.bea.alcs.domain.payment
The factory for handling PaymentGateways.
PaymentGatewayFactoryImpl - Class in com.bea.alcs.domain.payment.impl
Default implementation of PaymentGatewayFactory.
PaymentGatewayFactoryImpl() - Constructor for class com.bea.alcs.domain.payment.impl.PaymentGatewayFactoryImpl
 
PaymentGatewayProperty - Interface in com.bea.alcs.domain.payment
Represents a Properties string to string properties map.
PaymentGatewayPropertyImpl - Class in com.bea.alcs.domain.payment.impl
Default implementation of PaymentGatewayProperty.
PaymentGatewayPropertyImpl() - Constructor for class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
 
PaymentGatewayService - Interface in com.bea.alcs.service.payment
Provides payment gateway related services.
PaymentGatewayServiceImpl - Class in com.bea.alcs.service.payment.impl
Default implementation of PaymentGatewayService.
PaymentGatewayServiceImpl() - Constructor for class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
 
PaymentHandler - Interface in com.bea.alcs.domain.payment
A Payment Handler acts as an interface between the payment service and the payment gateway.
PaymentHandlerFactory - Interface in com.bea.alcs.domain.payment
Payment handler factory class for getting instance of PaymentHandler.
PaymentHandlerFactoryImpl - Class in com.bea.alcs.domain.payment.impl
Payment handler factory class for getting instance of PaymentHandler.
PaymentHandlerFactoryImpl() - Constructor for class com.bea.alcs.domain.payment.impl.PaymentHandlerFactoryImpl
 
PaymentProcessingException - Exception in com.bea.alcs.domain.payment
Common ancestor for all payment processing exceptions.
PaymentProcessingException(String) - Constructor for exception com.bea.alcs.domain.payment.PaymentProcessingException
Creates a new PaymentProcessingException object with the given message.
PaymentResult - Interface in com.bea.alcs.service.payment
Payment result interface.
PaymentResultImpl - Class in com.bea.alcs.service.payment.impl
Used by the payment service to provide information on a operation result.
PaymentResultImpl() - Constructor for class com.bea.alcs.service.payment.impl.PaymentResultImpl
 
PaymentsComparatorFactory - Class in com.bea.alcs.commons.util
The comparator factory which uses to create some comparators for Payments.
PaymentService - Interface in com.bea.alcs.service.payment
Payment service that handles all the cases when an interaction with the payment gateways is needed.
PaymentServiceException - Exception in com.bea.alcs.service.payment
Payment exception.
PaymentServiceException(String) - Constructor for exception com.bea.alcs.service.payment.PaymentServiceException
 
PaymentServiceException(String, Throwable) - Constructor for exception com.bea.alcs.service.payment.PaymentServiceException
 
PaymentServiceImpl - Class in com.bea.alcs.service.payment.impl
Payment service implementation.
PaymentServiceImpl() - Constructor for class com.bea.alcs.service.payment.impl.PaymentServiceImpl
 
PaymentType - Enum in com.bea.alcs.domain.payment
Represents the payment type.
PAYPAL_EXPRESS_CHECKOUT_SESSION - Static variable in class com.bea.alcs.commons.constants.WebConstants
PayPalExpressSession object.
PAYPAL_EXPRESS_PAYMENT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.payment.PayPalExpressPayment.
PaypalDoDirectPaymentGateway - Interface in com.bea.alcs.domain.payment
Provides services for integrating with PayPal Direct Payment.
PaypalDoDirectPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
The default implementation of PaypalDoDirectPaymentGatewayImpl.
PaypalDoDirectPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
 
PayPalExpressPaymentGateway - Interface in com.bea.alcs.domain.payment
Provides services for integrating with PayPal Express Payment.
PaypalExpressPaymentGatewayImpl - Class in com.bea.alcs.domain.payment.impl
The default implementation of PaypalExpressPaymentService.
PaypalExpressPaymentGatewayImpl() - Constructor for class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
 
PayPalExpressPaymentHandler - Class in com.bea.alcs.domain.payment.impl
Paypal express handler.
PayPalExpressPaymentHandler() - Constructor for class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
 
PayPalExpressSession - Interface in com.bea.alcs.domain.payment
Session object to hold information relating to a PayPal Express checkout session.
PayPalExpressSessionImpl - Class in com.bea.alcs.domain.payment.impl
Default implementation of PayPalExpressSession.
PayPalExpressSessionImpl(String) - Constructor for class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
Create a new PayPal EC session object with the specified token.
Persistence - Interface in com.bea.alcs.domain
Represents domain objects need to be persisted.
PERSISTENCE_ENGINE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.persistence.PersistenceEngine.
PersistenceEngine - Interface in com.bea.alcs.persistence
The persistence engine interface.
PersistenceSession - Interface in com.bea.alcs.persistence
The perisistence session interface.
PersistenceSessionFactory - Interface in com.bea.alcs.persistence
The persistence session factory interface.
PHONE_NUMBER - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Phone number.
PHYSICAL_ORDER_SHIPMENT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.PhysicalOrderShipment.
PHYSICAL_STRING - Static variable in enum com.bea.alcs.domain.order.OrderShipment.ShipmentType
Used for discriminator, which requires a static final string, so it's all defined in one place.
PhysicalOrderShipment - Interface in com.bea.alcs.domain.order
PhysicalOrderShipment represents a customer's order shipment containing physical (shippable) goods.
PhysicalOrderShipmentImpl - Class in com.bea.alcs.domain.order.impl
PhysicalOrderShipmentImpl represents a customer's order shipment for shippable goods.
PhysicalOrderShipmentImpl() - Constructor for class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
 
PICK_LIST - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.order.PickList.
PICK_LIST_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.order.PickListServiceImpl.
PickList - Interface in com.bea.alcs.domain.order
PickList represents a pick list of the order shipments.
PickListImpl - Class in com.bea.alcs.domain.order.impl
PickList represents a pick list of the order shipments.
PickListImpl() - Constructor for class com.bea.alcs.domain.order.impl.PickListImpl
 
PickListService - Interface in com.bea.alcs.service.order
Provides storage and access to PickList objects.
PickListServiceImpl - Class in com.bea.alcs.service.order.impl
PickList represents a pick list of the order shipments.
PickListServiceImpl() - Constructor for class com.bea.alcs.service.order.impl.PickListServiceImpl
 
PluginBeanFactoryPostProcessor - Class in com.bea.alcs.commons.util.impl
PluginBeanFactoryPostProcessor allows plugins to self-configure without having to modify the original base configuration files.
PluginBeanFactoryPostProcessor() - Constructor for class com.bea.alcs.commons.util.impl.PluginBeanFactoryPostProcessor
 
populateChildenCategory(Category, int, FetchGroupLoadTuner) - Method in interface com.bea.alcs.service.catalog.CategoryService
Populate children category to the given category.
populateChildenCategory(Category, int, FetchGroupLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Populate children category to the given category.
populateFromExceptionStr(String) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleExceptionsImpl
Return the instance of PromotionRuleExceptions from parsing the given string representation.
populateFromExceptionStr(String) - Method in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Return the instance of PromotionRuleExceptions from parsing the given string representation.
populateOrderReturn(Order, OrderShipment, OrderReturnType) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Populate order return with the data derived from order for the shipment that is being returned.
populateOrderReturn(Order, OrderShipment, OrderReturnType) - Method in interface com.bea.alcs.domain.order.OrderReturn
Populate order return with the data derived from order for the shipment that is being returned.
populateShoppingCart(OrderReturn, Collection<? extends LineItem>, ShippingServiceLevel, Address) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Populates internal exchange's shopping cart.
populateShoppingCart(OrderReturn, Collection<? extends LineItem>, ShippingServiceLevel, BigDecimal, BigDecimal, Address) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Populates internal exchange's shopping cart.
populateShoppingCart(OrderReturn, Collection<? extends LineItem>, ShippingServiceLevel, Address) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Populates internal exchange's shopping cart.
populateShoppingCart(OrderReturn, Collection<? extends LineItem>, ShippingServiceLevel, BigDecimal, BigDecimal, Address) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Populates internal exchange's shopping cart.
postAdd(Persistence) - Method in class com.bea.alcs.service.impl.ProcessingHookAdapterImpl
Perform operations with the given object after persisting. This default implementation does nothing.
postAdd(Persistence) - Method in interface com.bea.alcs.service.ProcessingHook
Perform operations with the given object after persisting.
postAdd(Persistence) - Method in class com.bea.alcs.service.search.impl.CatalogPromotionSolrHook
Perform operations with the given object after persisting. This should only be called for operations where the object has not been previously persisted. This default implementation does nothing.
postCheckout(ShoppingCart, OrderPayment, Order) - Method in interface com.bea.alcs.service.shoppingcart.CheckoutEventHandler
This event occurs after a checkout process has completed.
postCheckout(ShoppingCart, OrderPayment, Order) - Method in class com.bea.alcs.service.shoppingcart.impl.AbstractCheckoutEventHandlerImpl
This event occurs after a checkout process has completed.
postCommitUnitTransactionCommit() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerInventoryImpl
Loop through the imported row triggers and get their orders allocated.
postDelete(Persistence) - Method in class com.bea.alcs.service.impl.ProcessingHookAdapterImpl
Perform operations with the given object after deletion. This default implementation does nothing.
postDelete(Persistence) - Method in interface com.bea.alcs.service.ProcessingHook
Perform operations with the given object after deletion.
postDelete(Persistence) - Method in class com.bea.alcs.service.search.impl.CatalogPromotionSolrHook
Perform operations with the given object after deletion. This default implementation does nothing.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.bea.alcs.commons.util.impl.PluginBeanFactoryPostProcessor
Modify the application context's internal bean factory after its standard initialization.
postProcessVelocityEngine(VelocityEngine) - Method in class com.bea.alcs.service.misc.AssetAwareVelocityEngineFactoryBean
Provides a defined resource loader path to load the spring Velocity macros.
postUpdate(Persistence, Persistence) - Method in class com.bea.alcs.service.impl.ProcessingHookAdapterImpl
Perform operations with the given objects after updating. This default implementation does nothing.
postUpdate(Persistence, Persistence) - Method in interface com.bea.alcs.service.ProcessingHook
Perform operations with the given objects after updating.
postUpdate(Persistence, Persistence) - Method in class com.bea.alcs.service.search.impl.CatalogPromotionSolrHook
Perform operations with the given objects after updating. This should only be done for objects that have been previously persisted. It is up to the service to provide a valid oldObject or null if the old object cannot/should not be obtained. This default implementation does nothing.
preAdd(Persistence) - Method in class com.bea.alcs.service.impl.ProcessingHookAdapterImpl
Perform operations with the given object before persisting. This default implementation does nothing.
preAdd(Persistence) - Method in interface com.bea.alcs.service.ProcessingHook
Perform operations with the given object before persisting.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Perform preAuthorize transaction.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Pre-authorize a payment.
preAuthorize(OrderPayment, Address) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Pre-authorize a payment.
preCheckout(ShoppingCart, OrderPayment) - Method in interface com.bea.alcs.service.shoppingcart.CheckoutEventHandler
This event occurs before any action is taken as part of the checkout process.
preCheckout(ShoppingCart, OrderPayment) - Method in class com.bea.alcs.service.shoppingcart.impl.AbstractCheckoutEventHandlerImpl
This event occurs before any action is taken as part of the checkout process.
preCheckoutOrderPersist(ShoppingCart, Collection<OrderPayment>, Order) - Method in interface com.bea.alcs.service.shoppingcart.CheckoutEventHandler
This event occurs after a checkout has been processed but before the order has been persisted.
preCheckoutOrderPersist(ShoppingCart, Collection<OrderPayment>, Order) - Method in class com.bea.alcs.service.shoppingcart.impl.AbstractCheckoutEventHandlerImpl
This event occurs after a checkout has been processed but before the order has been persisted.
preCommitUnitTransactionCreate() - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerInventoryImpl
Clear down the list of sku codes.
preDelete(Persistence) - Method in class com.bea.alcs.service.impl.ProcessingHookAdapterImpl
Perform operations with the given object before deletion. This default implementation does nothing.
preDelete(Persistence) - Method in interface com.bea.alcs.service.ProcessingHook
Perform operations with the given object before deletion.
PREFIX_FIELDS - Static variable in interface com.bea.alcs.service.search.solr.DisMaxConstants
Set of fields to use prefix queries on.
PREFIX_LENGTH_DEFAULT - Static variable in interface com.bea.alcs.domain.misc.SearchConfig
Default value for prefix length.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
A prefix used in product import field name.
PREFIX_OF_FIELD_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
A prefix used in product import field name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
A prefix used in product import data type name.
PREFIX_OF_IMPORT_DATA_TYPE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
A prefix used in product import data type name.
prepareConnection(HttpURLConnection, int) - Method in class com.bea.alcs.service.misc.impl.EpAuthenticationSimpleHttpInvokerRequestExecutor
Called every time a HTTP invocation is made.
prepareQuery(Query) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Prepare the given Query object, applying cache settings and/or a transaction timeout.
preUpdate(Persistence, Persistence) - Method in class com.bea.alcs.service.impl.ProcessingHookAdapterImpl
Perform operations with the given objects before updating. This default implementation does nothing.
preUpdate(Persistence, Persistence) - Method in interface com.bea.alcs.service.ProcessingHook
Perform operations with the given objects before updating.
PREVIEW_DATA - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the import preview data in a request.
Price - Interface in com.bea.alcs.domain.catalog
Interface implemented by classes representing product or service prices.
PRICE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Product price.
PRICE_CALCULATION_EXCLUSIVE - Static variable in interface com.bea.alcs.domain.tax.TaxJurisdiction
the "exclusive" price calculation method - item price does NOT include tax.
PRICE_CALCULATION_INCLUSIVE - Static variable in interface com.bea.alcs.domain.tax.TaxJurisdiction
the "inclusive" price calculation method - item price DOES include tax.
PRICE_FILTER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.impl.PriceFilterImpl.
PRICE_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in price filters in query strings.
PRICE_FILTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) ID prefix for price filters.
PRICE_SORTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in price sorter in query strings.
PRICE_TIER_ADAPTOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.dataimport.PriceTierAdaptor.
PriceFilter - Interface in com.bea.alcs.domain.catalogview
Represents a filter on product price.
PriceFilterImpl - Class in com.bea.alcs.domain.catalogview.impl
Default implementation of PriceFilter.
PriceFilterImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
 
PriceTier - Interface in com.bea.alcs.domain.catalog
PriceTier represents different price for different minimum quantity A Price should at least have a PriceTier When shopping a product, if quantity is provided, Price should get the nearest PriceTier with the minimum quantity equal or less than the given quantity.
PriceTierAdaptor - Interface in com.bea.alcs.domain.dataimport
Represents an adaptor of a PriceTier for import.
PriceTierAdaptorImpl - Class in com.bea.alcs.domain.dataimport.impl
Represetns a default implementation of the PriceTierAdaptor.
PriceTierAdaptorImpl() - Constructor for class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
The default constructor.
PRINT_WRITER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.persistence.impl.PrintWriterImpl.
println(String) - Method in class com.bea.alcs.persistence.impl.PrintWriterImpl
Writes the given string as a line.
println(String) - Method in interface com.bea.alcs.persistence.PrintWriter
Writes the given string as a line.
PrintWriter - Interface in com.bea.alcs.persistence
Represents a print writer.
PrintWriterImpl - Class in com.bea.alcs.persistence.impl
This is a default implementation of PrintWriter.
PrintWriterImpl() - Constructor for class com.bea.alcs.persistence.impl.PrintWriterImpl
 
processAllocationEvent(OrderSku, AllocationEventType, String, int, String) - Method in interface com.bea.alcs.service.order.AllocationService
 
processAllocationEvent(OrderSku, AllocationEventType, String, int, String) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
processGoogleOrder(NewOrderNotification) - Method in interface com.bea.alcs.service.shoppingcart.GoogleCheckoutService
Processes an order resulting from a google checkout.
processGoogleOrder(NewOrderNotification) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Notify Spring to start a transaction on the processOrder method.
ProcessingHook - Interface in com.bea.alcs.service
A processing hook provides operations for specific operations within a service.
ProcessingHookAdapterImpl - Class in com.bea.alcs.service.impl
This adaptor class provides default implementations for the methods described by the ProcessingHook interface.
ProcessingHookAdapterImpl() - Constructor for class com.bea.alcs.service.impl.ProcessingHookAdapterImpl
 
processInventoryUpdate(InventoryAudit) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Centralize the process on the inventory update events.
processInventoryUpdate(InventoryCommand) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Centralize the process on the inventory update events.
processInventoryUpdate(ProductSku, long, InventoryEventType, String, int, Order, String) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Centralize the process on the inventory update events.
processInventoryUpdate(InventoryAudit) - Method in interface com.bea.alcs.service.catalog.InventoryService
Centralize the process on the inventory update events.
processInventoryUpdate(ProductSku, long, InventoryEventType, String, int, Order, String) - Method in interface com.bea.alcs.service.catalog.InventoryService
Centralize the process on the inventory update events.
processOrder(Order, ShoppingCart, Collection<OrderPayment>, Customer) - Method in interface com.bea.alcs.service.shoppingcart.GoogleCheckoutService
IMPORTANT: This method is defined for the transaction issue purpose, and should not be called by your code.
processOrder(Order, ShoppingCart, Collection<OrderPayment>, Customer) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
IMPORTANT: This method is defined for the transaction issue purpose, and should not be called by your code.
processOrderCancellation(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Cancel an order, update the db and objects in one transaction.
processOrderCancellation(Order) - Method in interface com.bea.alcs.service.order.OrderService
Cancel an order, update the db and objects in one transaction.
processOrderOnCheckout(Order, boolean) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Allocates inventory, logs order event and saves the order to the database.
processOrderOnCheckout(Order, boolean) - Method in interface com.bea.alcs.service.order.OrderService
Processes an order resulting from a shopping cart checkout.
processOrderShipment(String, String, Date, boolean, EventOriginator) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
IMPORTANT: This method is defined for the transaction issue purpose, and should not be called by your code.
processOrderShipment(String, String, Date, boolean, EventOriginator) - Method in interface com.bea.alcs.service.order.OrderService
IMPORTANT: This method is defined for the transaction issue purpose, and should not be called by your code.
processOrderShipmentCancellation(PhysicalOrderShipment) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Cancel an orderShipment, update the db and objects in one transaction.
processOrderShipmentCancellation(PhysicalOrderShipment) - Method in interface com.bea.alcs.service.order.OrderService
Cancel an orderShipment, update the db and objects in one transaction.
processOrderShipmentPayment(String) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Process the payment for a shipment.
processOrderShipmentPayment(String) - Method in interface com.bea.alcs.service.order.OrderService
Process the payment for a shipment.
processOutstandingOrders(String, String) - Method in class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
Allocate outstanding orders from given inventory.
processOutstandingOrders(String, String) - Method in interface com.bea.alcs.service.order.OrderAllocationProcessor
Allocate outstanding orders for the products with the given SKU code in the specified warehouse.
processPickList(PickList) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
This method should persist pick list to DB.
processPickList(PickList) - Method in interface com.bea.alcs.service.order.PickListService
This method should persist pick list to DB.
processRefundOrderPayment(long, String, OrderPayment, BigDecimal) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Partially or fully Refund the order based on the amount.
processRefundOrderPayment(long, String, OrderPayment, BigDecimal) - Method in interface com.bea.alcs.service.order.OrderService
Partially or fully Refund the order based on the amount.
processReleaseShipment(OrderShipment) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Releases an order shipment for picking/packing.
processReleaseShipment(OrderShipment) - Method in interface com.bea.alcs.service.order.OrderService
Releases the shipment for pick/pack.
processShipmentPayment(OrderShipment) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Captures funds for a shipment.
processShipmentPayment(OrderShipment) - Method in interface com.bea.alcs.service.payment.PaymentService
Handles payments on completing a shipment.
PRODUCR_IDS - Static variable in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Product UID.
PRODUCT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.Product.
PRODUCT - Static variable in interface com.bea.alcs.domain.attribute.AttributeUsage
Product attribute usage id.
Product - Interface in com.bea.alcs.domain.catalog
Product represents a merchandise product in Elastic Path.
PRODUCT_AJAX_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.ajaxbean.impl.ProductAjaxBean.
PRODUCT_AMOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.ProductAmountDiscountAction.
PRODUCT_ASSOCIATION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.ProductAssociation.
PRODUCT_ASSOCIATION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.ProductAssociationService.
PRODUCT_ATTRIBUTE_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ProductAttributeValue.
PRODUCT_BRAND_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.BrandConditionImpl.
PRODUCT_CACHE_LOADER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.catalogview.ProductCacheLoader.
PRODUCT_CAT_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.ProductCategoryCondition.
PRODUCT_CATEGORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ProductCategory.
PRODUCT_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Product code.
PRODUCT_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.ProductConditionImpl.
PRODUCT_DELETED - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ProductDeleted.
PRODUCT_EXCEPTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.ProductExceptionImpl.
PRODUCT_HASH_MINIMAL - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Loads the minimal amount of information required to have a product in any type of hash table.
PRODUCT_ID_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Product UID.
PRODUCT_IN_CART_COND - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.ProductInCartCondition.
PRODUCT_INDEX - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for the product index.
PRODUCT_INFO_AJAX_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.ajaxbean.impl.ProductInfoAjaxBean.
PRODUCT_LOAD_TUNER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.ProductLoadTuner.
PRODUCT_LOCALE_DEPENDANT_FIELDS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.impl.ProductLocaleDependentFieldsImpl.
PRODUCT_LOWEST_PRICE_COMPARATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.ProductLowestPriceComparator.
PRODUCT_NAME - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Product display name.
PRODUCT_NAME_EXACT - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Exact product display name.
PRODUCT_NAME_SORTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in product name sorter in query strings.
PRODUCT_PERCENT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.ProductPercentDiscountAction.
PRODUCT_PREFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) Url's prefix for products.
PRODUCT_PRICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.ProductPriceImpl.
PRODUCT_PRICE_TIER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.ProductPriceTierImpl.
PRODUCT_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.ProductSearchCriteria.
PRODUCT_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.ProductService.
PRODUCT_SKU - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ProductSku.
PRODUCT_SKU_AJAX_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.ajaxbean.impl.ProductSkuAjaxBean.
PRODUCT_SKU_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Product code.
PRODUCT_SKU_LOAD_TUNER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.ProductSkuLoadTuner.
PRODUCT_SKU_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.ProductSkuService.
PRODUCT_SOLR_CORE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
SOLR core name of the product index.
PRODUCT_TYPE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ProductType.
PRODUCT_TYPE_LOAD_TUNER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.ProductTypeLoadTuner.
PRODUCT_TYPE_PRODUCT_ATTRIBUTE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ProductType.
PRODUCT_TYPE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.ProductTypeService.
PRODUCT_TYPE_SKU_ATTRIBUTE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for product type implementation of com.bea.alcs.domain.attribute.AttributeGroup.
PRODUCT_USAGE - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
The product usage.
ProductAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a product by a given amount.
ProductAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
 
ProductAssociation - Interface in com.bea.alcs.domain.catalog
Represents a link between two products for the purpose of displaying information about related products when viewing a particular product.
ProductAssociationImpl - Class in com.bea.alcs.domain.catalog.impl
Represents a link between two products for the purpose of displaying information about related products when viewing a particular product.
ProductAssociationImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
 
ProductAssociationSearchCriteria - Class in com.bea.alcs.service.search.query
A criteria for advanced product associations search.
ProductAssociationSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
ProductAssociationService - Interface in com.bea.alcs.service.catalog
Provides services for storing and retrieving ProductAssociations.
ProductAssociationServiceImpl - Class in com.bea.alcs.service.catalog.impl
Provides services for storing and retrieving ProductAssociations.
ProductAssociationServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
 
ProductAttributeValueImpl - Class in com.bea.alcs.domain.attribute.impl
Class required for JPA persistence mapping.
ProductAttributeValueImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.ProductAttributeValueImpl
 
ProductCacheUpdateService - Interface in com.bea.alcs.service.catalog
This service updates the product cache implemented by the SingleCachingProductRetrievalStrategy when changes to the products are made through the Commerce Manager.
ProductCategory - Interface in com.bea.alcs.domain.catalog
ProductCategory represents an association between a Category and a Product.
ProductCategoryConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that requires a product to be in a particular category.
ProductCategoryConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
 
ProductCategoryImpl - Class in com.bea.alcs.domain.catalog.impl
The default implementation of Product.
ProductCategoryImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
 
ProductCategorySearchCriteria - Interface in com.bea.alcs.service.search
Represents a search criteria that has objects that are within a category.
ProductConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that identifies a product in a catalog promotion rule.
ProductConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ProductConditionImpl
 
ProductDeleted - Interface in com.bea.alcs.domain.catalog
ProductDeleted represents a deleted product.
ProductDeletedImpl - Class in com.bea.alcs.domain.catalog.impl
The default implementation of Product.
ProductDeletedImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Default constructor.
ProductExceptionImpl - Class in com.bea.alcs.domain.rules.impl
Rule exception that excludes a product to be qualified for a rule condition or a rule action.
ProductExceptionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ProductExceptionImpl
 
ProductImpl - Class in com.bea.alcs.domain.catalog.impl
An implementation of the Product interface for OpenJPA database persistence.
ProductImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductImpl
Default constructor.
ProductInCartConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that requires N items of a particular product to be in the shopping cart.
ProductInCartConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
 
ProductLoadTuner - Interface in com.bea.alcs.domain.catalog
Represents a tuner to control product load.
ProductLoadTunerImpl - Class in com.bea.alcs.domain.catalog.impl
Represents a tuner to control product load.
ProductLoadTunerImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Default constructor.
ProductLocaleDependantFieldsImpl - Class in com.bea.alcs.domain.catalog.impl
Class required for JPA persistence mapping.
ProductLocaleDependantFieldsImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductLocaleDependantFieldsImpl
 
ProductLowestPriceComparator - Interface in com.bea.alcs.domain.misc
Represents a Comparator on product lowest price.
ProductLowestPriceComparatorImpl - Class in com.bea.alcs.domain.misc.impl
This is a default implementation of ProductLowestPriceComparator.
ProductLowestPriceComparatorImpl() - Constructor for class com.bea.alcs.domain.misc.impl.ProductLowestPriceComparatorImpl
 
ProductPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts a product by a given amount.
ProductPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
 
ProductPrice - Interface in com.bea.alcs.domain.catalog
A product price.
ProductPriceImpl - Class in com.bea.alcs.domain.catalog.impl
A Product Price class.
ProductPriceImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
 
ProductPriceTierImpl - Class in com.bea.alcs.domain.catalog.impl
Class required for JPA persistence mapping.
ProductPriceTierImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductPriceTierImpl
 
ProductQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query compose for products search.
ProductQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.ProductQueryComposerImpl
 
ProductRecommendationService - Interface in com.bea.alcs.service.catalog
Provides services for computing product recommendations.
ProductRecommendationServiceImpl - Class in com.bea.alcs.service.catalog.impl
Provides services for computing product recommendations.
ProductRecommendationServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
 
ProductRecommendationServiceImpl.RecommendationSet - Class in com.bea.alcs.service.catalog.impl
Represents a set of product recommendations.
ProductRecommendationServiceImpl.RecommendationSet(int) - Constructor for class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl.RecommendationSet
Constructor.
ProductRetrieveStrategy - Interface in com.bea.alcs.service.catalogview
Provide an interface of the strategy to retrieve a list of products.
ProductSearchCriteria - Class in com.bea.alcs.service.search.query
A criteria for advanced product search.
ProductSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.ProductSearchCriteria
 
productSeoUrl(Product, Locale) - Method in class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
Returns the seo url of the given locale in the product's default category.
productSeoUrl(Product, Locale, Category) - Method in class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
Returns the seo url of the given locale following the given category.
productSeoUrl(Product, Locale) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Returns the seo url of the given locale in the product's default category.
productSeoUrl(Product, Locale, Category) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Returns the seo url of the given locale following the given category.
productSeoUrl(Product, Locale) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Returns the seo url of the given locale in the product's default category.
productSeoUrl(Product, Locale, Category) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Returns the seo url of the given locale following the given category.
productSeoUrl(Product, Locale) - Method in interface com.bea.alcs.domain.catalogview.SeoUrlBuilder
Returns the seo url of the given locale in the product's default category.
productSeoUrl(Product, Locale, Category) - Method in interface com.bea.alcs.domain.catalogview.SeoUrlBuilder
Returns the seo url of the given locale following the given category.
ProductService - Interface in com.bea.alcs.service.catalog
Provides product-related business services.
ProductServiceImpl - Class in com.bea.alcs.service.catalog.impl
The default implementation of ProductService.
ProductServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.ProductServiceImpl
 
ProductSku - Interface in com.bea.alcs.domain.catalog
ProductSku represents a variation of a merchandise product in Elastic Path.
PRODUCTSKU_ATTRIBUTE_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ProductSkuAttributeValue.
PRODUCTSKU_CODES - Static variable in interface com.bea.alcs.service.rules.PromotionRuleExceptions
Product SKU codes.
ProductSkuImpl - Class in com.bea.alcs.domain.catalog.impl
ProductSku represents a variation of a merchandise product in Elastic Path.
ProductSkuImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Default constructor.
ProductSkuLoadTuner - Interface in com.bea.alcs.domain.catalog
Represents a tuner to control productsku load.
ProductSkuLoadTunerImpl - Class in com.bea.alcs.domain.catalog.impl
Represents a tuner to control productsku load.
ProductSkuLoadTunerImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
 
ProductSkuService - Interface in com.bea.alcs.service.catalog
Provides productSku-related business services.
ProductSkuServiceImpl - Class in com.bea.alcs.service.catalog.impl
The default implementation of ProductSkuService.
ProductSkuServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
 
ProductType - Interface in com.bea.alcs.domain.catalog
Represents the type of a Product, which determines the set of attributes that it has.
ProductTypeImpl - Class in com.bea.alcs.domain.catalog.impl
Represents the type of a Product, which determines the set of attributes that it has.
ProductTypeImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
The default constructor.
ProductTypeLoadTuner - Interface in com.bea.alcs.domain.catalog
Represents a tuner to control product type load.
ProductTypeLoadTunerImpl - Class in com.bea.alcs.domain.catalog.impl
Represents a tuner to control product type load.
ProductTypeLoadTunerImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
 
ProductTypeProductAttributeImpl - Class in com.bea.alcs.domain.attribute.impl
Class required for JPA persistence mapping.
ProductTypeProductAttributeImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.ProductTypeProductAttributeImpl
 
ProductTypeService - Interface in com.bea.alcs.service.catalog
Provide attribute related business service.
ProductTypeServiceImpl - Class in com.bea.alcs.service.catalog.impl
Default implementation for AttributeService.
ProductTypeServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
 
ProductTypeSkuAttributeImpl - Class in com.bea.alcs.domain.attribute.impl
Class required for JPA persistence mapping.
ProductTypeSkuAttributeImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.ProductTypeSkuAttributeImpl
 
ProductViewService - Interface in com.bea.alcs.service.catalogview
Provide catalog product view service.
ProductViewServiceImpl - Class in com.bea.alcs.service.catalogview.impl
Represents a default implementation of ProductViewService.
ProductViewServiceImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.ProductViewServiceImpl
 
ProductXmlService - Interface in com.bea.alcs.service.catalog
Provides a service for generating product data in xml format.
ProductXmlServiceImpl - Class in com.bea.alcs.service.catalog.impl
Generates Product data in XML format.
ProductXmlServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.ProductXmlServiceImpl
 
PROMO_RULE_HELPER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.PromotionRuleDelegate.
PROMOTION_INDEX - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for the promotion index.
PROMOTION_NAME - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Promotion name.
PROMOTION_RULE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.PromotionRule.
PROMOTION_RULE_DELEGATE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
Bean id for implementation of PromotionRuleDelegate.
PROMOTION_RULE_EXCEPTIONS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
Bean id for implementation of PromotionRuleExceptions.
PROMOTION_RULESET_UID - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Promotion type.
PROMOTION_SEARCH_CRITERIA - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.PromotionSearchCriteria.
PROMOTION_SOLR_CORE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
SOLR core name of the promotion index.
PROMOTION_STATE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Promotion Enabled Flag.
PromotionQueryComposerImpl - Class in com.bea.alcs.service.search.solr.query
A query compose for products search.
PromotionQueryComposerImpl() - Constructor for class com.bea.alcs.service.search.solr.query.PromotionQueryComposerImpl
 
PromotionRuleDelegate - Interface in com.bea.alcs.service.rules
This interface provides helper methods that can be invoked from Drools code to make queries on the system.
PromotionRuleDelegateImpl - Class in com.bea.alcs.service.rules.impl
This interface provides helper methods that can be invoked from Drools code to make queries on the system.
PromotionRuleDelegateImpl() - Constructor for class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
 
PromotionRuleExceptions - Interface in com.bea.alcs.service.rules
This class holds exceptions to a rule, i.e.
PromotionRuleExceptionsImpl - Class in com.bea.alcs.service.rules.impl
This class holds exceptions to a rule, i.e.
PromotionRuleExceptionsImpl() - Constructor for class com.bea.alcs.service.rules.impl.PromotionRuleExceptionsImpl
 
PromotionRuleImpl - Class in com.bea.alcs.domain.rules.impl
Represents a rules engine rule that involves product promotions.
PromotionRuleImpl() - Constructor for class com.bea.alcs.domain.rules.impl.PromotionRuleImpl
 
PromotionSearchCriteria - Class in com.bea.alcs.service.search.query
Represents criteria for advanced promotions search.
PromotionSearchCriteria() - Constructor for class com.bea.alcs.service.search.query.PromotionSearchCriteria
 
PROP_DELIMCHAR - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
"Request/Response Delimiting Character" property key.
PROP_ENCAPCHAR - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
"Request/Response Encapsulation Character" property key.
PROP_LOGINID - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
"Login ID" property key.
PROP_TESTMODE - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
"Test Mode" property key.
PROP_TRANSKEY - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
"Transaction Key" property key.
PROP_URL - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
"Connection URL" property key.
PROP_VERSION - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
"API Version" property key.
PROPERTIES_DAO - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.persistence.PropertiesDao.
PROPERTIES_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.misc.PropertyService.
PROPERTIES_SUFFIX - Static variable in class com.bea.alcs.persistence.impl.PropertiesDaoImpl
File name suffix for properties files.
PropertiesDao - Interface in com.bea.alcs.persistence
Reads data from properties files.
PropertiesDaoImpl - Class in com.bea.alcs.persistence.impl
Reads properties files from the property file folder (Currently Resources) Adapted from EP4 PropertiesDaoImpl.
PropertiesDaoImpl() - Constructor for class com.bea.alcs.persistence.impl.PropertiesDaoImpl
 
PropertyBased - Interface in com.bea.alcs.domain.misc
Interface for transient property based classes.
propertyChange(PropertyChangeEvent) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Callback method for property changes on any objects that are being listened to.
propertyChange(PropertyChangeEvent) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Callback method for property changes on any objects that are being listened to.
propertyChange(PropertyChangeEvent) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Callback method for property changes on any objects that are being listened to.
PropertyService - Interface in com.bea.alcs.service.misc
This service provides access to domain objects containing property (file) information, such as country information.
PropertyServiceImpl - Class in com.bea.alcs.service.misc.impl
This service provides domain objects relating to system properties.
PropertyServiceImpl() - Constructor for class com.bea.alcs.service.misc.impl.PropertyServiceImpl
 
PrototypeBeanFactory - Class in com.bea.alcs.domain.impl
This is a factory to generate prototype bean instances for domain object.
PrototypeBeanFactory() - Constructor for class com.bea.alcs.domain.impl.PrototypeBeanFactory
Constructor just loads up bean definitions.
PurchaseHistorySearchCriteria - Interface in com.bea.alcs.domain.order
Represents criteria used when searching for a customer's purchase history.
PurchaseHistorySearchCriteriaImpl - Class in com.bea.alcs.domain.order.impl
Represents criteria used when searching for a customer's purchase history.
PurchaseHistorySearchCriteriaImpl() - Constructor for class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
 

Q

Query - Interface in com.bea.alcs.persistence
Represents a query in ElasticPath.
QUERY - Static variable in interface com.bea.alcs.service.search.solr.SpellingConstants.SpellingParams
Query that is used.
QueryAnalyzerImpl - Class in com.bea.alcs.service.search.solr
Provides analyzing tools for QueryComposers.
QueryAnalyzerImpl() - Constructor for class com.bea.alcs.service.search.solr.QueryAnalyzerImpl
 
QueryComposer - Interface in com.bea.alcs.service.search.index
Implementations provide search technology specific conversion between SearchCriteria and the query representation required by the specific technology.
QueryComposerFactory - Interface in com.bea.alcs.service.search.index
Factory class which distributes QueryComposers.
QueryComposerFactoryImpl - Class in com.bea.alcs.service.search.solr
Default implementation of QueryComposerFactory.
QueryComposerFactoryImpl() - Constructor for class com.bea.alcs.service.search.solr.QueryComposerFactoryImpl
 

R

RANDOM_GUID - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.util.impl.RandomGuid.
RandomGuid - Interface in com.bea.alcs.domain.misc
Represents a randomly generated global uid.
RandomGuidImpl - Class in com.bea.alcs.domain.misc.impl
Globally unique identifier generator.
RandomGuidImpl() - Constructor for class com.bea.alcs.domain.misc.impl.RandomGuidImpl
Default constructor.
RandomGuidImpl(boolean) - Constructor for class com.bea.alcs.domain.misc.impl.RandomGuidImpl
Constructor with security option.
RANGE_TOKENS - Static variable in interface com.bea.alcs.domain.catalogview.RangeFilter
Range Token counts.
RangeFilter<T extends RangeFilter<T,E>,E extends java.lang.Comparable<E>> - Interface in com.bea.alcs.domain.catalogview
This defines the filter which has a range value.
RangeFilterType - Enum in com.bea.alcs.domain.catalogview
Represents the type of range filter.
readNext() - Method in interface com.bea.alcs.persistence.CsvFileReader
Read the next line.
readNext() - Method in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
Read the next line.
REBUILD - Static variable in interface com.bea.alcs.service.search.solr.SpellingConstants.SpellingCmds
Command to rebuild the dictionary.
rebuildSpelling(SolrServer) - Method in class com.bea.alcs.service.search.solr.DefaultSolrManager
Rebuilds the spelling index.
rebuildSpelling(SolrServer) - Method in interface com.bea.alcs.service.search.solr.SolrManager
Rebuilds the spelling index.
RecalculableObject - Interface in com.bea.alcs.domain
Represents an object that supports auto-recalculation.
recalculate() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Must be overriden in subclasses to recalculate taxes and totals when modifications are made to the linked object.
recalculate() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Updates all calculated values in the linked shipment (taxes, subtotals, etc.).
recalculate() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Updates all calculated values in the linked shipment (taxes, subtotals, etc.).
recalculateAfterLoad() - Method in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Perform recalculations after the persistence layer has loaded the object.
recalculateAfterLoad() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Perform recalculations after the persistence layer has loaded the object.
recalculateBeforePersist() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Callback method for JPA so that recalculation is done before persisting.
recalculateOrderReturn() - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Recalculate the order return taxes, before-tax total and total.
recalculateOrderReturn() - Method in interface com.bea.alcs.domain.order.OrderReturn
Recalculate the order return taxes, before-tax total and total.
receiveReturn(OrderReturn) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Receives the return.
receiveReturn(OrderReturn) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Receives the return.
RECOMMENDATION - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
Computed product recommendation association.
recompileRuleBase() - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Regenerates the rule base using a new set of rules retrieved from the persistence layer.
recompileRuleBase() - Method in interface com.bea.alcs.service.rules.RecompilingRuleEngine
Regenerates the rule base using a new set of rules retrieved from the persistence layer.
RecompilingRuleEngine - Interface in com.bea.alcs.service.rules
Extension EpRuleEngine to include the ability to recompile the rule engine.
refreshShoppingCart(ShoppingCart) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Refreshes the references to StoreProduct in the given shopping cart.
refreshShoppingCart(ShoppingCart) - Method in interface com.bea.alcs.service.catalogview.StoreProductService
Refreshes the references to StoreProduct in the given shopping cart.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Refunds a previous capture or creates independent refund.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Refunds a certain amount to a credit card.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Refunds a previous capture.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Refunds a previous capture.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Void a previous capture or credit.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Refunds a previous capture.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Refunds a previous capture.
refund(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Refunds a previous capture.
refund(OrderPayment, Address) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Refunds a previous capture or refunds to a stand-alone transaction.
refundOrderPayment(long, BigDecimal) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Partially or fully Refund the order based on the amount.
refundOrderPayment(long, String, OrderPayment, BigDecimal) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Partially or fully Refund the order based on the amount.
refundOrderPayment(long, BigDecimal) - Method in interface com.bea.alcs.service.order.OrderService
Partially or fully Refund the order based on the amount.
refundOrderPayment(long, String, OrderPayment, BigDecimal) - Method in interface com.bea.alcs.service.order.OrderService
Partially or fully Refund the order based on the amount.
regexQuote(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Escapes the provided String as a literal String safe for use as a regular expression.
regexQuote(String) - Method in interface com.bea.alcs.commons.util.Utility
Escapes the provided String as a literal String safe for use as a regular expression.
REGION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.Region.
Region - Interface in com.bea.alcs.domain.shipping
A Region represents a geographical definition of an area.
REGION_CODE_COMPARATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.impl.RegionCodeComparatorImpl.
RegionCodeComparatorImpl - Class in com.bea.alcs.domain.misc.impl
This is a comparator to used for Region.
RegionCodeComparatorImpl() - Constructor for class com.bea.alcs.domain.misc.impl.RegionCodeComparatorImpl
 
RegionImpl - Class in com.bea.alcs.domain.shipping.impl
A Region represents a geography definition of an area.
RegionImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.RegionImpl
Default constructor.
RegionImpl(String) - Constructor for class com.bea.alcs.domain.shipping.impl.RegionImpl
Constructor.
RegionImpl(String, List<String>) - Constructor for class com.bea.alcs.domain.shipping.impl.RegionImpl
Constructor.
registerCustomerAndSendPassword(Customer) - Method in interface com.bea.alcs.service.customer.CustomerService
Creates a password and sends it to customer.
registerCustomerAndSendPassword(Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Sets customer to registered and sends an email with the password.
registerInventoryListener(InventoryListener) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Registers the inventory listener.
registerInventoryListener(InventoryListener) - Method in interface com.bea.alcs.service.catalog.InventoryService
Adds a new listener that will be notified on occurring inventory events.
releaseHoldOnOrder() - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Releases the hold on an order.
releaseHoldOnOrder() - Method in interface com.bea.alcs.domain.order.Order
Releases the hold on an order.
releaseHoldOnOrder(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Releases the hold on an Order.
releaseHoldOnOrder(Order) - Method in interface com.bea.alcs.service.order.OrderService
Releases a hold on an order.
releaseInventory(Inventory, int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Releases inventory by decreasing the quantity on hand and the allocated quantity.
releaseOrderLock(OrderLock, CmUser) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Releases a specific order lock.
releaseOrderLock(OrderLock, CmUser) - Method in interface com.bea.alcs.service.order.OrderLockService
Releases a specific order lock.
ReleaseShipmentFailedException - Exception in com.bea.alcs.service.order
Exception is thrown when the shipment release can't be executed.
ReleaseShipmentFailedException(String) - Constructor for exception com.bea.alcs.service.order.ReleaseShipmentFailedException
The constructor.
ReleaseShipmentFailedException(String, Throwable) - Constructor for exception com.bea.alcs.service.order.ReleaseShipmentFailedException
Constructor with a throwable.
remove(DigitalAssetAudit) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Delete the digitalAssetAudit.
remove(DigitalAssetAudit) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Delete the digitalAssetAudit.
remove(Attribute) - Method in interface com.bea.alcs.service.attribute.AttributeService
Delete the attribute.
remove(Attribute) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Delete the attribute.
remove(String) - Method in class com.bea.alcs.service.auth.impl.EpUserIdentityService
Remove a user identity.
remove(String) - Method in interface com.bea.alcs.service.auth.UserIdentityService
Remove a user identity.
remove(Brand) - Method in interface com.bea.alcs.service.catalog.BrandService
Deletes the brand.
remove(Catalog) - Method in interface com.bea.alcs.service.catalog.CatalogService
Deletes the catalog.
remove(CategoryType) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Delete the categoryType.
remove(Brand) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Deletes the brand.
remove(Catalog) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Deletes the catalog.
remove(CategoryType) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Delete the CategoryType.
remove(Inventory) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Delete the inventory.
remove(ProductAssociation) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Delete the ProductAssociation.
remove(ProductType) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Delete the ProductType.
remove(SkuOption) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Delete the sku option.
remove(Inventory) - Method in interface com.bea.alcs.service.catalog.InventoryService
Delete the inventory.
remove(ProductAssociation) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Delete the ProductAssociation.
remove(ProductType) - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Delete the productType.
remove(SkuOption) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Delete the sku option.
remove(CmUser) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Delete the cmUser.
remove(CmUser) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Deletes the cmUser.
remove(UserRole) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Delete the userRole.
remove(UserRole) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Delete the userRole.
remove(CustomerGroup) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Delete the customerGroup.
remove(Customer) - Method in interface com.bea.alcs.service.customer.CustomerService
Delete the customer.
remove(CustomerGroup) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Delete the customerGroup.
remove(Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Deletes the customer.
remove(ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Delete the importJob.
remove(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Delete the importJob.
remove(InventoryAllocation) - Method in interface com.bea.alcs.service.order.AllocationService
Removes an allocation object from the database.
remove(InventoryAllocation) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Removes an allocation object from the database.
remove(OrderLock) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Deletes the given order lock.
remove(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Remove an order.
remove(PickList) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
This method should remove a pick list.
remove(OrderLock) - Method in interface com.bea.alcs.service.order.OrderLockService
Deletes the given order lock.
remove(Order) - Method in interface com.bea.alcs.service.order.OrderService
Remove an order.
remove(PickList) - Method in interface com.bea.alcs.service.order.PickListService
This method should remove a pick list.
remove(PaymentGateway) - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Deletes a PaymentGateway.
remove(PaymentGateway) - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Deletes a PaymentGateway.
remove(RuleAction) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Delete the ruleAction.
remove(RuleCondition) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Delete the ruleCondition.
remove(RuleElement) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Delete the ruleElement.
remove(RuleParameter) - Method in class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
Delete the ruleParameter.
remove(Rule) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Delete the rule.
remove(RuleSet) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Delete the ruleSet.
remove(RuleAction) - Method in interface com.bea.alcs.service.rules.RuleActionService
Delete the ruleAction.
remove(RuleCondition) - Method in interface com.bea.alcs.service.rules.RuleConditionService
Delete the ruleCondition.
remove(RuleElement) - Method in interface com.bea.alcs.service.rules.RuleElementService
Delete the ruleElement.
remove(RuleParameter) - Method in interface com.bea.alcs.service.rules.RuleParameterService
Delete the ruleParameter.
remove(Rule) - Method in interface com.bea.alcs.service.rules.RuleService
Delete the rule.
remove(RuleSet) - Method in interface com.bea.alcs.service.rules.RuleSetService
Delete the ruleSet.
remove(IndexNotification) - Method in class com.bea.alcs.service.search.impl.IndexNotificationServiceImpl
Removes the given IndexNotification.
remove(SynonymGroup) - Method in class com.bea.alcs.service.search.impl.SynonymGroupServiceImpl
Deletes a SynonymGroup.
remove(IndexNotification) - Method in interface com.bea.alcs.service.search.IndexNotificationService
Removes the given IndexNotification.
remove(SynonymGroup) - Method in interface com.bea.alcs.service.search.SynonymGroupService
Deletes a SynonymGroup.
remove(ShippingRegion) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Delete the shippingRegion.
remove(ShippingServiceLevel) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Delete the shippingServiceLevel.
remove(ShippingRegion) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Delete the shippingRegion.
remove(ShippingServiceLevel) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Delete the shippingServiceLevel.
remove(Store) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Deletes a store and all associated warehouses.
remove(Warehouse) - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Deletes a warehouse and it's associated address.
remove(Store) - Method in interface com.bea.alcs.service.store.StoreService
Deletes a store and all associated warehouses.
remove(Warehouse) - Method in interface com.bea.alcs.service.store.WarehouseService
Deletes a warehouse and it's associated address.
remove(TaxCode) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Delete the taxCode.
remove(TaxJurisdiction) - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Delete the current taxJurisdiction and all its direct/indirect children.
remove(TaxCode) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Delete the current taxCode and all its direct/indirect children.
remove(TaxJurisdiction) - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Delete the current taxJurisdiction and all its direct/indirect children.
removeAction(RuleAction) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Removes the given RuleAction from the set of rule actions.
removeAction(RuleAction) - Method in interface com.bea.alcs.domain.rules.Rule
Removes the given RuleAction from the set of rule actions.
removeAddress(CustomerAddress) - Method in interface com.bea.alcs.domain.customer.Customer
Removes an CustomerAddress from the list of addresses.
removeAddress(CustomerAddress) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Removes an CustomerAddress from the list of addresses.
removeAllCategories() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Removes this product from all categories except its default category in its master catalog.
removeAllCategories() - Method in interface com.bea.alcs.domain.catalog.Product
Removes this product from all categories except its default category in its master catalog.
removeAllCategories() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Removes this product from all categories except its default category in its master catalog.
removeBeanDefinition(String) - Method in interface com.bea.alcs.commons.beanframework.MutableBeanFactory
Removes the specified bean definition from the BeanFactory, any future calls to BeanFactory.getBean(String) for the specified name will cause null to be returned.
removeBeanDefinition(String) - Method in class com.bea.alcs.domain.impl.DefaultBeanFactoryImpl
Removes the specified bean definition from the spring context so it will no longer be available.
removeBeanDefinition(String) - Method in class com.bea.alcs.domain.impl.PrototypeBeanFactory
Removes the specified bean definition.
removeByAttribute(Attribute) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Removes all attribute values that match incoming attribute key.
removeByAttribute(Attribute) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Removes all attribute values that match incoming attribute key.
removeByAttributes(Set<Attribute>) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Removes all attribute values that match incoming attribute keys.
removeByAttributes(Set<Attribute>) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Removes all attribute values that match incoming attribute keys.
removeByInventoryUid(long) - Method in class com.bea.alcs.service.catalog.impl.InventoryAuditServiceImpl
Delete the InventoryAudits based on the given inventory Uid.
removeByInventoryUid(long) - Method in interface com.bea.alcs.service.catalog.InventoryAuditService
Delete the InventoryAudits based on the given inventory Uid.
removeCartItem(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Remove an item from the cart.
removeCartItem(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Remove an item from the cart.
removeCatalog(Catalog) - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
removeCatalog(Catalog) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Removes an accessible catalog from this user.
removeCategory(Category) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Remove this product from the specified category.
removeCategory(Category) - Method in interface com.bea.alcs.domain.catalog.Product
Remove this product from the specified category.
removeCategory(Category) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Remove this product from the specified category.
removeCategoryProducts(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Removes all products in the given Category (including sub-categories).
removeCategoryProducts(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Removes all products in the given Category (including sub-categories).
removeCategoryTree(long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Deletes the category and all sub categories and products with the default category set.
removeCategoryTree(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Deletes the category and all sub categories and products with the default category set.
removeCategoryTypes(long) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Deletes all category types belonging to the catalog specified by the given catalog uid.
removeCategoryTypes(long) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Deletes the all category types belonging to the catalog specified by the given catalog uid.
removeChild(Category) - Method in interface com.bea.alcs.domain.catalog.Category
Remove the given category from the children list.
removeChild(Category) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Remove the given category from the children list.
removeCondition(RuleCondition) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Removes the given RuleCondition from the set of rule conditions.
removeCondition(RuleCondition) - Method in interface com.bea.alcs.domain.rules.Rule
Removes the given RuleCondition from the set of rule conditions.
removeCreditCard(CustomerCreditCard) - Method in interface com.bea.alcs.domain.customer.Customer
Removes an CustomerCreditCard from the list of credit cards.
removeCreditCard(CustomerCreditCard) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Removes an CustomerCreditCard from the list of credit cards.
removeCriteria(T) - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Removes the given searchCriteria.
removeCustomerGroup(CustomerGroup) - Method in interface com.bea.alcs.domain.customer.Customer
Removes an CustomerGroup from the list of customerGroups.
removeCustomerGroup(CustomerGroup) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Removes a CustomerGroup from the list of customerGroups.
removeEligibility(RuleEligibility) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Removes the given RuleEligibility from the set of rule eligibilities.
removeEligibility(RuleEligibility) - Method in interface com.bea.alcs.domain.rules.Rule
Removes the given RuleEligibility from the set of rule eligibilities.
removeFetchGroup(String) - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Remove the given fetch group.
removeFetchGroup(String...) - Method in interface com.bea.alcs.persistence.support.FetchGroupLoadTuner
Removes a list of fetch groups that were previously added.
removeFetchGroup(String...) - Method in class com.bea.alcs.persistence.support.impl.FetchGroupLoadTunerImpl
Removes a list of fetch groups that were previously added.
removeGiftCertificate(long) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Deletes the Gift Certificate.
removeGiftCertificate(long) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Deletes the Gift Certificate.
removeGiftCertificateItem(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Remove a giftCertificate from the cart.
removeGiftCertificateItem(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Remove a giftCertificate from the cart.
removeLinkedCategoryTree(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Deletes the linked category and all sub-categories and products within it.
removeLinkedCategoryTree(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Deletes the linked category and all sub-categories and products within it.
removeLowerBound() - Method in enum com.bea.alcs.domain.catalogview.RangeFilterType
Returns the new type of filter if the lower bound was removed.
removeOptionValue(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Removes a SKU option value from the list.
removeOptionValue(String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Removes a SKU option value from the list.
removeProductList(List<Long>) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Deletes the list of products.
removeProductList(List<Long>) - Method in interface com.bea.alcs.service.catalog.ProductService
Deletes the list of products.
removeProductSkuTree(long) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Deletes the product sku and all it associations.
removeProductSkuTree(long) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Deletes the product sku and all it associations.
removeProductTree(long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Deletes the product and all it associations.
removeProductTree(long) - Method in interface com.bea.alcs.service.catalog.ProductService
Deletes the product and all it associations.
removePromotionCode(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Remove a promotion code from the list of promotion codes added to the shopping cart.
removePromotionCode(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Remove a promotion code from the list of promotion codes added to the shopping cart.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableEntityImpl
Remove a listener from this bean.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableEntityImpl
Remove a listener from this bean for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableValueObjectImpl
Remove a listener from this bean.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.bea.alcs.domain.impl.AbstractListenableValueObjectImpl
Remove a listener from this bean for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.bea.alcs.domain.ListenableObject
Remove a listener from this bean.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface com.bea.alcs.domain.ListenableObject
Remove a listener from this bean for a specific property.
removeRuleElement(RuleElement) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Removes the given RuleElement from the set of rule elements.
removeShipment(OrderShipment) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Remove an order shipment from the pick list.
removeShipment(OrderShipment) - Method in interface com.bea.alcs.domain.order.PickList
Remove an order shipment from the pick list.
removeShipment(PickList, OrderShipment) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
This method should remove order shipment from pick list and change it status in Order.
removeShipment(PickList, OrderShipment) - Method in interface com.bea.alcs.service.order.PickListService
This method should remove order shipment from pick list and change it status in Order.
removeShipmentOrderSku(OrderSku) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Remove an OrderSku from this shipment.
removeShipmentOrderSku(OrderSku) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Remove shipment order sku from the shipment, and add it to removedShipmentOrderSku set.
removeShipmentOrderSku(OrderSku) - Method in interface com.bea.alcs.domain.order.OrderShipment
Remove an OrderSku from this shipment.
removeSku(ProductSku) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Remove the given sku from the product.
removeSku(ProductSku) - Method in interface com.bea.alcs.domain.catalog.Product
Remove the given SKU from the product.
removeSku(ProductSku) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Remove the given SKU from the product.
removeStore(Store) - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
removeStore(Store) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Removes an accessible store from this user.
removeSynonyms(String...) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Removes a list of synonyms.
removeSynonyms(String...) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Removes a list of synonyms.
removeTaxCategory(String) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Remove TaxCategory with the specified name from the categories map.
removeTaxCategory(TaxCategory) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Remove TaxCategory from the categories map.
removeTaxCategory(String) - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Remove TaxCategory with the specified name from the categories map.
removeTaxCategory(TaxCategory) - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Remove TaxCategory from the categories map.
removeTaxRegion(String) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Remove TaxRegion with the specified name from the Tax Region map.
removeTaxRegion(TaxRegion) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Remove TaxRegion from the Tax Region map.
removeTaxRegion(String) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Remove TaxRegion with the specified name from the Tax Region map.
removeTaxRegion(TaxRegion) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Remove TaxRegion from the Tax Region map.
removeUpperBound() - Method in enum com.bea.alcs.domain.catalogview.RangeFilterType
Returns the new type of filter if the upper bound was removed.
removeUserPermission(UserPermission) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Remove a UserPermission from this UserRole.
removeUserPermission(UserPermission) - Method in interface com.bea.alcs.domain.cmuser.UserRole
Remove a UserPermission from this UserRole.
removeUserRole(UserRole) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Removes an UserRole from the list of userRoles.
removeUserRole(UserRole) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Removes an UserRole from the list of userRoles.
removeWarehouse(Warehouse) - Method in interface com.bea.alcs.domain.cmuser.CmUser
 
removeWarehouse(Warehouse) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Removes an accessible warehouse from this user.
removeWishListItem(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Remove an item from the wish list.
removeWishListItem(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Remove an item from the wish list.
renameFile(String, String, String) - Method in interface com.bea.alcs.service.misc.FileService
Rename the file.
renameFile(String, String, String) - Method in class com.bea.alcs.service.misc.impl.FileServiceImpl
Rename the file.
render(ImageRenderRequest) - Method in interface com.bea.alcs.service.misc.ImageService
Render a image based on the given request and returns a ImageRenderResponse.
render(ImageRenderRequest) - Method in class com.bea.alcs.service.misc.impl.ImageServiceImpl
Render a image based on the given request and returns a ImageRenderResponse.
REOPEN - Static variable in interface com.bea.alcs.service.search.solr.SpellingConstants.SpellingCmds
Command to re-open a spellchecker.
REPLACEMENT - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
Replacement product association.
replicateData(CatalogViewResult) - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingResultImpl
Replicate the data to this CatalogViewResult from the given CatalogViewResult.
replicateData(CatalogViewResult) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Replicate the data to this CatalogViewResult from the given CatalogViewResult.
replicateData(CatalogViewResult) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Replicate the data to this CatalogViewResult from the given CatalogViewResult.
REPO_SELECT - Static variable in class com.bea.alcs.web.context.impl.EpLog4jConfigListener
Log4j repository selector implementation.
ReportService - Interface in com.bea.alcs.service.reporting
Defines the interface that server-side reporting services must implement in order to make use of the framework.
ReportServiceImpl - Class in com.bea.alcs.service.reporting.impl
Generic Reporting service that can execute a prepared statement given the statement and its parameters.
ReportServiceImpl() - Constructor for class com.bea.alcs.service.reporting.impl.ReportServiceImpl
 
REQUEST_ADDRESS_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify address Uid in a request.
REQUEST_ASSEST_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used in a request to specify that asset id is being download.
REQUEST_CART_ITEM_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify a cart item UID in a request.
REQUEST_CATEGORY_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the category ID in a request.
REQUEST_CID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify category Uid in a request.
REQUEST_CUSTOMER_CREDIT_CARD_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify credit card Uid in a request.
REQUEST_EDIT_BILLING_ADDRESS - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify that a shipping address is being edited from the checkout.
REQUEST_EDIT_SHIPPING_ADDRESS - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify that a shipping address is being edited from the checkout.
REQUEST_EXISTING_ADDRESS - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify an existing address in a request.
REQUEST_FILTERS - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify search filter in a request.
REQUEST_GIFT_CERTIFICATE_CODE - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify a gift certificate code in a request.
REQUEST_KEYWORDS - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify search key words in a request.
REQUEST_OID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify order Uid in a request.
REQUEST_ORDERSKU_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used in a request to specify that ordersku id with digital asset being download.
REQUEST_PAGE_NUM - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify a page number used to list products in a category in a request.
REQUEST_PGUID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify product Guid (code) in a request.
REQUEST_PID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify product Uid in a request.
REQUEST_POWER_REVIEWS_PGUID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify product Guid in a request from PowerReviews.
REQUEST_PRODUCT_ASSOCIATION_ID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify a product association Uid in a request.
REQUEST_QUANTITY - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify a product quantity in a request.
REQUEST_SHIPPING_COUNTRY_NAME_MAP - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used in a request to specify a localized countryCode/name map for regions with shipping service configured.
REQUEST_SHIPPING_COUNTRY_SUBCOUNTRY_MAP - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used in a request to specify that a country/subcountries map for regions with shipping service configured.
REQUEST_SKUGUID - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify product SKU Uid in a request.
REQUEST_SORTER - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify search sorter in a request.
REQUEST_UPDATE - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used in a request to specify that a cart item is being updated.
REQUEST_UPDATE_BILLING_REVIEW - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used in a request to specify that a cart item is being updated in the billing and review page.
REQUEST_UPDATE_VIEW_CART - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used in a request to specify that a cart item is being updated in the view cart page.
requiresShipping() - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Returns true if the cart contains items that must be shipped to the customer.
requiresShipping() - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Returns true if the cart contains items that must be shipped to the customer.
resetPassword() - Method in interface com.bea.alcs.domain.cmuser.CmUser
Reset the CmUser's password.
resetPassword() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Reset the customer's password.
resetPassword() - Method in interface com.bea.alcs.domain.customer.Customer
Reset the customer's password.
resetPassword() - Method in interface com.bea.alcs.domain.customer.CustomerAuthentication
Reset the customer's password.
resetPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Reset the customer's password.
resetPassword() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Reset the customer's password.
resetPassword(String, Locale) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Generate a new password for the customor with the given email address and send the new password to the cmUser by eamil.
resetPassword(String, Locale) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Resets the cmUser's password for the specified email.
resetPassword(String, String) - Method in interface com.bea.alcs.service.customer.CustomerService
Resets the customer's password for the specified email.
resetPassword(String, String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Resets the customer's password for the specified email.
resetProductCategoryFeatured(long, long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Disable a ProductCategory as a featured product, if the featuredProductOrder is set to 0, means this productCategory is not featured.
resetProductCategoryFeatured(long, long) - Method in interface com.bea.alcs.service.catalog.ProductService
Disable a ProductCategory as a featured product, if the featuredProductOrder is set to 0, means this productCategory is not featured.
ResourceRetrievalService - Interface in com.bea.alcs.service.remote
Provides the contents of various configuration files as Strings.
ResourceRetrievalServiceImpl - Class in com.bea.alcs.service.remote.impl
Provides the contents of various configuration files as Strings.
ResourceRetrievalServiceImpl() - Constructor for class com.bea.alcs.service.remote.impl.ResourceRetrievalServiceImpl
 
retrieve(List<String>) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the given list of queries.
retrieve(List<String>, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the given list of queries.
retrieve(String) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified query.
retrieve(String, int, int) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified query and bounds, namely, the maximum number of rows to retrieve and / or the first row to retrieve.
retrieve(String, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified query.
retrieve(String, Object[], boolean) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified query.
retrieve(String, Object[], int, int) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified query and bounds, namely, the maximum number of rows to retrieve and / or the first row to retrieve.
retrieve(String, int, int) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified query and bounds, namely, the maximum number of rows to retrieve and / or the first row to retrieve.
retrieve(String) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified query.
retrieve(String, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified query.
retrieve(String, Object[], int, int) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified query and bounds, namely, the maximum number of rows to retrieve and / or the first row to retrieve.
retrieve(String, Object[], boolean) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified query.
retrieve(List<String>) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the given list of queries.
retrieve(List<String>, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the given list of queries.
retrieveActivePickLists(CmUser, Warehouse) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
This method retrieves all pick lists that have status ACTIVE.
retrieveActivePickLists(CmUser, Warehouse) - Method in interface com.bea.alcs.service.order.PickListService
This method retrieves all pick lists that have status ACTIVE.
retrieveBalanceMoney() - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
Retrieves and returns the balance money of gift certificate.
retrieveBalanceMoney() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Retrieves and returns the balance money of gift certificate.
retrieveByNamedQuery(String) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQuery(String, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQuery(String, Map<String, Object>) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieves a collection of persistent instances with the specified named query.
retrieveByNamedQuery(String, int, int) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQuery(String, Object[], int, int) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQuery(String) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQuery(String, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQuery(String, Map<String, Object>) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieves a collection of persistent instances with the specified named query.
retrieveByNamedQuery(String, int, int) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQuery(String, Object[], int, int) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQueryWithList(String, String, Collection<E>) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQueryWithList(String, String, Collection<E>, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQueryWithList(String, String, Collection<E>) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified named query.
retrieveByNamedQueryWithList(String, String, Collection<E>, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified named query.
retrieveOrdersBalances(long) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Retrieves list of OrderPayments associated with the specified gift certificate grouped by their shipments.
retrieveOrdersBalances(long) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Retrieves list of OrderPayments associated with the specified gift certificate grouped by their shipments.
retrieveProduct(long, ShoppingCart, StoreProductLoadTuner) - Method in class com.bea.alcs.service.catalogview.impl.NoCachingProductRetrieveStrategyImpl
Retrieve a Product with the given product uid.
retrieveProduct(long, ShoppingCart, StoreProductLoadTuner) - Method in interface com.bea.alcs.service.catalogview.ProductRetrieveStrategy
Retrieve a Product with the given product uid.
retrieveProducts(Collection<Long>, ShoppingCart, StoreProductLoadTuner) - Method in class com.bea.alcs.service.catalogview.impl.NoCachingProductRetrieveStrategyImpl
Retrieve a list of StoreProducts with the given product uids.
retrieveProducts(Collection<Long>, ShoppingCart, StoreProductLoadTuner) - Method in interface com.bea.alcs.service.catalogview.ProductRetrieveStrategy
Retrieve a list of Product of the given product uids.
retrieveShippingOption(ShoppingCart) - Method in interface com.bea.alcs.service.shoppingcart.CheckoutService
Retrieve the valid shippingServiceLevels based on the given shoppingCart, and set the first one of the valid shippingServiceLevels as the selected shipping option by default.
retrieveShippingOption(ShoppingCart) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Retrieve the valid shippingServiceLevels based on the given shoppingCart, and set the first one of the valid shippingServiceLevels as the selected shipping option by default.
retrieveShippingServiceLevel(ShoppingCart) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Retrieve the list of valid ShippingServiceLevel based on the region info inside the given ShoppingCart.
retrieveShippingServiceLevel(Store, OrderAddress) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Retrieve the list of valid ShippingServiceLevel based on the region info inside the given OrderAddress.
retrieveShippingServiceLevel(ShoppingCart) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Retrieve the list of valid ShippingServiceLevel based on the region info inside the given ShoppingCart.
retrieveShippingServiceLevel(Store, OrderAddress) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Retrieve the list of valid ShippingServiceLevel based on the region info inside the given OrderAddress.
retrieveTaxJurisdiction(Address) - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Create the copy of TaxJurisdiction for which rules apply:
1) TaxGategory.fieldMatchType matches to lowest available field of shipping address.
2) That TaxCategory's TaxValue.regionCode matches to shipping address's field.

Resulting TaxJurisdiction will contain:
1) One and only one TaxCategory which matches to lowest available field of shipping address.
2) That TaxCategory will contain one and only one TaxValue which matches to shipping address.
If these conditions can't be met - EpServiceException is thrown.
retrieveTaxJurisdiction(Address) - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Create the copy of TaxJurisdiction for which rules apply:
1) TaxGategory.fieldMatchType matches to lowest available field of shipping address.
2) That TaxCategory's TaxValue.regionCode matches to shipping address's field.

Resulting TaxJurisdiction will contain:
1) One and only one TaxCategory which matches to lowest available field of shipping address.
2) That TaxCategory will contain one and only one TaxValue which matches to shipping address.
If these conditions can't be met - EpServiceException is thrown.
retrieveWithNewSession(String, Object[]) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified query.
retrieveWithNewSession(String) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Retrieve a list of persistent instances with the specified query, this method will create a new session (EntityManager) to excute the query, and close the new session when completed.
retrieveWithNewSession(String, Object[]) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified query.
retrieveWithNewSession(String) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Retrieve a list of persistent instances with the specified query, this method will create a new session (EntityManager) to excute the query, and close the new session when completed.
ReturnAndExchangeService - Interface in com.bea.alcs.service.order
Provides storage and access to OrderReturn objects.
ReturnAndExchangeServiceImpl - Class in com.bea.alcs.service.order.impl
Provides storage and access to OrderReturn objects.
ReturnAndExchangeServiceImpl() - Constructor for class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
 
ReturnExchangeType - Enum in com.bea.alcs.service.order
Enum that represents all available return/exchange type.
ReturnsAndExchangesComparatorFactory - Class in com.bea.alcs.commons.util
The comparator factory which uses to create some comparators for returns and exchanges.
reverse() - Method in enum com.bea.alcs.service.search.query.SortOrder
Returns the reverse sort order.
REVERSE_AUTHORIZATION - Static variable in interface com.bea.alcs.domain.order.OrderPayment
The orderPayment transaction type of reverse authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Reverse a previous pre-authorization.
reversePreAuthorization(OrderPayment) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Reverse a previous pre-authorization.
RMA_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
RMA code.
RMA_CODES - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
RMA codes.
ROLE_ANONYMOUS_CUSTOMER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id of anonymous customerRole (used for acegi integration).
ROLE_CUSTOMER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id of default customerRole (used for acegi integration).
ROLE_PREFIX - Static variable in interface com.bea.alcs.domain.cmuser.UserRole
The default role authority prefix (to integrate with acegi security framework.
rollback() - Method in class com.bea.alcs.persistence.impl.JpaTransactionImpl
Rollback changes.
rollback() - Method in interface com.bea.alcs.persistence.Transaction
Rollback changes.
rollBackPayments(Collection<OrderPayment>) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Rolls back order payments.
rollBackPayments(Collection<OrderPayment>) - Method in interface com.bea.alcs.service.payment.PaymentService
Rolls back the specified payments.
ROW_SEPERATOR - Static variable in class com.bea.alcs.commons.constants.ImportConstants
Row separator in error report file.
Rule - Interface in com.bea.alcs.domain.rules
Represents a rule that can be applied by the rules engine.
RULE_ELEMENT_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.RuleElementService.
RULE_PARAMETER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.RuleParameter.
RULE_PARAMETER_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.RuleParameterService.
RULE_SCENARIOS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.RuleScenarios.
RULE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.RuleService.
RULE_SET - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.RuleSet.
RULE_SET_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.RuleSetService.
RuleAction - Interface in com.bea.alcs.domain.rules
Represents an action that can be executed by a rule.
RuleActionService - Interface in com.bea.alcs.service.rules
Provides rule action component related services.
RuleActionServiceImpl - Class in com.bea.alcs.service.rules.impl
Provides rule action component related services.
RuleActionServiceImpl() - Constructor for class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
 
ruleApplied(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Indicates that the given rule was applied by the promotion rule engine.
ruleApplied(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Indicates that the given rule was applied by the promotion rule engine.
ruleBaseFactory(byte[]) - Static method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Reads the rule base from a string.
RuleCondition - Interface in com.bea.alcs.domain.rules
Represents a condition that must be true for a rule to fire.
RuleConditionService - Interface in com.bea.alcs.service.rules
Provides rule condition component related services.
RuleConditionServiceImpl - Class in com.bea.alcs.service.rules.impl
Provides rule condition component related services.
RuleConditionServiceImpl() - Constructor for class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
 
RuleElement - Interface in com.bea.alcs.domain.rules
A rule element is a component of a rule such as a condition and an action.
RuleElementService - Interface in com.bea.alcs.service.rules
Provides rule element (eligibility, condition and action) related services.
RuleElementServiceImpl - Class in com.bea.alcs.service.rules.impl
Provides rule condition component related services.
RuleElementServiceImpl() - Constructor for class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
 
RuleElementType - Enum in com.bea.alcs.domain.rules
This enumerator lists all types of rule elements.
RuleEligibility - Interface in com.bea.alcs.domain.rules
Represents an eligibility condition that must be true for a rule to fire.
RuleException - Interface in com.bea.alcs.domain.rules
Represents an exception that can be associated with a rule element (i.e.
RuleExceptionType - Enum in com.bea.alcs.domain.rules
This enumerator lists all types of rule exceptions.
RuleParameter - Interface in com.bea.alcs.domain.rules
Represents a parameter of a rule condition, such as the category that a product must belong to to qualify for a promotion.
RuleParameterImpl - Class in com.bea.alcs.domain.rules.impl
Represents a parameter of a rule condition, such as the category that a product must belong to to qualify for a promotion.
RuleParameterImpl() - Constructor for class com.bea.alcs.domain.rules.impl.RuleParameterImpl
No argument constructor.
RuleParameterImpl(String, String) - Constructor for class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Constructor to create an initialized Rule Parameter.
RuleParameterNumItemsQuantifier - Enum in com.bea.alcs.domain.rules
Number of item quantifier specifies how a number of items rule condition should be applied.
RuleParameterService - Interface in com.bea.alcs.service.rules
Provides rule parameter related services.
RuleParameterServiceImpl - Class in com.bea.alcs.service.rules.impl
Provides rule parameter component related services.
RuleParameterServiceImpl() - Constructor for class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
 
RuleScenarios - Interface in com.bea.alcs.domain.rules
Defines constants that identify valid rule scenarios.
RuleScenariosImpl - Class in com.bea.alcs.domain.rules.impl
Represents a collection of available scenarios.
RuleScenariosImpl() - Constructor for class com.bea.alcs.domain.rules.impl.RuleScenariosImpl
 
RuleService - Interface in com.bea.alcs.service.rules
Provides rule engine-related services for each rule.
RuleServiceImpl - Class in com.bea.alcs.service.rules.impl
Provides Rule Engine related services.
RuleServiceImpl() - Constructor for class com.bea.alcs.service.rules.impl.RuleServiceImpl
 
RuleSet - Interface in com.bea.alcs.domain.rules
Represents a set of rules.
RuleSetImpl - Class in com.bea.alcs.domain.rules.impl
Represents a set of rules.
RuleSetImpl() - Constructor for class com.bea.alcs.domain.rules.impl.RuleSetImpl
 
RuleSetService - Interface in com.bea.alcs.service.rules
Provides rule engine-related services.
RuleSetServiceImpl - Class in com.bea.alcs.service.rules.impl
Provides Rule Engine related services.
RuleSetServiceImpl() - Constructor for class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
 
RuleState - Enum in com.bea.alcs.domain.rules
Defines the possible states of a rule.
runImportJob(ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Run the import job.
runImportJob(ImportJob, Locale) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Run the import job.
runImportJob(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Run the import job.
runImportJob(ImportJob, Locale) - Method in interface com.bea.alcs.service.dataimport.ImportService
Run the import job.
runTransaction(Map<String, String>) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Runs the transaction on the Cybersource client.

S

SALE - Static variable in class com.bea.alcs.domain.payment.CheckoutTransactionBehaviour
The checkout transaction behaviour is to make an immediate sale.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Immediately process a payment.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Perform sale transaction.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Captures a payment on a card.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Immediately process a payment.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Marks a transaction for immediate fund transfer without any pre-authorization.
sale(OrderPayment, Address) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Make a payment without pre-authorization.
SALES_COUNT - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Sales count.
sanityCheck() - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Do the sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Do the sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Do the sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Do the sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Do a sanity check.
sanityCheck() - Method in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Checks that the required objects have been set.
sanityCheck() - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Check for proper initialization.
sanityCheck() - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Checks that the required objects have been set.
sanityCheck() - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
Sanity check of this service instance.
sanityCheck() - Method in class com.bea.alcs.service.misc.impl.PropertyServiceImpl
Checks that the required objects have been set.
sanityCheck() - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Sanity check of this service instance.
save(Persistence) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Persist the given instance.
save(Persistence) - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Save the given object.
save(Persistence) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Persist the given instance.
save(Persistence) - Method in interface com.bea.alcs.persistence.PersistenceSession
Save the given object.
SAVED_BATCH_JOBS - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the saved batch jobs in a request.
SAVED_IMPORT_JOBS - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the saved import jobs in a request.
saveEntity(PersistenceSession, Entity, Persistence) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCategoryImpl
Save the entity (Category), setting the Catalog first.
saveEntity(PersistenceSession, Entity, Persistence) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCustomerImpl
Save the entity (Customer), setting the Store first.
saveOrMerge(T) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Save the persistence instance if it's new or merge the persistent instance if it exists.
saveOrMerge(T) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Save the persistence instance if it's new or merge the persistent instance if it exists.
saveOrMerge(GiftCertificate) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
save or merge the given giftCertificate.
saveOrMerge(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Calls the persistence engine to save or merge the given category.
saveOrMerge(GiftCertificate) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
save or merge the given giftCertificate.
saveOrMerge(GiftCertificateTransaction) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
save or merge the given GiftCertificateTransaction.
saveOrMerge(GiftCertificateTransaction) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
save or merge the given GiftCertificateTransaction.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Add or update this CustomerAddress in the Customer object.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Add or update the given value object to the given entity.
saveOrUpdate(T) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Save the persistence instance if it's new or update the persistent instance if it exists.
saveOrUpdate(T) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Save the persistence instance if it's new or update the persistent instance if it exists.
saveOrUpdate(Brand) - Method in interface com.bea.alcs.service.catalog.BrandService
Save or update the given brand.
saveOrUpdate(Catalog) - Method in interface com.bea.alcs.service.catalog.CatalogService
Saves or updates a given Catalog.
saveOrUpdate(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Save or update the given category.
saveOrUpdate(GiftCertificate) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Save or update the given giftCertificate.
saveOrUpdate(Brand) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Save or update the given brand.
saveOrUpdate(Catalog) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Saves or updates a given Catalog.
saveOrUpdate(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Save or update the given category.
saveOrUpdate(GiftCertificate) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Save or update the given giftCertificate.
saveOrUpdate(InventoryAudit) - Method in class com.bea.alcs.service.catalog.impl.InventoryAuditServiceImpl
Save or update the given InventoryAudit item.
saveOrUpdate(Inventory) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Save or update the given inventory item.
saveOrUpdate(Product) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Save or update the given product.
saveOrUpdate(ProductSku) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Save or update the given product sku.
saveOrUpdate(SkuOption) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Save or update the given skuOption.
saveOrUpdate(TopSeller) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Save or update the given top seller.
saveOrUpdate(InventoryAudit) - Method in interface com.bea.alcs.service.catalog.InventoryAuditService
Save or update the given InventoryAudit item.
saveOrUpdate(Inventory) - Method in interface com.bea.alcs.service.catalog.InventoryService
Save or update the given inventory item.
saveOrUpdate(Product) - Method in interface com.bea.alcs.service.catalog.ProductService
Save or update the given product.
saveOrUpdate(ProductSku) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Save or update the given product sku.
saveOrUpdate(SkuOption) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Save or update the given skuOption.
saveOrUpdate(InventoryAllocation) - Method in interface com.bea.alcs.service.order.AllocationService
Saves a new allocation or updates an already existing one.
saveOrUpdate(InventoryAllocation) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Saves a new allocation or updates an already existing one.
saveOrUpdate(PaymentGateway) - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Saves or updates a given PaymentGateway.
saveOrUpdate(PaymentGateway) - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Saves or updates a given PaymentGateway.
saveOrUpdate(SynonymGroup) - Method in class com.bea.alcs.service.search.impl.SynonymGroupServiceImpl
Saves or updates a given SynonymGroup.
saveOrUpdate(SynonymGroup) - Method in interface com.bea.alcs.service.search.SynonymGroupService
Saves or updates a given SynonymGroup.
saveOrUpdate(Store) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Saves or updates a given Store.
saveOrUpdate(Warehouse) - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Saves or updates a given Warehouse.
saveOrUpdate(Store) - Method in interface com.bea.alcs.service.store.StoreService
Saves or updates a given Store.
saveOrUpdate(Warehouse) - Method in interface com.bea.alcs.service.store.WarehouseService
Saves or updates a given Warehouse.
saveOrUpdateImportJob(ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Save or update the given importjob.
saveOrUpdateImportJob(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Save or update the given importjob.
saveOrUpdateRuleBase(EpRuleBase) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Saves the given EpRuleBase.
saveOrUpdateRuleBase(EpRuleBase) - Method in interface com.bea.alcs.service.rules.RuleService
Saves the given EpRuleBase.
SCORE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Solr score field for default sorting.
search(SearchRequest, CatalogViewResultHistory, ShoppingCart, StoreProductLoadTuner, int) - Method in class com.bea.alcs.service.catalogview.impl.SearchServiceImpl
Perform searching based on the given search request and returns the search result.
search(SearchRequest, CatalogViewResultHistory, ShoppingCart, StoreProductLoadTuner, int) - Method in interface com.bea.alcs.service.catalogview.SearchService
Perform searching based on the given search request and returns the search result.
search(SearchCriteria) - Method in interface com.bea.alcs.service.search.index.IndexSearchService
Searches the index with the given search criteria.
search(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchServiceImpl
Returns an immutable search result object that is pageable.
search(SearchCriteria, int, SolrIndexSearchResult) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Searches an index (determined by the type of the search criteria).
search(SearchCriteria, int, int, SolrIndexSearchResult) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Searches an index (determined by the type of the search criteria) starting from the specified index, the number of results is limited by the specified maxResults.
SEARCH_CONFIG - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.SearchConfig.
SEARCH_KEYWORDS_MAX_LENGTH - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The maximum length of key words in a search request.
SEARCH_REQUEST - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.SearchRequest.
SEARCH_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.SearchResult.
searchAndSetFeaturedProducts(CatalogViewRequest, CatalogViewResult, ShoppingCart, StoreProductLoadTuner, boolean) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Searches for featured products with search criteria constructed from AbstractCatalogViewServiceImpl.createCriteriaForProductSearch(CatalogViewRequest, boolean) and sets the appropriate field within the result.
SearchConfig - Interface in com.bea.alcs.domain.misc
Holds configuration data about searching.
SearchConfigImpl - Class in com.bea.alcs.domain.misc.impl
Default implementation of SearchConfig.
SearchConfigImpl() - Constructor for class com.bea.alcs.domain.misc.impl.SearchConfigImpl
 
SearchConfigInternal - Interface in com.bea.alcs.domain.misc
Holds configuration data about searching.
SearchConfigMediator - Interface in com.bea.alcs.service.search.index
Represents a search configuration moderator that re-parses a search configuration stream based on the last modified time of that file.
SearchConfigMediatorImpl - Class in com.bea.alcs.service.search
Represents a search configuration mediator that re-parses a search configuration stream based on the last modified time of that file.
SearchConfigMediatorImpl() - Constructor for class com.bea.alcs.service.search.SearchConfigMediatorImpl
Default constructor.
SearchCriteria - Interface in com.bea.alcs.service.search.query
Represents an abstract search criteria.
searchFeaturedProducts(CatalogViewRequest, boolean) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Retrieves the list of UIDs for featured products in the current category and sub-categories.
searchProducts(CatalogViewRequest, boolean, boolean) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Retrieve the IndexSearchResult for products.
SearchRequest - Interface in com.bea.alcs.domain.catalogview.search
Represents a search request.
SearchRequestImpl - Class in com.bea.alcs.domain.catalogview.search.impl
Represents a default implementation of SearchRequest.
SearchRequestImpl() - Constructor for class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
 
SearchResult - Interface in com.bea.alcs.domain.catalogview.search
Represents a search result.
SearchResultImpl - Class in com.bea.alcs.domain.catalogview.search.impl
Represents a default implementation of SearchResult.
SearchResultImpl() - Constructor for class com.bea.alcs.domain.catalogview.search.impl.SearchResultImpl
 
SearchService - Interface in com.bea.alcs.service.catalogview
Provide searching service.
SearchServiceImpl - Class in com.bea.alcs.service.catalogview.impl
Represents a default implementation of SearchService.
SearchServiceImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.SearchServiceImpl
 
SECURITY_CONTEXT - Static variable in class com.bea.alcs.commons.constants.WebConstants
Session attribute to be removed when CSR wants to open an internal browser to create customer account.
securityScrub(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Removes < and > characters from the input string to secure against cross-site scripting security hacks.
securityScrub(String) - Method in interface com.bea.alcs.commons.util.Utility
Removes < and > characters from the input string to secure against cross-site scripting security hacks.
SELECTED_IMAGE - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the alternative image selected by the user.
sendEmail(String, MailMessage) - Method in class com.bea.alcs.commons.util.impl.MailerImpl
Send a text email with the given contentEncoding.
sendEmail(String, MailMessage) - Method in interface com.bea.alcs.commons.util.Mailer
Send a text email.
sendHtmlEmail(MailMessage) - Method in class com.bea.alcs.commons.util.impl.MailerImpl
Send an html email.
sendHtmlEmail(MailMessage) - Method in interface com.bea.alcs.commons.util.Mailer
Send an html email.
sendMail(List<String>, EmailProperties) - Method in interface com.bea.alcs.service.misc.EmailService
Sends a HTML or text email to a list of recipients using the provided email properties.
sendMail(EmailProperties) - Method in interface com.bea.alcs.service.misc.EmailService
Sends a HTML or text email to a recipient using the provided email properties.
sendMail(List<String>, EmailProperties) - Method in class com.bea.alcs.service.misc.impl.EmailServiceImpl
Sends a HTML or text email to a list of recipients using the provided email properties.
sendMail(EmailProperties) - Method in class com.bea.alcs.service.misc.impl.EmailServiceImpl
Sends a HTML or text email to a recipient using the provided email properties.
sendMail(List<String>, EmailProperties) - Method in class com.bea.alcs.service.misc.impl.SomeEmailServiceImpl
Passes a request on to the remote email service.
sendMail(EmailProperties) - Method in class com.bea.alcs.service.misc.impl.SomeEmailServiceImpl
Passes a request on to the remote email service.
sendOrderConfirmationEmail(String) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Sends the order confirmation email.
sendOrderConfirmationEmail(String) - Method in interface com.bea.alcs.service.order.OrderService
Sends the order confirmation email.
sendWishList(WishListMessage, ShoppingCart) - Method in class com.bea.alcs.service.shoppingcart.impl.WishListServiceImpl
Sends the customers wishlist via e-mail to a list of recipients.
sendWishList(WishListMessage, ShoppingCart) - Method in interface com.bea.alcs.service.shoppingcart.WishListService
Sends the customers wishlist via e-mail to a list of recipients.
SEO_URL_BUILDER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implmentation of com.bea.alcs.domain.catalogview.SeoUrlBuilder.
SeoConstants - Class in com.bea.alcs.commons.constants
Contains all constants used in SEO (Search Engine Optimization).
SeoConstants() - Constructor for class com.bea.alcs.commons.constants.SeoConstants
 
SEOURLBUILDER - Static variable in class com.bea.alcs.commons.constants.WebConstants
The configured SeoUrlBuilder.
SeoUrlBuilder - Interface in com.bea.alcs.domain.catalogview
Implementations can provide different ways of encoding SEO Urls.
SeoUrlBuilderImpl - Class in com.bea.alcs.domain.catalogview.impl
Encapsulates the logic on how to build SEO urls for various components of the system.
SeoUrlBuilderImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
 
SEPARATOR - Static variable in interface com.bea.alcs.domain.catalogview.Filter
Define the separator used in price filter id string.
SEPARATOR - Static variable in interface com.bea.alcs.domain.dataimport.ImportDataType
Separator used in import data type name.
SEPARATOR_BETWEEN_TOKENS - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the separator used between tokens, such as between one price filter and one brand filter.
SEPARATOR_IN_REGEX - Static variable in interface com.bea.alcs.domain.catalogview.Filter
Define the regular expression of the given separator.
SEPARATOR_IN_TOKEN - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the separator used in one token, such as in one price filter.
serialVersionUID - Static variable in exception com.bea.alcs.commons.beanframework.BeanRegistrationException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.DuplicateKeyException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.DuplicateNameException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EmailExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EmailNonExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpBigDecimalBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpBooleanBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpCurrencyBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpDateBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpIntBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpInvalidGuidBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpInvalidValueBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpLicensingCorruptedException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpLicensingException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpLicensingExpiredException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpLicensingInvalidException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpLicensingMissingException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpLocaleBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpLongBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpNonConsistentDomainFieldException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpNonNullBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpSystemException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpTooLongBindException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.EpUnsupportedOperationException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.UserIdExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.UserIdNonExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.commons.exception.UserStatusInactiveException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.commons.util.impl.MailMessageImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.commons.util.impl.UtilityImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.CategoryAttributeValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.CategoryTypeAttributeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.CustomerProfileValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.ProductAttributeValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.ProductTypeProductAttributeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.ProductTypeSkuAttributeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.SkuAttributeValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.attribute.impl.TransientAttributeValueImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.catalog.AvailabilityException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.catalog.DefaultValueRemovalForbiddenException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.BrandImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogCurrencyImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogLocaleImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryLocaleDependantFieldsImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryTypeLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductLocaleDependantFieldsImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductPriceTierImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.SkuPriceTierImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.catalog.InsufficientInventoryException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.catalog.MinOrderQtyException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingResultImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.catalogview.CatalogViewRequestUnmatchException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.catalogview.EpCatalogViewRequestBindException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.BrandFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.CatalogViewResultHistoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.FilterOptionCompareToComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.search.impl.SearchResultImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.cmuser.impl.CmUserSessionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerAddressImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportFieldImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.AbstractImportFieldPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.ImportFieldProductDefaultCategory
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Serial version ID.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.EpDomainException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.event.impl.EventOriginatorImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.impl.AbstractEntityImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.impl.AbstractEpDomainImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.impl.AbstractPersistenceImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.impl.AbstractTransientImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.impl.AbstractValueObjectImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.CheckoutResultsImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.CmUserEmailPropertyHelperImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.CustomerEmailPropertyHelperImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.DisplayNameComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.FilterBucketComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.GeographyImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.GiftCertificateEmailPropertyHelperImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.ImportEmailPropertyHelperImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.MoneyImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.OrderEmailPropertyHelperImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.ProductLowestPriceComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.RandomGuidImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.RegionCodeComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.TopSellerComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.misc.impl.WishListEmailPropertyHelperImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.AllocationResultImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.ElectronicOrderShipmentImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderAddressImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderEventImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderLockImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.order.impl.OrderNotPersistedException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderReturnReceivedStateImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderReturnSkuReasonImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.PickListImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.AmountLimitExceededException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.CardDeclinedException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.CardErrorException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.CardExpiredException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.GiftCertificateCurrencyMismatchException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.GiftCertificateException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.GiftCertificateZeroBalanceException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.CreditCardPaymentHandler
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.ExchangePaymentHandler
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentHandler
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.GooglePaymentHandler
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.PaymentHandlerFactoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.payment.impl.PayPalExpressPaymentHandler
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.InsufficientFundException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.InsufficientGiftCertificateBalanceException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.InvalidAddressException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.InvalidCVV2Exception
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.PayerAuthenticationException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.PaymentGatewayException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.domain.payment.PaymentProcessingException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.AnySkuInCartConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.BrandConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartCurrencyConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartNFreeSkusActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartSubtotalConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CategoryExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.CustomerGroupEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.EveryoneEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ExistingCustomerEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ProductCategoryConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ProductConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ProductExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ProductInCartConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.PromotionRuleImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.RuleScenariosImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.SkuExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.search.impl.SynonymImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.CountryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.RegionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartItemImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.WishListItemImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.store.impl.AdjustmentQuantityOnHandReasonImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.store.impl.CreditCardTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.store.impl.StoreImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.store.impl.WarehouseImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.domain.tax.impl.TaxValueImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.persistence.ChangeCollisionException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.persistence.EpPersistenceException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.persistence.support.impl.FetchGroupLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.auth.IdentityServiceException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.catalog.SkuOptionKeyExistException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.catalogview.impl.IndexProductImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.cmuser.UserNameExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.cmuser.UserRoleNameExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.customer.GroupExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.dataimport.AnotherImportJobRunningException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.dataimport.ImportJobExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.EpServiceException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.CompleteShipmentFailedException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.IllegalReturnStateException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.impl.InvalidUnlockerException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.IncorrectRefundAmountException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.InvalidShipmentStateException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.OrderReturnOutOfDateException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.OrderShipmentNotFoundException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.order.ReleaseShipmentFailedException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.payment.PaymentServiceException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.rules.DuplicatePromoCodeException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.CategorySearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.search.query.EpEmptySearchCriteriaException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.KeywordSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.LuceneRawSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.OrderSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.ProductSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.search.query.ShippingLevelsSearchCriteriaImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.shipping.ShippingRegionExistException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.tax.TaxCodeExistException
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.service.tax.TaxJurisdictionExistException
Serial version id.
setAAV(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets AAV value.
setAAV(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets AAV value.
setAccuracy(float) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Sets the degree of similarity that a word must have to the original word in order to be suggested.
setAccuracy(float) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Sets the degree of similarity that a word must have to the original word in order to be suggested.
setAcsURL(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Sets Access Control Server URL (ACSURL), used in redirecting the client browser to the card issuer's 3D Secure host.
setAcsURL(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Sets Access Control Server URL (ACSURL), used in redirecting the client browser to the card issuer's 3D Secure host.
setActive(boolean) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Sets whether this PickList is active.
setActive(boolean) - Method in interface com.bea.alcs.domain.order.PickList
Sets whether this PickList is active.
setActiveOnly(boolean) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Sets the active-only flag to true if only searching for active categories.
setActiveOnly(boolean) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the active-only flag to true if only searching for active products.
setAddress(WarehouseAddress) - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Sets the WarehouseAddress of this Warehouse.
setAddress(WarehouseAddress) - Method in interface com.bea.alcs.domain.store.Warehouse
Sets the WarehouseAddress of this Warehouse.
setAddressBCC(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the BCC address.
setAddressBCC(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the BCC address.
setAddressCC(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the CC address.
setAddressCC(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the CC address.
setAddresses(List<CustomerAddress>) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the CustomerAddresses associated with this Customer.
setAddresses(List<CustomerAddress>) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the CustomerAddresses associated with this Customer.
setAddressFrom(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the FROM address.
setAddressFrom(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the FROM address.
setAddressTo(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the TO address.
setAddressTo(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the TO address.
setAffectedEntityType(String) - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Sets the string representation of the affected index entity.
setAffectedEntityType(String) - Method in interface com.bea.alcs.domain.search.IndexNotification
Sets the string representation of the affected index entity.
setAffectedUid(Long) - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Sets the affected object UID.
setAffectedUid(Long) - Method in interface com.bea.alcs.domain.search.IndexNotification
Sets the affected object UID.
setAgendaGroup(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleActionImpl
Set the agenda group.
setAgendaGroup(String) - Method in interface com.bea.alcs.domain.rules.RuleAction
Set the agenda group.
setAllActions(List<String>) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Set all the available actions configured in the system.
setAllActions(List<String>) - Method in interface com.bea.alcs.service.rules.RuleService
Set all the avaiable actions configured in the system.
setAllCatalogsAccess(boolean) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets whether this CmUser has access to all catalogs.
setAllCatalogsAccess(boolean) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets whether this CmUser has access to all catalogs.
setAllConditions(List<String>) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Set all the available conditions configured in the system.
setAllConditions(List<String>) - Method in interface com.bea.alcs.service.rules.RuleService
Set all the avaiable conditions configured in the system.
setAllEligibilities(List<String>) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Set all the available eligibility conditions configured in the system.
setAllEligibilities(List<String>) - Method in interface com.bea.alcs.service.rules.RuleService
Set all the avaiable eligibility conditions configured in the system.
setAllExceptions(List<String>) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Set all the available exceptions configured in the system.
setAllExceptions(List<String>) - Method in interface com.bea.alcs.service.rules.RuleService
Set all the avaiable exceptions configured in the system.
setAllItems(List<CartItem>) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Set the items in the cart after loading a saved cart from the database.
setAllItems(List<CartItem>) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCartMemento
Set the items in the cart after loading a saved cart from the database.
setAllocatedQuantity(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
 
setAllocatedQuantity(int) - Method in interface com.bea.alcs.domain.catalog.Inventory
Sets the number of allocated items.
setAllocatedQuantity(int) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the amount of inventory allocated to this order sku.
setAllocatedQuantity(int) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the amount of inventory allocated to this order sku.
setAllocationService(AllocationService) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Sets the allocation service.
setAllocationService(AllocationService) - Method in class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
Set the allocation service.
setAllocationService(AllocationService) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Set the allocation service.
setAllShippingCostCalculationMethods(List<String>) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Set all the available shipping cost calculation methods configured in the system.
setAllShippingCostCalculationMethods(List<String>) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Set all the available shipping cost calculation methods configured in the system.
setAllStoresAccess(boolean) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets whether this CmUser has access to all stores.
setAllStoresAccess(boolean) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets whether this CmUser has access to all stories.
setAllWarehousesAccess(boolean) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets whether this CmUser has access to all warehouses.
setAllWarehousesAccess(boolean) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets whether this CmUser has access to all warehouses.
setAmount(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the amount of this payment.
setAmount(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the amount for this sku (Price * Quantity).
setAmount(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the amount of this payment.
setAmount(BigDecimal) - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Set the amount of this payment.
setAmount(BigDecimal) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Set the amount of this payment.
setAnalyzer(Analyzer) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Sets the analyzer.
setAnalyzer(Analyzer) - Method in class com.bea.alcs.service.search.solr.SolrFacetAdapter
Sets the Analyzer instance to use.
setAncestorCategoryUids(Set<Long>) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the set of ancestor category UIDs.
setAncestorUid(long) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Sets the ancestor UID.
setAnonymous(boolean) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the anonymous status of the customer.
setAnonymous(boolean) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the anonymous status of the customer.
setApplicationContext(ApplicationContext) - Method in class com.bea.alcs.domain.impl.DefaultBeanFactoryImpl
Set the web application context.
setApplicationContext(ApplicationContext) - Method in class com.bea.alcs.domain.impl.DefaultMessageSourceImpl
Sets the application context that will provide the messages.
setAppliedRules(Set<AppliedRule>) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the AppliedRule objects that represent rules that were fired while processing this order.
setAppliedRules(Set<AppliedRule>) - Method in interface com.bea.alcs.domain.order.Order
Set the AppliedRule objects that represent rules that were fired while processing this order.
setArgs(Object[]) - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Sets the arguments for fault code.
setArgs(Object[]) - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Sets the arguments for fault code.
setAssociationType(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the type of this ProductAssociation.
setAssociationType(int) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the type of this ProductAssociation.
setAssociationType(Integer) - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Sets The Association Type.
setAttribute(Attribute) - Method in interface com.bea.alcs.domain.attribute.AttributeGroupAttribute
Set the attribute.
setAttribute(Attribute) - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Get the attribute corresponding to this value.
setAttribute(Attribute) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Get the attribute corresponding to this value.
setAttribute(Attribute) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Set the Attribute.
setAttribute(Attribute) - Method in interface com.bea.alcs.domain.catalogview.AttributeFilter
 
setAttribute(Attribute) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
 
setAttribute(Attribute) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
 
setAttributeGroup(AttributeGroup) - Method in interface com.bea.alcs.domain.catalog.CategoryType
Sets the category attribute group.
setAttributeGroup(AttributeGroup) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Sets the category attribute group.
setAttributeGroupAttributes(Set<AttributeGroupAttribute>) - Method in interface com.bea.alcs.domain.attribute.AttributeGroup
Set the set of attributes associated with this attribute group.
setAttributeGroupAttributes(Set<AttributeGroupAttribute>) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
Set the set of attributes associated with this product type.
setAttributeKey(String) - Method in interface com.bea.alcs.domain.catalogview.AttributeFilter
Set the attribute Key.
setAttributeKey(String) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Set the attribute Key.
setAttributeKey(String) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Set the attribute Key.
setAttributeRangeFilterOptions(Map<Attribute, List<FilterOption<AttributeRangeFilter>>>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets the map of attribute value filter options.
setAttributeRangeFilterOptions(Map<Attribute, List<FilterOption<AttributeRangeFilter>>>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the map of attribute value filter options.
setAttributeRangeFilterOptions(Map<Attribute, List<FilterOption<AttributeRangeFilter>>>) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Sets the list of attribute range FilterOptions for the previous search.
setAttributeType(AttributeType) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the AttributeType of this attribute.
setAttributeType(AttributeType) - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Set the AttributeType of this attribute.
setAttributeType(AttributeType) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the AttributeType of this attribute.
setAttributeType(AttributeType) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the AttributeType of this attribute.
setAttributeTypeId(int) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the attribute's type id.
setAttributeTypeId(int) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the attribute type id.
setAttributeTypeId(int) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the attribute type Id.
setAttributeUsage(AttributeUsage) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the AttributeUsage of this attribute.
setAttributeUsage(AttributeUsage) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the AttributeUsage of this attribute.
setAttributeUsageId(int) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the attribute's usage id.
setAttributeUsageId(int) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the attribute usage Id.
setAttributeValue(Attribute, Locale, Object) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Set the attribute value of the domain object.
setAttributeValue(Attribute, Locale, Object) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Set the attribute value of the domain object.
setAttributeValue(AttributeValueWithType) - Method in interface com.bea.alcs.domain.catalogview.AttributeValueFilter
 
setAttributeValue(AttributeValueWithType) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Set the attribute value.
setAttributeValueBeanId(String) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Sets the bean identifier of AttributeValues in this group.
setAttributeValueBeanId(String) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Set the attribute value bean Id.
setAttributeValueFilterOptions(Map<Attribute, List<FilterOption<AttributeValueFilter>>>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets the map of attribute value filter options.
setAttributeValueFilterOptions(Map<Attribute, List<FilterOption<AttributeValueFilter>>>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the map of attribute value filter options.
setAttributeValueFilterOptions(Map<Attribute, List<FilterOption<AttributeValueFilter>>>) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Sets the list of attribute value FilterOptions for the previous search.
setAttributeValueFromString(String) - Method in interface com.bea.alcs.domain.catalogview.AttributeValueFilter
Set the attribute value.
setAttributeValueFromString(String) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Set the attribute value.
setAttributeValueGroup(AttributeValueGroup) - Method in interface com.bea.alcs.domain.catalog.Category
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in interface com.bea.alcs.domain.catalog.Product
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the attribute value group.
setAttributeValueMap(Map<String, AttributeValue>) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Sets the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Sets the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in interface com.bea.alcs.domain.catalog.Category
Set the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in interface com.bea.alcs.domain.catalog.Product
Set the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the attribute value map.
setAttributeValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the attribute value map.
setAuthority(String) - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
Sets the authority for this Permission.
setAuthority(String) - Method in interface com.bea.alcs.domain.cmuser.UserPermission
Sets the authority for this UserPermission.
setAuthority(String) - Method in interface com.bea.alcs.domain.customer.CustomerRole
Sets the authority for this CustomerRole.
setAuthority(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
Sets the authority for this Permission.
setAuthorizationCode(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the authorization code.
setAuthorizationCode(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the authorization code, returned with every transaction.
setAuthorizationCode(String) - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Set the authorization code.
setAuthorizationCode(String) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Set the authorization code.
setAvailabilityCriteria(AvailabilityCriteria) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the availability criteria.
setAvailabilityCriteria(AvailabilityCriteria) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the availability criteria.
setAvailabilityCriteria(AvailabilityCriteria) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the availability criteria.
setAvailable(boolean) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
setAvailable(String, boolean) - Method in class com.bea.alcs.service.catalogview.impl.IndexProductImpl
Sets the availability of this product.
setAvailableRegions(List<ShippingRegion>) - Method in interface com.bea.alcs.domain.misc.Geography
Set the ShippingRegions that define the set of available countries and subcountries.
setAvailableRegions(List<ShippingRegion>) - Method in class com.bea.alcs.domain.misc.impl.GeographyImpl
Set the ShippingRegions that define the set of available countries and subcountries.
setBeanClassLoader(ClassLoader) - Method in class com.bea.alcs.persistence.impl.LocalApplicationEntityManagerFactoryBean
Callback that supplies the bean class loader to a bean instance.
setBeanFactory(BeanFactory) - Method in class com.bea.alcs.commons.util.config.impl.DefaultSearchConfigSectionParserImpl
Sets the bean factory to retrieve required beans from.
setBeanFactory(BeanFactory) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Sets the bean factory object.
setBeforeTaxReturnTotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the before-tax return total.
setBeforeTaxShippingCost(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Set the before-tax shipping cost in BigDecimal.
setBeforeTaxShippingCost(BigDecimal) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Set the before-tax shipping cost in BigDecimal.
setBeforeTaxShippingCost(Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Sets the cost of shipping before tax.
setBeforeTaxShippingCost(Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Sets the cost of shipping before tax.
setBeforeTaxSubTotal(Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Sets the value of the shopping cart before tax.
setBeforeTaxSubTotal(Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Sets the value of the shopping cart before tax.
setBillingAddress(CustomerAddress) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setBillingAddress(CustomerAddress) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setBillingAddress(OrderAddress) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the billing address corresponding to this order.
setBillingAddress(OrderAddress) - Method in interface com.bea.alcs.domain.order.Order
Set the billing address corresponding to this order.
setBillingAddress(Address) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the billing address.
setBillingAddress(Address) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the preferred billing address.
setBody(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the email body.
setBody(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the email body.
setBodyHtml(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the HTML body.
setBodyHtml(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the HTML body.
setBooleanValue(Boolean) - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Set the boolean value.
setBooleanValue(Boolean) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the boolean value.
setBrand(Brand) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the brand/manufacturer of the product.
setBrand(Brand) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the brand/manufacturer of the product.
setBrand(Brand) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Sets the brand.
setBrand(Brand) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Sets the brand.
setBrand(Brand) - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Sets the brand for the viewed product.
setBrand(Brand) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the brand/manufacturer of the product.
setBrandCode(String) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the brand code.
setBrandFilterOptions(List<FilterOption<BrandFilter>>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Gets a list of filter options on brand.
setBrandFilterOptions(List<FilterOption<BrandFilter>>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Gets a list of filter options on brand.
setBrandFilterOptions(List<FilterOption<BrandFilter>>) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Sets the list of brand FilterOptions for the previous search.
setBrandListing(List) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
 
setBrandListing(List) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
 
setBrandService(BrandService) - Method in class com.bea.alcs.service.catalogview.impl.SitemapServiceImpl
 
setBrandUid(long) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
Sets the brand uid.
setBrandUid(long) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapRequest
Sets the brand uid.
setCachingControlEntries(List) - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter
Sets the caching control entries.
setCallerServices(NVPCallerServices) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Get the PayPal CallerService.
setCallerServices(NVPCallerServices) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Get the PayPal CallerService.
setCanceled() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Sets the canceled flag to true.
setCanceled() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Sets the canceled flag to true.
setCanceled() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Sets the canceled flag to true.
setCanceled() - Method in interface com.bea.alcs.service.dataimport.ImportService
Sets the canceled flag to true.
setCardHolderName(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setCardHolderName(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setCardHolderName(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the card holder name.
setCardHolderName(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the card holder name.
setCardNumber(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setCardNumber(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setCardNumber(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the encrypted credit card number.
setCardType(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setCardType(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setCardType(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the vendor/brand of the credit card (e.g.
setCardType(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the vendor/brand of the credit card (e.g.
setCarrier(String) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
 
setCarrier(String) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
 
setCarrier(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
 
setCarrier(String) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
 
setCatalog(Catalog) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the catalog that this attribute type belongs to (for catalog related attributes).
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.catalog.CatalogObject
Set the catalog that this object belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Set the catalog this category belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Set the catalog that this brand type belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
Set the catalog this price belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
Set the catalog this price belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Set the catalog that this category type belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the catalog in which this association applies.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the catalog that this product type belongs to.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the catalog in which this association applies.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.catalogview.CategoryFilter
Sets the Catalog.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Sets the Catalog.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.dataimport.CatalogImportField
Set the Catalog for this object.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractCatalogImportFieldImpl
Set the Catalog for this object.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the Catalog for this import job.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the Catalog for this import job.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Sets the catalog this rule base belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the Catalog associated with this the rule.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Sets the catalog this rule base belongs to.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.rules.Rule
Set the Catalog associated with this the rule.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Set the catalog this category belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Set the catalog that this sku option belongs to.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Set the catalog that this sku option belongs to.
setCatalog(Catalog) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Set the catalog used by this store.
setCatalog(Catalog) - Method in interface com.bea.alcs.domain.store.Store
Set this Store's Catalog.
setCatalogCode(String) - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
setCatalogPrices(Map<Catalog, CatalogPrice>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the catalog prices for this Product.
setCatalogPromoQueryComposerHelper(CatalogPromoQueryComposerHelper) - Method in class com.bea.alcs.service.search.impl.CatalogPromotionSolrHook
Sets the CatalogPromoQueryComposerHelper instance to use.
setCatalogs(Set<Catalog>) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets accessible catalogs for the user.
setCatalogs(Set<Catalog>) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets accessible catalogs for the user.
setCatalogService(CatalogService) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Sets the CatalogService instance to use.
setCatalogSkuPrices(Map<Catalog, CatalogPrice>) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the map of catalogs to prices.
setCatalogUid(Long) - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Sets the catalog uid.
setCatalogUid(Long) - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Sets the catalog uid.
setCatalogUid(Long) - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Sets the catalog UID.
setCatalogUids(Collection<Long>) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Gets the catalog UIDs to search for.
setCatalogViewRequest(CatalogViewRequest) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets the catalog view request which generated this search result.
setCatalogViewRequest(CatalogViewRequest) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the catalog view request which generated this search result.
setCategories(Set<Category>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the product's categories.
setCategories(Set<Category>) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the product's categories.
setCategories(Set<Category>) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the product's categories.
setCategory(Category) - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Set the category.
setCategory(Category) - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Set the category.
setCategory(Category) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets the category.
setCategory(Category) - Method in interface com.bea.alcs.domain.catalogview.CategoryFilter
Set the category.
setCategory(Category) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the category.
setCategory(Category) - Method in class com.bea.alcs.domain.catalogview.impl.CategoryFilterImpl
Set the category.
setCategory(Category) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Sets the category.
setCategory(Category) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Sets the category.
setCategoryAsDefault(Category) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the given category to be a default (primary) category of this product.
setCategoryAsDefault(Category) - Method in interface com.bea.alcs.domain.catalog.Product
Set the given category to be a default (primary) category of this product.
setCategoryAsDefault(Category) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the given category to be a default (primary) category of this product.
setCategoryAttributeGroupAttributes(Set<AttributeGroupAttribute>) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Set the Category attribute group attributes.
setCategoryCode(String) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Sets the category code.
setCategoryFilterOptions(List<FilterOption<CategoryFilter>>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets the list of filter options on category.
setCategoryFilterOptions(List<FilterOption<CategoryFilter>>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the list of filter options on category.
setCategoryFilterOptions(List<FilterOption<CategoryFilter>>) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Sets the list of category FilterOptions for the previous search.
setCategoryListing(List) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
 
setCategoryListing(List) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
 
setCategoryLoadTuner(CategoryLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the CategoryLoadTuner instance to use.
setCategoryLoadTuner(CategoryLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the CategoryLoadTuner instance to use.
setCategoryLoadTunerAll(CategoryLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Sets the CategoryLoadTuner for populating all data.
setCategoryLoadTunerDefault(CategoryLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Sets the default CategoryLoadTuner.
setCategoryLoadTunerMinimal(CategoryLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Sets the CategoryLoadTuner for populating minimal data.
setCategoryMatch(boolean) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets whether a category match was made and should navigate to the category specified by getCategory().
setCategoryMatch(boolean) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets whether a category match was made and should navigate to the category specified by getCategory().
setCategoryName(String) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Sets the category name.
setCategoryNameExact(boolean) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Sets whether the category name should be matched exactly (untokenized).
setCategoryRestriction(long) - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Sets the category restriction for this search.
setCategoryRestriction(long) - Method in interface com.bea.alcs.domain.search.SfSearchLog
Sets the category restriction for this search.
setCategoryService(CategoryService) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Set the CategoryService singleton.
setCategoryService(CategoryService) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Set the CategoryService singleton.
setCategoryService(CategoryService) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Set the category service.
setCategoryService(CategoryService) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Set the category service.
setCategoryService(CategoryService) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the CategoryService instance to use.
setCategoryService(CategoryService) - Method in class com.bea.alcs.service.catalogview.impl.ProductViewServiceImpl
Sets the category service.
setCategoryService(CategoryService) - Method in class com.bea.alcs.service.catalogview.impl.SitemapServiceImpl
Sets the category service.
setCategoryService(CategoryService) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Set the category service.
setCategoryType(CategoryType) - Method in interface com.bea.alcs.domain.catalog.Category
Set the CategoryType.
setCategoryType(CategoryType) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the CategoryType.
setCategoryType(CategoryType) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the CategoryType.
setCategoryTypeLoadTuner(CategoryTypeLoadTuner) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Sets the CategoryTypeLoadTuner.
setCategoryTypeLoadTuner(CategoryTypeLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Sets the CategoryTypeLoadTuner.
setCategoryTypeLoadTunerAll(CategoryTypeLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
 
setCategoryUid(long) - Method in interface com.bea.alcs.domain.catalog.CategoryDeleted
Sets the uid of the deleted category.
setCategoryUid(long) - Method in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Sets the uid of the deleted category.
setCategoryUid(long) - Method in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Sets the category uid.
setCategoryUid(long) - Method in interface com.bea.alcs.domain.catalog.TopSeller
Sets the category uid.
setCategoryUid(long) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Sets the category uid.
setCategoryUid(Long) - Method in interface com.bea.alcs.domain.catalogview.FeaturedProductFilter
Sets the category UID of the category to get featured products for (the root category).
setCategoryUid(long) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the category uid.
setCategoryUid(Long) - Method in class com.bea.alcs.domain.catalogview.impl.FeaturedProductFilterImpl
Sets the category UID of the category to get featured products for (the root category).
setCategoryUid(long) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
Sets the category uid.
setCategoryUid(long) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapRequest
Sets the category uid.
setCategoryUid(Long) - Method in class com.bea.alcs.service.search.query.KeywordSearchCriteria
Sets the category UID to search for.
setCause(EpDomainException) - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Sets the cause of the payment failure.
setCause(EpDomainException) - Method in interface com.bea.alcs.service.payment.PaymentResult
Sets the cause of the payment failure.
setCAVV(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets CAVV value.
setCAVV(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets CAVV value.
setChangedQuantityAllocated(int) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the changedQuantityAllocated.
setChangedQuantityAllocated(int) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the changedQuantityAllocated.
setCheckoutEventHandler(CheckoutEventHandler) - Method in interface com.bea.alcs.service.shoppingcart.GoogleCheckoutService
Set the handler to be notified of checkout events.
setCheckoutEventHandler(CheckoutEventHandler) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the handler to be notified of checkout events.
setCheckoutEventHandler(CheckoutEventHandler) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the handler to be notified of checkout events.
setChildCategoryLevel(int) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Set the child category level.
setChildCategoryLevel(int) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Set the child category level.
setChildren(Set<Category>) - Method in interface com.bea.alcs.domain.catalog.Category
Set the child categories.
setChildren(Set<Category>) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Set the child categories.
setCity(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the city of this Address.
setCity(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the city of this Address.
setCity(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Sets the city of this WarehouseAddress.
setCity(String) - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Sets the city of this WarehouseAddress.
setClearTextPassword(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the clear-text password.
setClearTextPassword(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the clear-text password.
setClearTextPassword(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the clear-text password.
setClearTextPassword(String) - Method in interface com.bea.alcs.domain.customer.CustomerAuthentication
Sets the clear-text password.
setClearTextPassword(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Sets the clear-text password.
setClearTextPassword(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the clear-text password.
setCmUser(CmUser) - Method in interface com.bea.alcs.domain.cmuser.CmUserSession
Sets the CmUser instance.
setCmUser(CmUser) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserSessionImpl
Sets the CmUser instance.
setCmUser(CmUser) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the cm user whom started the import job.
setCmUser(CmUser) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the cm user whom started the import job.
setCmUser(CmUser) - Method in interface com.bea.alcs.domain.event.EventOriginator
Set the cmUser, null if not related to the cmUser.
setCmUser(CmUser) - Method in class com.bea.alcs.domain.event.impl.EventOriginatorImpl
Set the cmUser, null if not related to the cmUser.
setCmUser(CmUser) - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
 
setCmUser(CmUser) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Set the cmUser which create pick list.
setCmUser(CmUser) - Method in interface com.bea.alcs.domain.order.OrderLock
 
setCmUser(CmUser) - Method in interface com.bea.alcs.domain.order.PickList
Set the cmUser which create pick list.
setCmUser(CmUser) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the CmUser that created of the rule.
setCmUser(CmUser) - Method in interface com.bea.alcs.domain.rules.Rule
Set the CmUser that created of the rule.
setCmUserUID(Long) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the cm user's uid.
setCmUserUID(Long) - Method in interface com.bea.alcs.domain.order.Order
Sets the cm user's uid.
setCmUserUID(Long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the CmUserUID.
setCmUserUID(Long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Sets the CmUserUID.
setCode(String) - Method in interface com.bea.alcs.domain.catalog.Brand
Sets the brand code.
setCode(String) - Method in interface com.bea.alcs.domain.catalog.Catalog
Sets the unique code associated with the Catalog.
setCode(String) - Method in interface com.bea.alcs.domain.catalog.Category
Sets the category code.
setCode(String) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Sets the brand code.
setCode(String) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the unique code associated with the Catalog.
setCode(String) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Sets the category code.
setCode(String) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Sets the category code.
setCode(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the product code.
setCode(String) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the product code.
setCode(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Sets the fault code.
setCode(String) - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Sets the fault code.
setCode(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the unique code associated with the Store.
setCode(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Sets the unique code associated with the Store.
setCode(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the unique code associated with the Store.
setCode(String) - Method in interface com.bea.alcs.domain.store.Warehouse
Sets the unique code associated with the Store.
setCode(String) - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Set the sales tax code.
setCode(String) - Method in interface com.bea.alcs.domain.tax.TaxCode
Set the sales tax code.
setCode(String) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the product code.
setCodeValid(boolean) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set whether or not the promotion or gift certificate code entered by the user is valid.
setCodeValid(boolean) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set whether or not the promotion or gift certificate code entered by the user is valid.
setColNumber(Integer) - Method in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
Sets the import column number.
setColNumber(Integer) - Method in interface com.bea.alcs.domain.dataimport.ImportMapping
Sets the import column number.
setComment(String) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
setComment(String) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
setCommerceIndicator(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets CommerceIndicator value.
setCommerceIndicator(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets CommerceIndicator value.
setCommercialAddress(boolean) - Method in interface com.bea.alcs.domain.customer.Address
Sets whether this Address is a commercial address.
setCommercialAddress(boolean) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets whether this Address is a commercial address.
setCompany(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the company associated with this Customer.
setCompany(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the company associated with this Customer.
setCompletedOrder(Order) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set a reference to the completed order for the items previously checked out.
setCompletedOrder(Order) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set a reference to the completed order for the items previously checked out.
setComputedPrice(Money, int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the product's computed price (e.g.
setComputedPrice(Money) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the computed price for the first price tier.
setComputedPrice(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Set the computed price of the price tier.
setComputedPrice(Money) - Method in interface com.bea.alcs.domain.catalog.Price
Set the product's computed price (e.g.
setComputedPrice(Money, int) - Method in interface com.bea.alcs.domain.catalog.Price
Set the product's computed price (e.g.
setComputedPrice(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.PriceTier
Set the computed price of the price tier.
setConceptTerm(String) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Set the concept term which will spawn synonyms.
setConceptTerm(String) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Set the concept term which will spawn synonyms.
setConditionOperator(boolean) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setConditionOperator(boolean) - Method in interface com.bea.alcs.domain.rules.Rule
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setConfigFileName(String) - Method in class com.bea.alcs.service.remote.impl.ResourceRetrievalServiceImpl
Sets the name of the configuration file.
setConfigParser(XmlParser) - Method in class com.bea.alcs.service.search.SearchConfigMediatorImpl
Sets the XmlParser instance to use.
setConfirmClearTextPassword(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in interface com.bea.alcs.domain.customer.CustomerAuthentication
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the confirm clear-text password.
setConnectionDriverName(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Set the connection driver name.
setConnectionDriverName(String) - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Set the connection driver name.
setConnectionFactoryName(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Set the connection factory name.
setConnectionFactoryName(String) - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Set the connection factory name.
setConnectionPassword(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Set the connection password.
setConnectionPassword(String) - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Set the connection password.
setConnectionURL(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Set the connection URL.
setConnectionURL(String) - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Set the connection URL.
setConnectionUserName(String) - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Set the connection user name.
setConnectionUserName(String) - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Set the connection user name.
setContentEncoding(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the content encoding for the Store.
setContentEncoding(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the content encoding for the Store.
setCountry(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the country of this Address.
setCountry(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the country of this Address.
setCountry(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the country of this Store.
setCountry(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Sets the country of this WarehouseAddress.
setCountry(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the country of this Store.
setCountry(String) - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Sets the country of this WarehouseAddress.
setCountryCode(String) - Method in interface com.bea.alcs.domain.misc.Country
 
setCountryCode(String) - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
setCountryCode(String) - Method in interface com.bea.alcs.domain.shipping.Country
Set the ISO country code for this Country.
setCountryCode(String) - Method in class com.bea.alcs.domain.shipping.impl.CountryImpl
Set the ISO country code for this Country.
setCountryCode(String) - Method in class com.bea.alcs.domain.shipping.impl.RegionImpl
Set the region's country code (ISO country code).
setCountryCode(String) - Method in interface com.bea.alcs.domain.shipping.Region
Set the region's country code (ISO country code).
setCountryName(String) - Method in interface com.bea.alcs.domain.misc.Country
 
setCountryName(String) - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
setCountryName(String) - Method in interface com.bea.alcs.domain.shipping.Country
Set the country name (in English).
setCountryName(String) - Method in class com.bea.alcs.domain.shipping.impl.CountryImpl
Set the country name (in English).
setCreatedBy(CmUser) - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Set the CM User who created this order note.
setCreatedBy(CmUser) - Method in interface com.bea.alcs.domain.order.OrderEvent
Set the CM User who created this order note.
setCreatedByCmUser(CmUser) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the cmUser which create order return.
setCreatedByCmUser(CmUser) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the CmUser which create order return.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the date that the order is created.
setCreatedDate(long) - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
Set the date in milliseconds that the order lock is created.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Set the date that the pick list is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.order.Order
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderEvent
Set the date that the order is created.
setCreatedDate(long) - Method in interface com.bea.alcs.domain.order.OrderLock
Set the date in milliseconds that the order lock is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderShipment
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.order.PickList
Set the date that the pick list is created.
setCreatedDate(Date) - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Set the date that the order is created.
setCreationDate(Date) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setCreationDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setCreationDate(Date) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets this cmUser's creationDate.
setCreationDate(Date) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets this cmUser's creationDate.
setCreationDate(Date) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the customer creation date.
setCreationDate(Date) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set the creation date.
setCreationDate(Date) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the customer creation date.
setCreationDate(Date) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the date the session was created.
setCredentials(String, String) - Method in class com.bea.alcs.service.misc.impl.EpAuthenticationSimpleHttpInvokerRequestExecutor
Sets the credentials used for each method invocation.
setCredentials(Authentication) - Method in class com.bea.alcs.service.misc.impl.EpAuthenticationSimpleHttpInvokerRequestExecutor
Sets the credentials used for each method invocation.
setCreditCardCvv2Enabled(boolean) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets whether the Store is CVV2 verification is enabled.
setCreditCardCvv2Enabled(boolean) - Method in interface com.bea.alcs.domain.store.Store
Sets whether the Store is CVV2 verification is enabled.
setCreditCards(List<CustomerCreditCard>) - Method in interface com.bea.alcs.domain.customer.Customer
 
setCreditCards(List<CustomerCreditCard>) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
 
setCreditCardType(String) - Method in interface com.bea.alcs.domain.store.CreditCardType
Sets the type of credit card.
setCreditCardType(String) - Method in class com.bea.alcs.domain.store.impl.CreditCardTypeImpl
Sets the type of credit card.
setCreditCardTypes(Set<CreditCardType>) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the set of CreditCardTypes for this Store.
setCreditCardTypes(Set<CreditCardType>) - Method in interface com.bea.alcs.domain.store.Store
Sets the set of CreditCardTypes for this Store.
setCsvFileColDelimeter(char) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the csv file column delimeter.
setCsvFileColDelimeter(char) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the csv file column delimeter.
setCsvFileColDelimeterAsString(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the csv file column delimeter.
setCsvFileName(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the csv file name.
setCsvFileName(String) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the csv file name.
setCsvFileTextQualifier(char) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the csv file text qualifier.
setCsvFileTextQualifier(char) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the csv file text qualifier.
setCsvFileTextQualifierAsString(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the csv file text qualifier.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.catalog.CatalogCurrency
Set the currency.
setCurrency(Currency) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the currency for the price.
setCurrency(Currency) - Method in class com.bea.alcs.domain.catalog.impl.CatalogCurrencyImpl
Set the currency.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.catalog.Price
Set the currency for the price.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Sets the currency.
setCurrency(Currency) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the currency.
setCurrency(Currency) - Method in class com.bea.alcs.domain.catalogview.impl.PriceFilterImpl
Set the currency of this price filter.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.catalogview.PriceFilter
Set the currency of this price filter.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Sets the currency.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Sets the currency.
setCurrency(Currency) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Set the Currency of the money.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.misc.Money
Set the Currency of the money.
setCurrency(Currency) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.order.Order
Set the order's currency.
setCurrency(Currency) - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Sets the currency for this ShippingCostCalculationParameter.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Sets the currency for this ShippingCostCalculationParameter.
setCurrency(Currency) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets the Currency.
setCurrency(Currency) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Sets the Currency.
setCurrencyCode(String) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setCurrencyCode(String) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setCurrencyCode(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the currency code.
setCurrencyCode(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the currency code.
setCurrentRow(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Set the current row number.
setCurrentRow(int) - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Set the current row number.
setCustomer(Customer) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set the customer corresponding to this session.
setCustomer(Customer) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the customer.
setCustomer(Customer) - Method in interface com.bea.alcs.domain.event.EventOriginator
Set the customer, null if not related to the customer.
setCustomer(Customer) - Method in class com.bea.alcs.domain.event.impl.EventOriginatorImpl
Set the customer, null if not related to the customer.
setCustomer(Customer) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the customer corresponding to this order.
setCustomer(Customer) - Method in interface com.bea.alcs.domain.order.Order
Set the customer corresponding to this order.
setCustomerAuthentication(CustomerAuthentication) - Method in interface com.bea.alcs.domain.customer.Customer
Set the customer authentication.
setCustomerAuthentication(CustomerAuthentication) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the customer authentication.
setCustomerCriteria(Map<String, String>) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the map of order customer property name to criteria value.
setCustomerCriteria(Map<String, String>) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the map of order customer property name to criteria value.
setCustomerDefaultGroup(Customer) - Method in interface com.bea.alcs.service.customer.CustomerService
Adds a customer to the default customer group (ensuring that they have the default role).
setCustomerDefaultGroup(Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Adds a customer to the default customer group (ensuring that they have the default role).
setCustomerGroups(List<CustomerGroup>) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the CustomerGroups associated with this Customer.
setCustomerGroups(List<CustomerGroup>) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the CustomerGroups associated with this Customer.
setCustomerGroupService(CustomerGroupService) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Set the customerGroupService instance.
setCustomerNumber(String) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the customer number.
setCustomerProfile(CustomerProfile) - Method in interface com.bea.alcs.domain.customer.Customer
Set the customer profile.
setCustomerProfile(CustomerProfile) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the customer profile.
setCustomerProfileAttributes(Map<String, Attribute>) - Method in interface com.bea.alcs.domain.ElasticPath
Sets the customer profile attribute map.
setCustomerProfileAttributes(Map<String, Attribute>) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Sets the customer profile attribute map.
setCustomerRoles(Set<CustomerRole>) - Method in interface com.bea.alcs.domain.customer.CustomerGroup
Sets the CustomerRoles associated with customers in this CustomerGroup.
setCustomerRoles(Set<CustomerRole>) - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Sets the CustomerRoles associated with customers in this CustomerGroup.
setCustomerSearchCriteria(CustomerSearchCriteria) - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Sets the customer search criteria.
setCustomerSearchCriteria(CustomerSearchCriteria) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Sets the customer search criteria.
setCustomerService(CustomerService) - Method in class com.bea.alcs.service.auth.impl.CustomerAuthorityGranterImpl
Set the Customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCustomerImpl
Sets the CustomerService.
setCustomerService(CustomerService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the customer service.
setCustomerSession(CustomerSession) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the CustomerSession.
setCustomerSession(CustomerSession) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the CustomerSession.
setCustomerSessionGuid(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the guid of the customer session that corresponds to this shopping cart.
setCustomerSessionGuid(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the guid of the customer session that corresponds to this shopping cart.
setCustomerSessionService(CustomerSessionService) - Method in interface com.bea.alcs.service.customer.CustomerService
Set the customerSessionService instance.
setCustomerSessionService(CustomerSessionService) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Set the customerSessionService instance.
setCustomerSessionService(CustomerSessionService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Sets the customer session service.
setCustomerUid(long) - Method in interface com.bea.alcs.domain.customer.CustomerDeleted
Sets the uid of the deleted customer.
setCustomerUid(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Sets the uid of the deleted customer.
setCvv2Code(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the security code (found near the signature on the back of the card).
setCvv2Code(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the security code (found near the signature on the back of the card).
setDateOfBirth(Date) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the customer's date of birth.
setDateOfBirth(Date) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the customer's date of birth.
setDateValue(Date) - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Set the date value.
setDateValue(Date) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the date value.
setDecimalValue(BigDecimal) - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Set the decimal value.
setDecimalValue(BigDecimal) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the decimal value.
setDefaultAssociationQuantity(int) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Set the default association quantity.
setDefaultAssociationQuantity(int) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Set the default association quantity.
setDefaultBeanValidator(DefaultBeanValidator) - Method in class com.bea.alcs.service.interceptor.ValidateInterceptor
Set the validator.
setDefaultCard(boolean) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setDefaultCard(boolean) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setDefaultCategory(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Set whether this is the default category.
setDefaultCategory(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Set whether this is the default category.
setDefaultCost(BigDecimal) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Default cost for the service (for Google Checkout).
setDefaultCost(BigDecimal) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Default cost for the service (for Google Checkout).
setDefaultCurrency(Currency) - Method in interface com.bea.alcs.domain.catalog.Catalog
Sets the default currency for this Catalog.
setDefaultCurrency(Currency) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the default currency for this Catalog.
setDefaultCurrency(Currency) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the default currency for this Store.
setDefaultCurrency(Currency) - Method in interface com.bea.alcs.domain.store.Store
Sets the default currency for this Store.
setDefaultCurrency(Currency) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Sets the default currency for this TaxCalculationResult.
setDefaultCurrency(Currency) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Sets the default currency for this TaxCalculationResult.
setDefaultCurrencyInternal(Currency) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the default currency for this Catalog, for the JPA persistence layer only.
setDefaultCurrencyInternal(Currency) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the default currency for this Store, for the persistence layer.
setDefaultLocale(Locale) - Method in interface com.bea.alcs.domain.catalog.Catalog
Sets the default locale for this Catalog.
setDefaultLocale(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the default locale for this Catalog.
setDefaultLocale(Locale) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the default locale for this Store.
setDefaultLocale(Locale) - Method in interface com.bea.alcs.domain.store.Store
Sets the default locale for this Store.
setDefaultLocaleInternal(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the default locale for this Catalog, for JPA's use only.
setDefaultLocaleInternal(Locale) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the default locale for this Store, for JPA only.
setDefaultOptionValue(SkuOptionValue) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Set the option value that is to appear by default if no option has yet been selected.
setDefaultOptionValue(SkuOptionValue) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Set the option value that is to appear by default if no option has yet been selected.
setDefaultQuantity(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the default quantity of the product targeted by this MerchandiseAssociation.
setDefaultQuantity(int) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the default quantity of the product targeted by this MerchandiseAssociation.
setDefaultSectionParser(XmlSectionParser) - Method in class com.bea.alcs.commons.util.config.impl.XmlParserImpl
Sets the default section parser.
setDefaultSectionParser(XmlSectionParser) - Method in interface com.bea.alcs.commons.util.config.XmlParser
Sets the default section parser.
setDefaultSku(ProductSku) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the default SKU for this product.
setDefaultSku(ProductSku) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the default SKU for this product.
setDefaultSku(ProductSku) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the default SKU for this product.
setDefaultValues() - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Set default values for those fields that need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
set default values for price tier.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set default values for those fields that need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Set the default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set default values for those fields that need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
 
setDefaultValues() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set default values for those fields need default values.
setDefaultValues() - Method in interface com.bea.alcs.domain.EpDomain
Set default values for those fields need default values and it's somehow expensive to create the default values for them, either from memory perspective or cpu perspective.
setDefaultValues() - Method in class com.bea.alcs.domain.impl.AbstractEntityImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.impl.AbstractEpDomainImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Sets default values.
setDefaultValues() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Sets default values.
setDefaultValues() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set default values for the object.
setDefaultValues() - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set default values for those fields need default values and it's somehow expensive to create the default values for them, either from memory perspective or cpu perspective.
setDeletedDate(Date) - Method in interface com.bea.alcs.domain.catalog.CategoryDeleted
Sets the date when the category was deleted.
setDeletedDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Sets the date when the category was deleted.
setDeletedDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Sets the date when the product was deleted.
setDeletedDate(Date) - Method in interface com.bea.alcs.domain.catalog.ProductDeleted
Sets the date when the product was deleted.
setDeletedDate(Date) - Method in interface com.bea.alcs.domain.customer.CustomerDeleted
Sets the date when the customer was deleted.
setDeletedDate(Date) - Method in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Sets the date when the customer was deleted.
setDependentCartItems(Set<CartItem>) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Set the set of dependent cart items.
setDependentCartItems(Set<CartItem>) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Set the set of dependent cart items.
setDependentCartItemsInternal(Set<CartItem>) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Internal accessor used by JPA.
setDescription(String) - Method in interface com.bea.alcs.domain.catalog.CategoryType
Set the category type description.
setDescription(String) - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Sets the description.
setDescription(String) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Set the category type description.
setDescription(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the product type description.
setDescription(String) - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Sets the description.
setDescription(String) - Method in interface com.bea.alcs.domain.catalog.ProductType
Set the product type description.
setDescription(String) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Sets the description of this UserRole.
setDescription(String) - Method in interface com.bea.alcs.domain.cmuser.UserRole
Sets the description of this UserRole.
setDescription(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the description of the rule.
setDescription(String) - Method in interface com.bea.alcs.domain.rules.Rule
Set the description of the rule.
setDescription(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the description of the Store.
setDescription(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the description of the Store.
setDigital(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets if this SKU has digital asset associated.
setDigital(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets if this SKU has digital asset associated.
setDigitalAsset(DigitalAsset) - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Sets the DigitalAsset.
setDigitalAsset(DigitalAsset) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Sets the DigitalAsset.
setDigitalAsset(DigitalAsset) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the digital asset.
setDigitalAsset(DigitalAsset) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the digital asset.
setDigitalAsset(DigitalAsset) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Sets the digital asset.
setDigitalAsset(DigitalAsset) - Method in interface com.bea.alcs.domain.order.OrderSku
Sets the digital asset.
setDigitalAssetInternal(DigitalAsset) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the digital asset.
setDirectCategoryUid(Long) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the direct category UID.
setDiscount(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
setDiscount(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderSku
 
setDiscountInternal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
setDisplayable(boolean) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
setDisplayable(String, boolean) - Method in class com.bea.alcs.service.catalogview.impl.IndexProductImpl
Sets the displayability of this product.
setDisplayableOnly(boolean) - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Sets whether to search for displayable products only.
setDisplayableOnly(boolean) - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Sets whether to search for displayable products only.
setDisplayableOnly(boolean) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Sets whether to search for displayable categories only.
setDisplayName(String) - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Sets the display name.
setDisplayName(String, Locale) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Sets the category display name.
setDisplayName(String, Locale) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Sets the display name of this linked category.
setDisplayName(String, Locale) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the display name of this product.
setDisplayName(String) - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Sets the display name.
setDisplayName(String, Locale) - Method in interface com.bea.alcs.domain.catalog.ObjectWithLocaleDependantFields
Sets the display name for the object.
setDisplayName(String) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest.Breadcrumb
Sets the breadcrumb display name.
setDisplayName(String) - Method in interface com.bea.alcs.domain.catalogview.FilterDisplayInfo
Set the display name.
setDisplayName(String) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl.BreadcrumbImpl
Sets the filter display name.
setDisplayName(String) - Method in class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
Set the display name.
setDisplayName(String) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the product's display name.
setDisplayName(String) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the product's display name.
setDisplayName(Locale, String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Sets the display name of this option value.
setDisplayName(String, Locale) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Sets the display name.
setDisplayName(Locale, String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Sets the display name of this option value.
setDisplayName(String, Locale) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Sets the display name of this SkuOption.
setDisplayName(Locale, String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Sets the display name of this option value.
setDisplayName(String, Locale) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the display name for the object.
setDisplayOutOfStock(boolean) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets whether the Store should display out of stock items.
setDisplayOutOfStock(boolean) - Method in interface com.bea.alcs.domain.store.Store
Sets whether the Store should display out of stock items.
setDisplaySkuOptions(String) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the product's option values for display.
setDisplaySkuOptions(String) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the product's option values for display.
setDisplayText(String) - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Set the text to be displayed for this parameter.
setDisplayText(String) - Method in interface com.bea.alcs.domain.rules.RuleParameter
Set the text to be displayed for this parameter.
setDisplayText(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Set the text to be displayed for this parameter.
setDisplayText(String) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Set the text to be displayed for this parameter.
setDistinctAttributeValueCriterion(DistinctAttributeValueCriterion) - Method in interface com.bea.alcs.service.attribute.AttributeService
Sets the generator for criteria used to query the persistence layer for distinct lists of attribute values.
setDistinctAttributeValueCriterion(DistinctAttributeValueCriterion) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Sets the generator for criteria used to query the persistence layer for distinct lists of attribute values.
setDomainBeanFactory(MutableBeanFactory) - Method in class com.bea.alcs.domain.impl.DefaultBeanFactoryImpl
Sets the prototype bean factory that can return often used 'simple' objects quicker than having them configured by Spring.
setDownloadTime(Date) - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Sets the download time.
setDownloadTime(Date) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Sets the download time.
setECI(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets ECI value.
setECI(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets ECI value.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.commons.util.config.impl.DefaultSearchConfigSectionParserImpl
Sets the ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.domain.customer.CustomerRole
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.domain.EpDomain
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.domain.event.EventOriginatorHelper
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.domain.event.impl.EventOriginatorHelperImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.domain.event.impl.OrderEventHelperImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.domain.event.OrderEventHelper
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.domain.impl.AbstractEpDomainImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.persistence.impl.CsvFileReaderImpl
Sets the context instance ElasticPath.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.persistence.impl.CustomerAuthenticationDaoImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.persistence.impl.GoogleCheckoutAuthenticationDaoImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.persistence.impl.PropertiesDaoImpl
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.persistence.PropertiesDao
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.catalogview.impl.LookupStoreConfigImpl
Sets the elastic path instance that we will retrieve the store configuration from.
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.service.EpService
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.impl.AbstractEpServiceImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.impl.ElasticPathServiceImpl
Set the elastic path context.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.misc.AssetAwareVelocityEngineFactoryBean
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.misc.EmailHttpInvokerProxyFactoryBean
Sets the ElasitcPath instance to use.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.misc.impl.DatabaseServerTimeServiceImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.search.impl.CatalogPromoQueryComposerHelperImpl
Sets the ElasticPath instance to use.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.search.SearchConfigMediatorImpl
Sets the ElasticPath instance to use.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.search.solr.SolrFacetAdapter
Sets the ElasticPath instance to use.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Sets the ElasticPath instance to use.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.service.search.solr.SolrQueryFactoryImpl
Sets the ElasticPath instance to use.
setElasticPathDao(ElasticPathDao) - Method in interface com.bea.alcs.service.ElasticPathService
Set the elastic path dao.
setElasticPathDao(ElasticPathDao) - Method in class com.bea.alcs.service.impl.ElasticPathServiceImpl
Set the elastic path dao.
setElasticPathStaticInstanceForTestsOnly(ElasticPath) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
This method is protected to allow tests to change this instance.
setEligibilityOperator(boolean) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setEligibilityOperator(boolean) - Method in interface com.bea.alcs.domain.rules.Rule
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setEmail(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the email address of this CmUser.
setEmail(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the email address of this Customer.
setEmail(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the email address of this Customer.
setEmail(String) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set the customer email address corresponding to the session.
setEmail(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the email address of this Customer.
setEmail(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the email address of the session user.
setEmail(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the customer's email address (Required for card processing).
setEmail(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the customer's email address (Required for card processing).
setEmail(String) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the email.
setEmailFailed(boolean) - Method in interface com.bea.alcs.domain.misc.CheckoutResults
Sets whether the email failed to send for any reason.
setEmailFailed(boolean) - Method in class com.bea.alcs.domain.misc.impl.CheckoutResultsImpl
Sets whether the email failed to send for any reason.
setEmailId(String) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
 
setEmailId(String) - Method in interface com.bea.alcs.domain.payment.PayPalExpressSession
 
setEmailImageUrl(String) - Method in interface com.bea.alcs.domain.misc.EmailProperties
sets the base URL that is used for images.
setEmailImageUrl(String) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
sets the base URL that is used for images.
setEmailSenderAddress(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the physical email address displayed when sending an email from this Store.
setEmailSenderAddress(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the physical email address displayed when sending an email from this Store.
setEmailSenderName(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the friendly name displayed when sending an email from this Store.
setEmailSenderName(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the friendly name displayed when sending an email from this Store.
setEmailService(EmailService) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.bea.alcs.service.shoppingcart.impl.WishListServiceImpl
Set the emailService.
setEnabled(boolean) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets whether this CmUser is enabled.
setEnabled(boolean) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets whether this CmUser is enabled.
setEnabled(boolean) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the state of the rule.
setEnabled(boolean) - Method in interface com.bea.alcs.domain.rules.Rule
Set the state of the rule.
setEnabled(boolean) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets whether this Store is currently enabled.
setEnabled(boolean) - Method in interface com.bea.alcs.domain.store.Store
Sets whether this Store is currently enabled.
setEndDate(Date) - Method in interface com.bea.alcs.domain.catalog.Category
Set the end date.
setEndDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the end date.
setEndDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the end date.
setEndDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the end date after which this MerchandiseAssociation is no longer valid for display.
setEndDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the end date.
setEndDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the end date.
setEndDate(Date) - Method in interface com.bea.alcs.domain.catalog.Product
Set the end date.
setEndDate(Date) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the end date after which this MerchandiseAssociation is no longer valid for display.
setEndDate(Date) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the end date.
setEndDate(Date) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the end date.
setEndDate(Date) - Method in interface com.bea.alcs.domain.rules.Rule
Set the end date.
setEndDate(Date) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the end date.
setEndDateInternal(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Internal method used by JPA.
setEnrolled(boolean) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Sets the enrolled boolean value.
setEnrolled(boolean) - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Sets the enrolled boolean value.
setEntityManager(EntityManager) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Set the Entity Magager.
setEntityManagerFactory(EntityManagerFactory) - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Set the entity manager factory.
setEpRuleEngine(EpRuleEngine) - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Sets the rule engine.
setEpRuleEngine(EpRuleEngine) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Sets the rule service instance.
setErrorMessage(String) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Sets the error message for this cart item.
setErrorMessage(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Sets the error message for this cart item.
setEstimateMode(boolean) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the indicator of whether in the estimate shipping and taxes mode.
setEstimateMode(boolean) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the indicator of whether in the estimate shipping and taxes mode.
setEventOriginator(String) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
setEventOriginator(String) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
setEventType(InventoryEventType) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
Set the event type.
setEventType(InventoryEventType) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
Set the event type.
setExceptions(Set<RuleException>) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Set the exceptions of this rule element.
setExceptions(Set<RuleException>) - Method in interface com.bea.alcs.domain.rules.RuleElement
Set the exceptions of this rule condition.
setExchange(OrderReturn) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
 
setExchange(OrderReturn) - Method in interface com.bea.alcs.domain.order.Order
Set exchange for this exchange order.
setExchangeCartItem(boolean) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Sets the flag depending if this cart item will be used during checking out of exchange order, or for ordinary shopping cart.
setExchangeCartItem(boolean) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Sets the flag depending if this cart item will be used during checking out of exchange order, or for ordinary shopping cart.
setExchangeOrder(Boolean) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets exchange order flag.
setExchangeOrder(Order) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the exchange order.
setExchangeOrder(Boolean) - Method in interface com.bea.alcs.domain.order.Order
Sets exchange order flag.
setExchangeOrder(Order) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the exchange order.
setExchangeOrderShoppingCart(boolean) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the flag depending if this shopping cart will be used for checking out exchange order, or for ordinary shopping cart.
setExchangeOrderShoppingCart(boolean) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Sets the flag depending if this shopping cart will be used for checking out exchange order, or for ordinary shopping cart.
setExchangeShoppingCart(ShoppingCart) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set exchange shopping cart for this return.
setExchangeShoppingCart(ShoppingCart) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set exchange shopping cart for this return.
setExclusiveAttributes(Set<String>) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Set the Set of attributes that are not to be searched upon.
setExclusiveAttributes(Set<String>) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Set the Set of attributes that are not to be searched upon.
setExpectedReleaseDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the expected release date for a product available on pre order.
setExpectedReleaseDate(Date) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the expected release date for a product available on pre order.
setExpectedReleaseDate(Date) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the expected release date for a product available on pre order.
setExpiryDays(int) - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Sets the expiry days.
setExpiryDays(int) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Sets the expiry days.
setExpiryMonth(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setExpiryMonth(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setExpiryMonth(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the expiry two-digit date month.
setExpiryMonth(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the expiry two-digit date month.
setExpiryYear(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setExpiryYear(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setExpiryYear(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the two-digit expiry date year.
setExpiryYear(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the two-digit expiry date year.
setExpressMarkCheckout(ShoppingCart, String, String) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Start PayPal Mark Express Checkout Payment.
setExpressMarkCheckout(ShoppingCart, String, String) - Method in interface com.bea.alcs.domain.payment.PayPalExpressPaymentGateway
Start the ExpressCheckout for Authorization using the EC Mark method.
setExpressShortcutCheckout(ShoppingCart, String, String) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Start the Shortcut Express Checkout.
setExpressShortcutCheckout(ShoppingCart, String, String) - Method in interface com.bea.alcs.domain.payment.PayPalExpressPaymentGateway
Start the ExpressCheckout for Authorization using the EC Shortcut method.
setExtensionBeanName(String) - Method in class com.bea.alcs.commons.util.impl.PluginBeanFactoryPostProcessor
Setter for the bean name to extend.
setExtensionClassName(String) - Method in class com.bea.alcs.commons.util.impl.PluginBeanFactoryPostProcessor
Set the class name for the bean to use.
setExternalOrderNumber(String) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the external order number that is used by external services to reference their order.
setExternalOrderNumber(String) - Method in interface com.bea.alcs.domain.order.Order
Set the google order number that is used by google checkout customers to reference their order.
setFacetingEnabled(boolean) - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Sets whether faceting is enabled for the search criteria.
setFacetingEnabled(boolean) - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Sets whether faceting is enabled for the search criteria.
setFailOnCapture(boolean) - Static method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
setFailOnPreAuthorize(boolean) - Static method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
setFailOnReversePreAuthorization(boolean) - Static method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
setFailOnSale(boolean) - Static method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
setFaxNumber(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the fax number associated with this Address.
setFaxNumber(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the fax number associated with this Customer.
setFaxNumber(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the fax number associated with this Address.
setFaxNumber(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the fax number associated with this Customer.
setFeaturedOnlyInCategory(boolean) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets whether a limit on the featured products such that they are only in the current category.
setFeaturedProductOrder(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Set the featured product order.
setFeaturedProductOrder(int) - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Set the featured product order.
setFeaturedProducts(List<StoreProduct>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets a list of featured products.
setFeaturedProducts(List<StoreProduct>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets a list of featured products.
setFeaturedRank(Category, int) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the preferred rank of this product when it's in a collection of featured products in the given category.
setFeaturedRank(Category, int) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the preferred index of this product when it's in a collection of featured products in the given category.
setFeaturedRank(Category, int) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the preferred index of this product when it's in a collection of featured products in the given category.
setFetchGroupFields(Collection<String>) - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Set the collection of fields to be included in the fetch group for this query, or null for none.
setFetchGroupFields(Collection<String>) - Method in interface com.bea.alcs.persistence.Query
Set the collection of fields to be included in the fetch group for this query, or null for none.
setFetchGroups(Set<String>) - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Set the set of fetch groups to be used for this query, or null for none.
setFetchGroups(Set<String>) - Method in interface com.bea.alcs.persistence.Query
Set the set of fetch groups to be used for this query, or null for none.
setFetchGroups(Collection<String>) - Method in class com.bea.alcs.persistence.support.impl.FetchGroupLoadTunerImpl
Sets the collection of fetch groups to use.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.catalog.impl.CatalogServiceImpl
Sets the fetch plan helper.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Sets the fetch plan helper.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
 
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Sets the fetch plan helper.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Sets the fetch plan helper.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Set the fetch plan helper.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Sets the fetch plan helper.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
 
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Sets the FetchPlanHelper instance to use.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
 
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Sets the FetchPlanHelper instance to use.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Sets the FetchPlanHelper instance to use.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Set the fetch plan helper.
setFetchPlanHelper(FetchPlanHelper) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Sets the FetchPlanHelper instance to use.
setFetchSize(int) - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Set a fetch size for the underlying JDBC query.
setFetchSize(int) - Method in interface com.bea.alcs.persistence.Query
Set a fetch size for the underlying JDBC query.
setFetchSize(int) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Set the fetch size.
setFieldMatchType(TaxCategoryTypeEnum) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Set the field match type for this TaxJurisdiction.
setFieldMatchType(TaxCategoryTypeEnum) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Set the field match type for this TaxJurisdiction.
setFieldSeparator(String) - Method in class com.bea.alcs.domain.catalogview.browsing.impl.FilterSeoUrl
Set the field separator - used to encode the filename part of the url so that the specific product or category can be identified.
setFieldSeparator(String) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Set the field separator - used to encode the filename part of the url so that the specific product or category can be identified.
setFileName(String) - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Sets the file name.
setFileName(String) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Sets the file name.
setFilter(T) - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Sets the search filter.
setFilter(T) - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Sets the search filter.
setFilterFactory(FilterFactory) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the search filter factory.
setFilterFactory(FilterFactory) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Sets the FilterFactory instance to use.
setFilterOptions(CatalogViewRequest, CatalogViewResult, IndexSearchResult) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the filter options of the given CatalogViewResult from the given CatalogViewRequest.
setFilterProcessesUrl(String) - Method in class com.bea.alcs.commons.filter.impl.LogoutFilter
Set the URL this filter applies to.
setFilters(List<Filter<?>>) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets Filters used to filter search results.
setFilters(List<Filter<?>>) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Sets Filters used to filter search results.
setFiltersIdStr(String, Catalog) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Sets the filters identifier strings.
setFiltersIdStr(String, Catalog) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the filters identifier strings.
setFilterUids(Set<Long>) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets the list of UIDs that should be filtered out of the results (they should not be in the result set).
setFilterUids(Set<Long>) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Sets the list of UIDs that should be filtered out of the results (they should not be in the result set).
setFinished() - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Sets the finished flag to true.
setFinished() - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Sets the finished flag to true.
setFinished() - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Sets the finished flag to true.
setFinished() - Method in interface com.bea.alcs.service.dataimport.ImportService
Sets the finished flag to true.
setFirstName(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the CmUser's first name.
setFirstName(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the Customer's first name.
setFirstName(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the first name associated with this Address.
setFirstName(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the Customer's first name.
setFirstName(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the first name associated with this Address.
setFirstName(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the Customer's first name.
setFirstName(String) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the first name.
setFromDate(Date) - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Set the date from which purchases should be retrieved.
setFromDate(Date) - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Set the date from which purchases should be retrieved.
setFromDate(Date) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the from date.
setFromName(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the FROM field.
setFromName(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the FROM field.
setFuzzySearchDisabled(boolean) - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Sets whether or not a fuzzy search should be performed for this query.
setFuzzySearchDisabled(boolean) - Method in interface com.bea.alcs.domain.catalogview.search.SearchRequest
Sets whether or not a fuzzy search should be performed for this query.
setFuzzySearchDisabled(boolean) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets whether or not a fuzzy search should be performed for this query.
setFuzzySearchDisabled(boolean) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Sets whether or not a fuzzy search should be performed for this query.
setGatewayToken(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Store the temporary token needed by some payment gateway, i.e.
setGatewayToken(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Store the temporary token needed by some payment gateway, i.e.
setGender(char) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the gender of this Customer.
setGender(char) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the gender of this Customer.
setGeography(Geography) - Method in class com.bea.alcs.service.misc.impl.EmailServiceImpl
Set the geography properties map.
setGiftCertificate(GiftCertificate) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the gift certificate for the payment.
setGiftCertificate(GiftCertificate) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Sets the gift certificate.
setGiftCertificate(GiftCertificate) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the gift certificate for the payment.
setGiftCertificate(GiftCertificate) - Method in interface com.bea.alcs.domain.order.OrderSku
Sets the gift certificate.
setGiftCertificate(GiftCertificate) - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Set the gift certificate for the payment.
setGiftCertificate(GiftCertificate) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Set the gift certificate for the payment.
setGiftCertificate(GiftCertificate) - Method in interface com.bea.alcs.domain.shoppingcart.GiftCertificateItem
 
setGiftCertificate(GiftCertificate) - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
 
setGiftCertificateCode(String) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
sets Gift Certificate Code.
setGiftCertificateCode(String) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setGiftCertificateItems(List<GiftCertificateItem>) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the GiftCertificate items in the shopping cart.
setGiftCertificateItems(List<GiftCertificateItem>) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the GiftCertificate items in the shopping cart.
setGiftCertificateService(GiftCertificateService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
 
setGiftCertificateService(GiftCertificateService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
 
setGiftCertificateService(GiftCertificateService) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
 
setGiftCertificateThemeMap(Map<String, Properties>) - Method in interface com.bea.alcs.domain.ElasticPath
 
setGiftCertificateThemeMap(Map<String, Properties>) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
 
setGiftCertificateTransactionService(GiftCertificateTransactionService) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Set the gift certificate transaction service.
setGiftCertificateTransactionService(GiftCertificateTransactionService) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Set the gift certificate transaction service.
setGiftCertificateTransactionService(GiftCertificateTransactionService) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Set the gift certificate transaction service.
setGlobal(boolean) - Method in interface com.bea.alcs.domain.attribute.Attribute
Sets whether this attribute is global.
setGlobal(boolean) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Sets whether this attribute is global.
setGuid(String) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the Guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Set the guid.
setGuid(String) - Method in interface com.bea.alcs.domain.customer.Address
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the guid.
setGuid(String) - Method in interface com.bea.alcs.domain.Entity
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.impl.AbstractEntityImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
 
setGuid(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Set the guid.
setGuid(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Set the guid.
setGuid(String) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the guid.
setHandlers(List) - Method in class com.bea.alcs.commons.filter.impl.LogoutFilter
Set the list of logout handlers.
setHasPassedRuleEngine(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the has-passed-rule-engine flag to the given value.
setHasPassedRuleEngine(boolean) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the has-passed-rule-engine flag to the given value.
setHasPassedRuleEngine(boolean) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the has-passed-rule-engine flag to the given value.
setHeight(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the height.
setHeight(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the height.
setHidden(boolean) - Method in interface com.bea.alcs.domain.catalog.Category
Set to true if the product should not be displayed.
setHidden(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set to true if the product should not be displayed.
setHidden(boolean) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set to true if the product should not be displayed.
setHidden(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set to true if the product should not be displayed.
setHidden(boolean) - Method in interface com.bea.alcs.domain.catalog.Product
Set to true if the product should not be displayed.
setHidden(boolean) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set to true if the product should not be displayed.
setHitsNumber(int) - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Sets the number of items matched by this filter option.
setHitsNumber(int) - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Sets the number of hits in under the filter option.
setHost(String) - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Set the server host.
setHost(String) - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Set the server host.
setHtmlEmailPreferred(boolean) - Method in interface com.bea.alcs.domain.customer.Customer
Set whether the user wishes to receive emails in HTML format.
setHtmlEmailPreferred(boolean) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set whether the user wishes to receive emails in HTML format.
setHtmlTemplate(String) - Method in interface com.bea.alcs.domain.misc.EmailProperties
Gets path and filename of the HTML template used for rendering an email.
setHtmlTemplate(String) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Gets path and filename of the HTML template used for rendering an email.
setId(String) - Method in interface com.bea.alcs.domain.catalogview.Filter
Set the id of the filter.
setId(String) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
Set the id of the filter.
setImage(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the product default image.
setImage(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the sku default image.
setImage(String) - Method in interface com.bea.alcs.domain.catalog.Product
Set the product default image.
setImage(String) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the sku default image.
setImage(String) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the product's image path.
setImage(String) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the product's image path.
setImage(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Sets the image for the viewed product.
setImage(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set the image.
setImage(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Set the path to the image corresponding to this option value.
setImage(String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Set the path to the image corresponding to this option value.
setImage(String) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the product default image.
setImageFielPath(String) - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Sets the image file path.
setImageFielPath(String) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Sets the image file path.
setImageName(String) - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Sets the image name.
setImageName(String) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Sets the image name.
setImageType(String) - Method in interface com.bea.alcs.domain.misc.ImageRenderResponse
Sets the image type.
setImageType(String) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
Sets the image type.
setImageUrl(String) - Method in interface com.bea.alcs.domain.catalog.Brand
Sets the url of the brand logo image.
setImageUrl(String) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Sets the url of the brand logo image.
setImportDataTypeName(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the import data type name.
setImportDataTypeName(String) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the import data type name.
setImportFaults(List<ImportFault>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Sets a list of error messages.
setImportFaults(List<ImportFault>) - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Sets a list of ImportFault.
setImportJob(ImportJob) - Method in interface com.bea.alcs.domain.cmuser.CmUserSession
Sets the ImportJob instance.
setImportJob(ImportJob) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserSessionImpl
Sets the ImportJob instance.
setImportJob(ImportJob) - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Set the import job to run.
setImportJob(ImportJob) - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Set the import job to run.
setImportJob(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportJobRunner
Sets the import job.
setImportType(ImportType) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the import type.
setImportType(ImportType) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the import type.
setImportTypeId(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Sets the import type id.
setInActiveOnly(boolean) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Sets the inactive-only flag to true if only searching for inactive categories.
setInActiveOnly(boolean) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the inactive-only flag to true if only searching for inactive products.
setIncluded(boolean) - Method in interface com.bea.alcs.domain.catalog.Category
Set the indicator of whether or not this category has been included.
setIncluded(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the indicator of whether or not this category has been included.
setIncluded(boolean) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the indicator of whether or not this category has been included.
setInclusiveTax(boolean) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the inclusive tax flag.
setInclusiveTax(boolean) - Method in interface com.bea.alcs.domain.order.OrderShipment
Sets the inclusive tax flag.
setIndexNotificationService(IndexNotificationService) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
 
setIndexNotificationService(IndexNotificationService) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Sets the IndexNotificationService instance to use.
setIndexNotificationService(IndexNotificationService) - Method in class com.bea.alcs.service.search.impl.CatalogPromotionSolrHook
Sets the IndexNotificationService instance to use.
setIndexNotificationService(IndexNotificationService) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Sets the IndexNotificationService instance to use.
setIndexSearcher(SolrIndexSearcherImpl) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Sets the SolrIndexSearcherImpl instance.
setIndexSearchService(IndexSearchService) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the IndexSearchService instance to use.
setIndexType(IndexType) - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Sets the IndexType that is affected for this index update.
setIndexType(IndexType) - Method in interface com.bea.alcs.domain.search.IndexNotification
Sets the IndexType that is affected for this index update.
setIndexType(IndexType) - Method in class com.bea.alcs.service.search.query.LuceneRawSearchCriteria
Sets the index type this criteria deals with.
setIndexUtility(IndexUtility) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the IndexUtility instance to use.
setIndexUtility(IndexUtility) - Method in class com.bea.alcs.service.search.solr.query.AbstractQueryComposerImpl
Sets the index utility instance.
setIndexUtility(IndexUtility) - Method in class com.bea.alcs.service.search.solr.SolrFacetAdapter
Sets the IndexUility instance to use.
setIndexUtility(IndexUtility) - Method in class com.bea.alcs.service.search.solr.SolrQueryFactoryImpl
Sets the IndexUtility instance to use.
setIntegerValue(Integer) - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Set the integer value.
setIntegerValue(Integer) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the integer value.
setIntelligentBrowsingFile(String) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Set the name of the alternative intelligent-browsing xml configuration file.
setInventories(Map<Long, Inventory>) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the Map between Warehouse_uid and Inventory for this product sku.
setInventory(Inventory) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
setInventory(Inventory) - Method in class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
Set the inventory object.
setInventory(Inventory) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the Inventory for this product sku for the warehouse returned by inventory.getWarehouseUid().
setInventory(Inventory) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
setInventory(Inventory) - Method in interface com.bea.alcs.domain.catalog.InventoryEventResult
Set the inventory object.
setInventory(Inventory) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the Inventory for this product sku for warehouse returned by inventory.getWarehouseUid().
setInventoryAuditService(InventoryAuditService) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Set method for the inventoryAuditService.
setInventoryEvent(InventoryAudit) - Method in class com.bea.alcs.domain.catalog.impl.InventoryCommandImpl
Set the inventory event.
setInventoryEvent(InventoryAudit) - Method in interface com.bea.alcs.domain.catalog.InventoryCommand
Set the inventory event.
setInventoryResult(InventoryEventResult) - Method in interface com.bea.alcs.domain.order.AllocationResult
Set the inventory object.
setInventoryResult(InventoryEventResult) - Method in class com.bea.alcs.domain.order.impl.AllocationResultImpl
 
setInventoryService(InventoryService) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
Sets the inventory service.
setInventoryService(InventoryService) - Method in class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
Registers an inventory listener to the inventory service.
setIpAddress(String) - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Sets download IP Address.
setIpAddress(String) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Sets download IP Address.
setIpAddress(String) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set the users ip Address into the shopping cart.
setIpAddress(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the users ip Address into the shopping cart.
setIpAddress(String) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the ip address of the computer creating the order.
setIpAddress(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the users ip Address into the Order Payment.
setIpAddress(String) - Method in interface com.bea.alcs.domain.order.Order
Set the ip address of the computer creating the order.
setIpAddress(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the users ip Address into the Order Payment.
setIpAddress(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the users ip Address into the shopping cart.
setIpAddress(String) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the users ip Address into the shopping cart.
setIssueNumber(int) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setIssueNumber(int) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setIssueNumber(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the issue number used by some U.K.
setIssueNumber(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the issue number used by some U.K.
setItemSubtotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the item subtotal amount.
setItemTax(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the item tax.
setKey(String) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the attribute key.
setKey(String) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the attribute key.
setKey(String) - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
Sets the key of this property.
setKey(String) - Method in interface com.bea.alcs.domain.payment.PaymentGatewayProperty
Sets the key of this property.
setKey(String) - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Set the parameter key.
setKey(String) - Method in interface com.bea.alcs.domain.rules.RuleParameter
Set the parameter key.
setKey(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Set the parameter key.
setKey(String) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Set the parameter key.
setKeyword(String) - Method in class com.bea.alcs.service.search.query.KeywordSearchCriteria
Sets the keyword to search for.
setKeyWords(String) - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Sets the key words.
setKeyWords(String) - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Sets the key words.
setKeyWords(String) - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchRequestImpl
Sets the keywords.
setKeyWords(String) - Method in interface com.bea.alcs.domain.catalogview.search.SearchRequest
Sets the keywords.
setKeywords(String) - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Sets the keywords that were used to search.
setKeywords(String) - Method in interface com.bea.alcs.domain.search.SfSearchLog
Sets the keywords that were used to search.
setKind(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Set the kind of this RuleElement (e.g.
setKind(String) - Method in interface com.bea.alcs.domain.rules.RuleElement
Set the kind of this RuleElement (e.g.
setLastAccessedDate(Date) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set the last access date.
setLastAccessedDate(Date) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the date the session was last accessed.
setLastCategory(Category) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the last category.
setLastCategory(Category) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Sets the last category.
setLastEditDate(Date) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the customer last edit date.
setLastEditDate(Date) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the customer last edit date.
setLastLoginDate(Date) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets this cmUser's last login date.
setLastLoginDate(Date) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets this cmUser's last login date.
setLastModifiedBy(CmUser) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the CM User who last modified this order sku.
setLastModifiedBy(CmUser) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the CM User who last modified this order sku.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Set the date when the category was last modified.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the date when the product was last modified.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.catalog.Product
Set the date when the product was last modified.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the date that the order return was last modified on.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.order.Order
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the date that the order return was last modified on.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderShipment
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the date that the rule was last modified on.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Set the date when the rule base was last modified.
setLastModifiedDate(Date) - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Set the date when the rule set was last modified.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.rules.Rule
Set the date that the rule was last modified on.
setLastModifiedDate(Date) - Method in interface com.bea.alcs.domain.rules.RuleSet
Set the date when the rule set was last modified.
setLastModifiedDate(Date) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the date when the product was last modified.
setLastName(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the CmUser's last name.
setLastName(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the Customer's last name.
setLastName(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the last name associated with this Address.
setLastName(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the Customer's last name.
setLastName(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the last name associated with this Address.
setLastName(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the Customer's last name.
setLastName(String) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the last name.
setLastUpdateDate() - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Set the date of the last update to the current date/time.
setLength(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the length.
setLength(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the length.
setLessRestockAmount(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set less Restock Amount parameter for this order return.
setLessRestockAmount(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set less Restock Amount parameter for this order return.
setLevel(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Sets the level.
setLevel(int) - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Sets the level.
setLinked(Boolean) - Method in class com.bea.alcs.service.search.query.CategorySearchCriteria
Set to true if this CategorySearchCriteria should only search for categories that are linked; set to false if this CategorySearchCriteria should only search for categories that are not linked; set to null if this CategorySearchCriteria should search for all categories.
setListPrice(Money, int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the product's list price.
setListPrice(Money) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the product's list price for the first price tier.
setListPrice(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Set the list price for the price tier.
setListPrice(Money) - Method in interface com.bea.alcs.domain.catalog.Price
Set the product's list price.
setListPrice(Money, int) - Method in interface com.bea.alcs.domain.catalog.Price
Set the product's list price.
setListPrice(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.PriceTier
Set the list price for the price tier.
setListPrice(BigDecimal) - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Set the list price for the price tier.
setListPrice(BigDecimal) - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Set the list price for the price tier.
setListPrice(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the amount for this sku.
setListPrice(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the amount for this sku.
setLoadingAttributes(boolean) - Method in interface com.bea.alcs.domain.catalog.CategoryTypeLoadTuner
Sets the flag of loading attributes.
setLoadingAttributes(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeLoadTunerImpl
Sets the flag of loading attributes.
setLoadingAttributes(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Sets the flag of loading attributes.
setLoadingAttributes(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductTypeLoadTuner
Sets the flag of loading attributes.
setLoadingAttributeValue(boolean) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading attribute values.
setLoadingCategories(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading categories.
setLoadingCategories(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the flag of loading categories.
setLoadingCategoryType(boolean) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Sets the flag of loading category type.
setLoadingCategoryType(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading category type.
setLoadingChildren(boolean) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Sets the flag of loading children.
setLoadingChildren(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading children.
setLoadingDefaultCategory(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading default category.
setLoadingDefaultCategory(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the flag of loading default category.
setLoadingDefaultSku(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading default sku.
setLoadingDefaultSku(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the flag of loading default sku.
setLoadingDigitalAsset(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading digital asset.
setLoadingDigitalAsset(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading digital asset.
setLoadingInventory(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading inventory.
setLoadingInventory(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading inventory.
setLoadingLocaleDependantFields(boolean) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Sets whether we are loading locale dependant fields.
setLoadingLocaleDependantFields(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Sets whether we are loading locale dependant fields.
setLoadingMaster(boolean) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Sets the flag of loading master.
setLoadingMaster(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading master.
setLoadingOptionValue(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading option values.
setLoadingOptionValue(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading option values.
setLoadingParent(boolean) - Method in interface com.bea.alcs.domain.catalog.CategoryLoadTuner
Sets the flag of loading parent.
setLoadingParent(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading parent.
setLoadingPrice(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading price.
setLoadingPrice(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading price.
setLoadingPrice(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the flag of loading price.
setLoadingPrice(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading price.
setLoadingProduct(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading product.
setLoadingProduct(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading product.
setLoadingProductAssociations(boolean) - Method in class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
Sets the flag of loading product associations.
setLoadingProductAssociations(boolean) - Method in interface com.bea.alcs.domain.catalog.StoreProductLoadTuner
Sets the flag of loading product associations.
setLoadingProductPrices(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag to load a SKU's Product's Prices.
setLoadingProductPrices(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSkuLoadTuner
Sets the flag to load a SKU's Product's Prices.
setLoadingProductType(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading product type.
setLoadingProductType(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the flag of loading product type.
setLoadingSkuOptions(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeLoadTunerImpl
Sets the flag of loading sku options.
setLoadingSkuOptions(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductTypeLoadTuner
Sets the flag of loading sku options.
setLoadingSkus(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading skus.
setLoadingSkus(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the flag of loading skus.
setLocale(Locale) - Method in interface com.bea.alcs.domain.catalog.CatalogLocale
Set the locale.
setLocale(Locale) - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Sets the locale.
setLocale(Locale) - Method in class com.bea.alcs.domain.catalog.impl.CatalogLocaleImpl
Set the locale.
setLocale(Locale) - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Sets the locale.
setLocale(Locale) - Method in interface com.bea.alcs.domain.catalogview.AttributeFilter
Set the locale for this attribute.
setLocale(Locale) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Sets the locale.
setLocale(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the locale.
setLocale(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeRangeFilterImpl
Set the locale for this attribute.
setLocale(Locale) - Method in class com.bea.alcs.domain.catalogview.impl.AttributeValueFilterImpl
Set the locale for this attribute.
setLocale(Locale) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set the locale of the customer corresponding to the shopping cart.
setLocale(Locale) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Sets the locale.
setLocale(Locale) - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Set the locale of this job for its status messages.
setLocale(Locale) - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Set the locale of this job for its status messages.
setLocale(Locale) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the locale.
setLocale(Locale) - Method in interface com.bea.alcs.domain.order.Order
Set the order's locale.
setLocale(Locale) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Sets the locale for these synonyms.
setLocale(Locale) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Sets the locale for these synonyms.
setLocale(Locale) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the locale of the customer corresponding to the shopping cart.
setLocale(Locale) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the locale of the customer corresponding to the shopping cart.
setLocale(Locale) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets the Locale.
setLocale(Locale) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Sets the Locale.
setLocaleDependant(boolean) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the locale-dependent flag.
setLocaleDependant(boolean) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the locale dependant flag.
setLocaleDependantFieldsMap(Map<Locale, LocaleDependantFields>) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Sets all LocaleDependantFields with the given map.
setLocaleDependantFieldsMap(Map<Locale, LocaleDependantFields>) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Sets all LocaleDependantFields with the given map.
setLocaleDependantFieldsMap(Map<Locale, LocaleDependantFields>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the all LocaleDependantFields with the given map.
setLocaleDependantFieldsMap(Map<Locale, LocaleDependantFields>) - Method in interface com.bea.alcs.domain.catalog.ObjectWithLocaleDependantFields
Sets the all LocaleDependantFields with the given map.
setLocaleDependantFieldsMap(Map<Locale, LocaleDependantFields>) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the all LocaleDependantFields with the given map.
setLocaleStr(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set the locale as a string.
setLocalized(boolean) - Method in interface com.bea.alcs.domain.catalogview.Filter
Set the filter is localized.
setLocalized(boolean) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractFilterImpl
Set the filter is localized.
setLocalizedAttributeKey(String) - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Set the localized attribute key used to get a handle on this attribute value, given the parent object to which the attribute belongs.
setLocalizedAttributeKey(String) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the localized attribute key used to get a handle on this attribute value, given the parent object to which the attribute belongs.
setLocalizedDisplayMap(Map<Locale, FilterDisplayInfo>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Set the localized display map.
setLocalizedDisplayMap(Map<Locale, FilterDisplayInfo>) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Set the localized display map.
setLocalizedProperties(LocalizedProperties) - Method in interface com.bea.alcs.domain.catalog.Brand
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set the localized properties.
setLocalizedProperties(LocalizedProperties) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Set the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Set the LocalizedProperties, i.e.
setLocalizedProperties(LocalizedProperties) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Set the LocalizedProperties, i.e.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in interface com.bea.alcs.domain.catalog.Brand
Set the property map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Set the property map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Sets the localized properties map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in interface com.bea.alcs.domain.misc.LocalizedProperties
Sets the localized properties map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Set the localized properties map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Set the localized properties map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Set localized properties map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Set the localized properties map.
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Set the property map.
setLocalizedPropertyKey(String) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
Set the localized property key.
setLocalizedPropertyKey(String) - Method in interface com.bea.alcs.domain.misc.LocalizedPropertyValue
Set the localized property key.
setLogDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
setLogDate(Date) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
setLogoutSuccessUrl(String) - Method in class com.bea.alcs.commons.filter.impl.LogoutFilter
Set the URL to redirect to on successful logout.
setLongTextValue(String) - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Set the long text value.
setLongTextValue(AttributeValueWithType, String) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Sets the given string value to the Long text field of the given attribute value.
setLongTextValue(String) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the long text value.
setLowerValue(E) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Set the lower value for the range.
setLowerValue(E) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Set the lower value for the range.
setLuceneAnalyzer(Analyzer) - Method in class com.bea.alcs.service.search.solr.query.LuceneRawQueryComposerImpl
Sets the analyzer to be used for the QueryParser.
setMailer(Mailer) - Method in class com.bea.alcs.service.misc.impl.EmailServiceImpl
Set the mailer.
setMailHost(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the mail host.
setMailHost(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the mail host.
setMailPort(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the mail port.
setMailPort(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the mail port.
setMappings(Map<String, Integer>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the mappings between import data type fields and csv file columns.
setMappings(Map<String, Integer>) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the mappings between import data type fields and csv file columns.
setMaster(boolean) - Method in interface com.bea.alcs.domain.catalog.Catalog
Set the Master/Virtual Catalog indicator.
setMaster(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Set the Master/Virtual Catalog indicator.
setMasterCategory(Category) - Method in interface com.bea.alcs.domain.catalog.Category
Set the master category this virtual category is derived from (null if this a master category).
setMasterCategory(Category) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the master category this virtual category is derived from (null if this a master category).
setMasterCategory(Category) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the master category this virtual category is derived from (null if this a master category).
setMatchAll(boolean) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets whether the search criteria matches all results.
setMatchAll(boolean) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Sets whether the search criteria matches all results.
setMaxAge(int) - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter.CachingControlEntry
Sets the max age in seconds.
setMaxAllowErrors(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the maximum allowable errors before teminating import.
setMaxAllowErrors(int) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the maximum allowable errors before teminating import.
setMaxDownloadTimes(int) - Method in interface com.bea.alcs.domain.catalog.DigitalAsset
Sets the maximum download times.
setMaxDownloadTimes(int) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Sets the maximum download times.
setMaximumResultsThreshold(int) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Sets the number of search results that, if exceed, will trigger the generation of search suggestions.
setMaximumResultsThreshold(int) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Sets the number of search results that, if exceed, will trigger the generation of search suggestions.
setMaximumSuggestionsPerWord(int) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Sets the maximum number of suggestions per word that will be generated when generating search suggestions.
setMaximumSuggestionsPerWord(int) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Sets the maximum number of suggestions per word that will be generated when generating search suggestions.
setMaxResults(int) - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Set the maximum number of rows to retrieve.
setMaxResults(int) - Method in interface com.bea.alcs.persistence.Query
Set the maximum number of rows to retrieve.
setMaxResults(int) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Set the max return results.
setMaxReturnNumber(int) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest
Sets the maximum return number.
setMaxReturnNumber(int) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the maximum return number.
setMaxReturnNumber(int) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
Sets the maximum return number.
setMaxReturnNumber(int) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapRequest
Sets the maximum return number.
setMaxReturnNumber(int) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Sets the number of maximum results to return to the search client as the search result.
setMaxReturnNumber(int) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Sets the number of maximum results to return to the search client as the search result.
setMerchantData(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Sets MerchantData.
setMerchantData(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Sets MerchantData.
setMessage(String) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setMessage(String) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setMessage(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
Set the personal message.
setMessage(String) - Method in interface com.bea.alcs.domain.shoppingcart.WishListMessage
Set the personal message.
setMessageSource(MessageSource) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Sets the message source object that can provide localized messages.
setMetaMappings(Map<String, ImportMapping>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Sets the meta mappings.
setMethod(Method, Object, Object) - Method in class com.bea.alcs.web.ajax.dwrconverter.EpBeanConverter
Calls setter on bean with value.
setMimeType(String) - Method in interface com.bea.alcs.domain.misc.ImageRenderResponse
Sets the mime type.
setMimeType(String) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
Sets the mime type.
setMinimumResultsThreshold(int) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Sets the number of search results that, if not exceeded will trigger the generation of search suggestions.
setMinimumResultsThreshold(int) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Sets the number of search results that, if not exceeded will trigger the generation of search suggestions.
setMinimumSimilarity(float) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Sets the minimum similarity fuzzy search setting, value should be between 0 and 1.
setMinimumSimilarity(float) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Sets the minimum similarity fuzzy search setting, value should be between 0 and 1.
setMinOrderQty(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the MinOrderQty associated with this Product.
setMinOrderQty(int) - Method in interface com.bea.alcs.domain.catalog.Product
Set the MinOrderQty associated with this Product.
setMinOrderQty(int) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the MinOrderQty associated with this Product.
setMinQty(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Set the minimum quantity for the price tier.
setMinQty(int) - Method in interface com.bea.alcs.domain.catalog.PriceTier
Set the minimum quantity for the price tier.
setMinQty(int) - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Set the minimum quantity for the price tier.
setMinQty(int) - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Set the minimum quantity for the price tier.
setMinQtyAsInteger(Integer) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Set the minimum quantity for the price tier.
setMinQtyAsInteger(Integer) - Method in interface com.bea.alcs.domain.catalog.PriceTier
Set the minimum quantity for the price tier.
setModifiedBy(EventOriginator) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the event originator who modified this order.
setModifiedBy(EventOriginator) - Method in interface com.bea.alcs.domain.order.Order
Set the event originator who modified this order.
setMultiValueEnabled(boolean) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the attribute can have multi value.
setMultiValueEnabled(boolean) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the attribute can have multi value.
setName(String) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the product system name.
setName(String) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the product system name.
setName(String) - Method in interface com.bea.alcs.domain.catalog.Catalog
Set the name of the catalog.
setName(String) - Method in interface com.bea.alcs.domain.catalog.CategoryType
Set the category type name.
setName(String) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Set the name of the catalog.
setName(String) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Set the category type name.
setName(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the product type name.
setName(String) - Method in interface com.bea.alcs.domain.catalog.ProductType
Set the product type name.
setName(String) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Sets the name of this UserRole.
setName(String) - Method in interface com.bea.alcs.domain.cmuser.UserRole
Sets the name of this UserRole.
setName(String) - Method in interface com.bea.alcs.domain.customer.CustomerGroup
Sets the name for this CustomerGroup.
setName(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Sets the name for this CustomerGroup.
setName(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the name of import job.
setName(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
Set the name of import field.
setName(String) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the name of import job.
setName(String) - Method in interface com.bea.alcs.domain.dataimport.ImportMapping
Set the name of import field.
setName(String) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Set the name of the payment gateway (e.g.
setName(String) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Set the name of the payment gateway (e.g.
setName(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the name of the rule.
setName(String) - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Set the name of this rule set.
setName(String) - Method in interface com.bea.alcs.domain.rules.Rule
Set the name of the rule.
setName(String) - Method in interface com.bea.alcs.domain.rules.RuleSet
Set the name of this rule set.
setName(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Set the shipping region name.
setName(String) - Method in interface com.bea.alcs.domain.shipping.ShippingRegion
Set the shipping region name.
setName(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the name of the Store.
setName(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
sets the name of this Warehouse.
setName(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the name of the Store.
setName(String) - Method in interface com.bea.alcs.domain.store.Warehouse
sets the name of this Warehouse.
setName(String) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Set the tax category name.
setName(String) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Set the tax category name.
setNewQuantityAdded(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
Set the quantity allocated.
setNewQuantityAdded(int) - Method in interface com.bea.alcs.domain.catalog.InventoryEventResult
Set the quantity allocated.
setNote(String) - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Set the note against the order.
setNote(String) - Method in interface com.bea.alcs.domain.order.OrderEvent
Set the note against the order.
setNumFound(int) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
setOnlyFeaturedProducts(boolean) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets whether to only search for featured products only.
setOnlyWithinDirectCategory(boolean) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets whether to search only within the direct category or to include category ancestors.
setOptionKey(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set the option key.
setOptionKey(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Set the key of this SKU option.
setOptionKey(String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Set the key of this SKU option.
setOptionValueKey(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set the option value key.
setOptionValueKey(String) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Set the option value key corresponding to this option value.
setOptionValueKey(String) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Set the key corresponding to this option value.
setOptionValueMap(Map<String, SkuOptionValue>) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the available configuration option values for this SKU.
setOptionValueMap(Map<String, SkuOptionValue>) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the available configuration option values for this SKU.
setOptionValueMap(Map<String, SkuOptionValue>) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Set the available values for this SKU option.
setOptionValues(Set<SkuOptionValue>) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Sets the available values for this SKU option.
setOptionValues(Set<SkuOptionValue>) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOption
Sets the available values for this SKU option.
setOrder(Order) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
Set the order which the inventory event related to.
setOrder(Order) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
Set the order which the inventory event related to.
setOrder(Order) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the order object this shipment is part of.
setOrder(Order) - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
 
setOrder(Order) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the order the return is linked to.
setOrder(Order) - Method in interface com.bea.alcs.domain.order.OrderLock
 
setOrder(Order) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the order the return is linked to.
setOrder(Order) - Method in interface com.bea.alcs.domain.order.OrderShipment
 
setOrderEvents(Set<OrderEvent>) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the events of this order.
setOrderEvents(Set<OrderEvent>) - Method in interface com.bea.alcs.domain.order.Order
Set the events of this order.
setOrderFromDate(Date) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the from date for order createDate search.
setOrderFromDate(Date) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the from date for order createDate search.
setOrderFromDate(Date) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Set the from date for order createDate search.
setOrdering(int) - Method in interface com.bea.alcs.domain.attribute.AttributeGroupAttribute
Set the ordering number.
setOrdering(int) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Set the ordering number.
setOrdering(int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Set the ordering number.
setOrdering(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the order in which this product should appear on the page relative to other products having the same source product.
setOrdering(int) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the order in which this product should appear on the page relative to other products having the same source product.
setOrdering(int) - Method in interface com.bea.alcs.domain.misc.Orderable
Set the ordering number.
setOrdering(int) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set the ordering.
setOrdering(int) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Set the ordering in which this SKU option value should appear.
setOrdering(int) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Set the order in which this SKU option value should appear.
setOrderInternal(Order) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
 
setOrderNumber(String) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the order number that is used by customers to reference their order.
setOrderNumber(String) - Method in interface com.bea.alcs.domain.order.Order
Set the order number that is used by customers to reference their order.
setOrderNumber(String) - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Sets the order number.
setOrderNumber(String) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Sets the order number.
setOrderPayments(Set<OrderPayment>) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the payment(s) for this order.
setOrderPayments(Set<OrderPayment>) - Method in interface com.bea.alcs.domain.order.Order
Set the payment(s) for this order.
setOrderReturnAddress(OrderAddress) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Sets the address for which this order return is applicable.
setOrderReturnAddress(OrderAddress) - Method in interface com.bea.alcs.domain.order.OrderReturn
Sets the address for which this order return is applicable.
setOrderReturnSkus(Set<OrderReturnSku>) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the set of orderReturnSkus for this OrderReturn.
setOrderReturnSkus(Set<OrderReturnSku>) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the set of OrderReturnSkus for this OrderReturn.
setOrderService(OrderService) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Set the order service.
setOrderService(OrderService) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Set the order service.
setOrderService(OrderService) - Method in class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
Set the order service.
setOrderService(OrderService) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Sets the OrderService instance to use.
setOrderService(OrderService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the order service.
setOrderService(OrderService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the order service.
setOrderShipment(OrderShipment) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the orderShipment for the payment.
setOrderShipment(OrderShipment) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the orderShipment for the payment.
setOrderSku(OrderSku) - Method in interface com.bea.alcs.domain.catalog.DigitalAssetAudit
Sets the OrderSku.
setOrderSku(OrderSku) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Sets the OrderSku.
setOrderSku(OrderSku) - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Sets the order sku.
setOrderSku(OrderSku) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set the orderSku for this return.
setOrderSku(OrderSku) - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Sets the order sku.
setOrderSku(OrderSku) - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Set the orderSku for this return.
setOrderSkuProduct(OrderSku) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Retrieve the Product associated with the given orderSku based on the productUid saved.
setOrderSkuProduct(OrderSku) - Method in interface com.bea.alcs.service.order.OrderService
Retrieve the Product associated with the given orderSku based on the productUid saved.
setOrderSource(String) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the external order source for the order.
setOrderSource(String) - Method in interface com.bea.alcs.domain.order.Order
Sets the external order source for the order.
setOrderStatus(OrderStatus) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the order status criteria.
setOrderStatus(OrderStatus) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the order status criteria.
setOrderStatus(OrderStatus) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Set the order status.
setOrderToDate(Date) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the to date for order createDate search.
setOrderToDate(Date) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the to date for order createDate search.
setOrderToDate(Date) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Set the to date for order createDate search.
setOrderUid(long) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set order Uid the return is linked to.
setOrderUid(long) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set order Uid the return is linked to.
setOriginatorType(EventOriginatorType) - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Set the event originator type.
setOriginatorType(EventOriginatorType) - Method in interface com.bea.alcs.domain.order.OrderEvent
Set the event originator type.
setPadding(int) - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Sets the padding.
setPadding(int) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Sets the padding.
setParameter(int, Object) - Method in class com.bea.alcs.persistence.impl.JpaQueryImpl
Bind a value to a JDBC-style query parameter.
setParameter(int, Object) - Method in interface com.bea.alcs.persistence.Query
Bind a value to a JDBC-style query parameter.
setParameters(Set<RuleParameter>) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Set the parameters of this rule element.
setParameters(Set<RuleParameter>) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Set the parameters of this rule condition.
setParameters(Set<RuleParameter>) - Method in interface com.bea.alcs.domain.rules.RuleElement
Set the parameters of this rule action.
setParameters(Set<RuleParameter>) - Method in interface com.bea.alcs.domain.rules.RuleException
Set the parameters of this rule exception.
setParameters(Set<ShippingCostCalculationParameter>) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Set the parameters of this shippingCostCalculationMethod.
setParameters(Set<ShippingCostCalculationParameter>) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Set the parameters of this shippingCostCalculationMethod.
setParent(Category) - Method in interface com.bea.alcs.domain.catalog.Category
Set the parent category.
setParent(Category) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Sets the parent category.
setParent(RangeFilter<T, E>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Set the parent filter of this filter.
setParent(RangeFilter<T, E>) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Set the parent filter of this filter.
setParentCartItem(CartItem) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Set the parent cart item that this cart item is dependent on.
setParentCartItem(CartItem) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Set the parent cart item that this cart item is dependent on.
setParentInternal(Category) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Set the parent category.
setParentOnly(Category) - Method in interface com.bea.alcs.domain.catalog.Category
Set the parent category without adding this category to the given parent category's children collection.
setParentOnly(Category) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Set the parent category without adding this category to the given parent category's children collection.
setPaREQ(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Sets the Payer Authentication Request (PaREQ) value, which should be passed to the issuer's ACS.
setPaREQ(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Sets the Payer Authentication Request (PaREQ) value, which should be passed to the issuer's ACS.
setPaRES(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets PaRES value.
setPaRES(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets PaRES value.
setPassword(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the encrypted password.
setPassword(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the encrypted password.
setPassword(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the encrypted password.
setPassword(String) - Method in interface com.bea.alcs.domain.customer.CustomerAuthentication
Sets the encrypted password.
setPassword(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Sets the encrypted password.
setPassword(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the encrypted password.
setPassword(String) - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Set user password for the connection.
setPassword(String) - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Set user password for the connection.
setPassword(String, String) - Method in class com.bea.alcs.service.auth.impl.EpUserIdentityService
Change the password without requiring authentication, for use by administrators.
setPassword(String, String) - Method in interface com.bea.alcs.service.auth.UserIdentityService
Change the password without requiring authentication, for use by administrators.
setPassword(Customer, String) - Method in interface com.bea.alcs.service.customer.CustomerService
Changes the password for the specified customer.
setPassword(Customer, String) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Changes the password for the specified customer and sends them a confirmation email.
setPayerAuthValidationValue(PayerAuthValidationValue) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the payerAuthValidationValue for order payment.
setPayerAuthValidationValue(PayerAuthValidationValue) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the payerAuthValidationValue for order payment.
setPaymentGatewayFactory(PaymentGatewayFactory) - Method in class com.bea.alcs.service.payment.impl.PaymentGatewayServiceImpl
Sets the payment gateway factory.
setPaymentGatewayFactory(PaymentGatewayFactory) - Method in interface com.bea.alcs.service.payment.PaymentGatewayService
Sets the payment gateway factory.
setPaymentGateways(Map<String, Class<PaymentGateway>>) - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayFactoryImpl
Sets the payment gateway map.
setPaymentGateways(Map<String, Class<PaymentGateway>>) - Method in interface com.bea.alcs.domain.payment.PaymentGatewayFactory
Sets the payment gateway map.
setPaymentGateways(Set<PaymentGateway>) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets a set of available payment gateways for this Store.
setPaymentGateways(Set<PaymentGateway>) - Method in interface com.bea.alcs.domain.store.Store
Sets a set of available payment gateways for this Store.
setPaymentGatewayService(PaymentGatewayService) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Sets the PaymentGatewayService instance to use.
setPaymentGatewayService(PaymentGatewayService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the paymentGatewayService.
setPaymentHandlerFactory(PaymentHandlerFactory) - Method in class com.bea.alcs.service.payment.impl.PaymentServiceImpl
Sets the payment handler factory.
setPaymentMethod(PaymentType) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the payment method.
setPaymentMethod(PaymentType) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the payment method.
setPaymentService(PaymentService) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
 
setPaymentService(PaymentService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
 
setPaymentService(PaymentService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
 
setPersistenceEngine(PersistenceEngine) - Method in class com.bea.alcs.persistence.impl.CmUserAuthenticationDaoImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.bea.alcs.persistence.impl.CustomerAuthenticationDaoImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.bea.alcs.persistence.impl.SkuConfigurationDaoImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in interface com.bea.alcs.service.EpPersistenceService
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.bea.alcs.service.impl.AbstractEpPersistenceServiceImpl
Sets the persistence engine.
setPersistenceXmlLocation(String) - Method in class com.bea.alcs.persistence.impl.LocalApplicationEntityManagerFactoryBean
Sets the location of the persistence.xml file we want to use.
setPersistentPriceTiers(Map<Integer, PriceTier>) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the price Tiers to member variable which is mainly call by JPA.
setPersistentPriceTiers(Map<Integer, PriceTier>) - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
Set the price Tiers to member variable which is mainly call by JPA.
setPersistentPriceTiers(Map<Integer, PriceTier>) - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
Set the price Tiers to member variable which is mainly call by JPA.
setPersistentPriceTiers(Map<Integer, PriceTier>) - Method in interface com.bea.alcs.domain.catalog.Price
Set the price Tiers to member variable which is mainly call by JPA.
setPhoneNumber(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the phone number associated with this Address.
setPhoneNumber(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the phone number associated with this Customer.
setPhoneNumber(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the phone number associated with this Address.
setPhoneNumber(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the phone number associated with this Customer.
setPhoneNumber(String) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the phone number.
setPhysicalReturn(boolean) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the physical return.
setPhysicalReturn(boolean) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the physical return.
setPickDelay(int) - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Sets the pick delay of this Warehouse.
setPickDelay(int) - Method in interface com.bea.alcs.domain.store.Warehouse
Sets the pick delay of this Warehouse.
setPickList(PickList) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Set the pick list corresponding to this shipment.
setPickList(PickList) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Set the pick list corresponding to this shipment.
setPort(int) - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Set the server port.
setPort(int) - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Set the server port.
setPreferredBillingAddress(CustomerAddress) - Method in interface com.bea.alcs.domain.customer.Customer
Set the preferred billing address.
setPreferredBillingAddress(CustomerAddress) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the preferred billing address.
setPreferredCreditCard(CustomerCreditCard) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the customer's default (preferred) credit card.
setPreferredCreditCard(CustomerCreditCard) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the customer's default (preferred) credit card.
setPreferredCurrency(Currency) - Method in interface com.bea.alcs.domain.customer.Customer
Set the preferred currency of the customer corresponding to the shopping cart.
setPreferredCurrency(Currency) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the preferred currency of the customer corresponding to the shopping cart.
setPreferredLocale(Locale) - Method in interface com.bea.alcs.domain.customer.Customer
Set the preferred locale of the customer corresponding to the shopping cart.
setPreferredLocale(Locale) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the preferred locale of the customer corresponding to the shopping cart.
setPreferredShippingAddress(CustomerAddress) - Method in interface com.bea.alcs.domain.customer.Customer
Set the preferred shipping address.
setPreferredShippingAddress(CustomerAddress) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the preferred shipping address.
setPrefixLength(int) - Method in class com.bea.alcs.domain.misc.impl.SearchConfigImpl
Sets fuzzy search setting for the length of common non-fuzzy prefix.
setPrefixLength(int) - Method in interface com.bea.alcs.domain.misc.SearchConfig
Sets fuzzy search setting for the length of common non-fuzzy prefix.
setPreOrBackOrderedQuantity(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the pre or back ordered quantity.
setPreOrBackOrderedQuantity(int) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the quantity that was sold on pre/back order.
setPreOrBackOrderLimit(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the pre or back order limit.
setPreOrBackOrderLimit(int) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the pre or back order limit.
setPreOrBackOrderLimit(int) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the pre or back order limit.
setPreOrBackOrderQuantity(int) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Used for splitting shipment.
setPreOrBackOrderQuantity(int) - Method in interface com.bea.alcs.domain.order.OrderSku
Use for splitting shipment.
setPriceCalculationMethod(Boolean) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Set the price calculation method of this TaxJurisdiction.
setPriceCalculationMethod(Boolean) - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Set the price calculation method of this TaxJurisdiction.
setPriceFilterOptions(List<FilterOption<PriceFilter>>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets the list of filter options on price range.
setPriceFilterOptions(List<FilterOption<PriceFilter>>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the list of filter options on price range.
setPriceFilterOptions(List<FilterOption<PriceFilter>>) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Sets the list of price FilterOptions for the previous search.
setPriceMoney(Price, Money) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.AbstractImportFieldPriceImpl
Subclasses must override this method to set a price in this ImportField's currency.
setPrices(Map<Currency, Price>) - Method in interface com.bea.alcs.domain.catalog.CatalogPrice
Set the map of Currency to Price.
setPrices(Map<Currency, Price>) - Method in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
Set the map of Currency to Price.
setPrices(Map<Currency, Price>) - Method in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
Set the map of Currency to Price.
setPriceTier(PriceTier) - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Set price tier.
setPriceTier(PriceTier) - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Set price tier.
setProcessingHook(ProcessingHook) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Sets the processing hook to use.
setProduct(Product) - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Set the product.
setProduct(Product) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the parent product of this SKU.
setProduct(Product) - Method in interface com.bea.alcs.domain.catalog.ProductCategory
Set the product.
setProduct(Product) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the parent product of this SKU.
setProduct(Product) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the parent product of this SKU.
setProduct(Product) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the parent product of this SKU.
setProduct(Product) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Sets the product corresponding to this item in a cart.
setProduct(Product) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Sets the product corresponding to this item in a cart.
setProductAssociations(Set<ProductAssociation>) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Sets the StoreProduct's set of associations.
setProductAssociations(Set<ProductAssociation>) - Method in interface com.bea.alcs.domain.catalogview.StoreProduct
Sets the StoreProduct's set of associations.
setProductAssociationService(ProductAssociationService) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Set the ProductAssociationService.
setProductAssociationService(ProductAssociationService) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Sets the product association service.
setProductAttributeGroup(AttributeGroup) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Sets the product attribute group.
setProductAttributeGroup(AttributeGroup) - Method in interface com.bea.alcs.domain.catalog.ProductType
Sets the product attribute group.
setProductAttributeGroupAttributes(Set<AttributeGroupAttribute>) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the product attribute group attributes.
setProductAttributeGroupAttributes(Set<AttributeGroupAttribute>) - Method in interface com.bea.alcs.domain.catalog.ProductType
Set the product attribute group attributes.
setProductCategories(Set<ProductCategory>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets all product category associations.
setProductCategoryFeatured(long, long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Set a ProductCategory as a featured product, if the featuredProductOrder is set to be greater than 0, means this productCategory is featured.
setProductCategoryFeatured(long, long) - Method in interface com.bea.alcs.service.catalog.ProductService
Set a ProductCategory as a featured product, if the featuredProductOrder is set to be greater than 0, means this productCategory is featured.
setProductCode(String) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the product code.
setProductInternal(Product) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the parent product of this SKU.
setProductLoadTuner(ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Sets the ProductLoadTuner used by the FindByCriteria method to load ProductAssociations.
setProductLoadTuner(ProductLoadTuner) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Sets the ProductLoadTuner for populating all data.
setProductLoadTunerAll(ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Sets the ProductLoadTuner for populating all data.
setProductLoadTunerAll(ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Sets the ProductLoadTuner for populating all data.
setProductLoadTunerForUpdate(ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Sets the ProductLoadTuner for populating a product for CM update.
setProductLoadTunerMinimal(ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Sets the ProductLoadTuner for populating a minimal data set.
setProductLoadTunerNoCollections(ProductLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Set the product load tuner used only to set a reference to a target product.
setProductName(String) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the product name.
setProductRetrieveStrategy(ProductRetrieveStrategy) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the ProductRetrieveStrategy instance to use.
setProductRetrieveStrategy(ProductRetrieveStrategy) - Method in class com.bea.alcs.service.catalogview.impl.ProductViewServiceImpl
Sets the ProductRetrieveStrategy.
setProductRetrieveStrategy(ProductRetrieveStrategy) - Method in class com.bea.alcs.service.catalogview.impl.SitemapServiceImpl
Sets the ProductRetrieveStrategy.
setProducts(List<StoreProduct>) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets a list of products as the search result.
setProducts(List<StoreProduct>) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets a list of products as the search result.
setProducts(List) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Sets a list of products as the search result.
setProducts(List) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Sets a list of products as the search result.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Set the ProductService.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Set the ProductService.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Set the product service.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Set the product service.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Set the ProductService.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.ProductXmlServiceImpl
Sets the product service.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Set the ProductService.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Set the product service.
setProductService(ProductService) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Set the ProductService.
setProductService(ProductService) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Set the product service.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Sets the product service.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalogview.impl.ProductViewServiceImpl
Sets the product service.
setProductService(ProductService) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Sets the product service instance.
setProductService(ProductService) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Set the product service.
setProductSku(ProductSku) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set the product SKU corresponding to this item in a cart.
setProductSku(ProductSku) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the product sku sold.
setProductSku(ProductSku) - Method in interface com.bea.alcs.domain.order.LineItem
Set the product SKU corresponding to this item in a cart.
setProductSku(ProductSku) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Set the product SKU corresponding to this item in a cart.
setProductSku(String) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the product sku.
setProductSkuLoadTuner(ProductSkuLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the ProductSkuLoadTuner.
setProductSkuLoadTuner(ProductSkuLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the ProductSkuLoadTuner.
setProductSkuLoadTuner(ProductSkuLoadTuner) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Sets the ProductSkuLoadTuner for populating all data.
setProductSkuLoadTunerAll(ProductSkuLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Sets the ProductSkuLoadTuner for populating all data.
setProductSkuLoadTunerMinimal(ProductSkuLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Sets the ProductSkuLoadTuner to populate the SkuOptionValues.
setProductSkuPrice(Price) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Sets the Price for the cart item.
setProductSkuPrice(Price) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Sets the Price for the cart item.
setProductSkus(Map<String, ProductSku>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the variations of this product.
setProductSkus(Map<String, ProductSku>) - Method in interface com.bea.alcs.domain.catalog.Product
Set the variations of this product.
setProductSkus(Map<String, ProductSku>) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the variations of this product.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
 
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
Set the product SKU service.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Set the productSku service.
setProductSkuService(ProductSkuService) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Set the productSku service.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.service.rules.impl.PromotionRuleDelegateImpl
Sets the ProductSkuService instance to use.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCallbackServiceImpl
Set the product sku service.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the product sku service.
setProductSkusInternal(Map<String, ProductSku>) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the variations of this product.
setProductType(ProductType) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the ProductType.
setProductType(ProductType) - Method in interface com.bea.alcs.domain.catalog.Product
Set the ProductType.
setProductType(ProductType) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the ProductType.
setProductTypeLoadTuner(ProductTypeLoadTuner) - Method in class com.bea.alcs.domain.catalog.impl.ProductLoadTunerImpl
Sets the ProductTypeLoadTuner.
setProductTypeLoadTuner(ProductTypeLoadTuner) - Method in interface com.bea.alcs.domain.catalog.ProductLoadTuner
Sets the ProductTypeLoadTuner.
setProductTypeLoadTunerAll(ProductTypeLoadTuner) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
 
setProductUid(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Sets the uid of the deleted product.
setProductUid(long) - Method in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
Set the Product Uid.
setProductUid(long) - Method in interface com.bea.alcs.domain.catalog.ProductDeleted
Sets the uid of the deleted product.
setProductUid(long) - Method in interface com.bea.alcs.domain.catalog.TopSellerProduct
Set the Product Uid.
setProductUid(long) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the parent product uid of this SKU.
setProductUid(long) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the parent product uid of this SKU.
setProductUid(Long) - Method in class com.bea.alcs.service.search.query.ProductSearchCriteria
Sets the specific UID to search for.
setProfileValue(String, Object) - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Set the customer profile value based on the given pair of key/object.
setProfileValue(String, Object) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Set the customer profile value based on the given pair of key/object.
setProfileValueBeanId(String) - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Sets the bean identifier of AttributeValues in this profile.
setProfileValueBeanId(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Sets the bean identifier of AttributeValues in this profile.
setProfileValueMap(Map<String, AttributeValue>) - Method in interface com.bea.alcs.domain.customer.Customer
Set the profile value map.
setProfileValueMap(Map<String, AttributeValue>) - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Sets the attribute value map.
setProfileValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the profile value map.
setProfileValueMap(Map<String, AttributeValue>) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Sets the attribute value map.
setPromoCode(String) - Method in class com.bea.alcs.domain.rules.impl.PromotionRuleImpl
Set the promoCode of the rule.
setPromoCode(String) - Method in interface com.bea.alcs.domain.rules.Rule
Set the promoCode of the rule.
setPromotionCodes(List<String>) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the list of promotion codes added to the cart.
setPromotionCodes(List<String>) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Sets the list of promotion codes successfully applied to the cart.
setPromotionName(String) - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Sets the promotion name.
setPromotionRuleDelegate(PromotionRuleDelegate) - Method in class com.bea.alcs.service.rules.impl.AbstractRuleEngineImpl
Sets the PromotionRuleDelegate instance to use.
setPromotionState(RuleState) - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Sets the promotion state.
setProperties(Map<String, String>) - Method in interface com.bea.alcs.domain.ElasticPath
Set the properties.
setProperties(Map<String, String>) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Set the properties.
setProperties(Properties) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Sets the properties map with the given properties by overwriting the existing properties map.
setProperties(Properties) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Sets the properties map with the given properties by overwriting the existing properties map.
setProperties(Map) - Method in class com.bea.alcs.persistence.impl.JpaSessionFactoryImpl
Set the map of properties to be used for sessions created by this factory.
setProperties(Map) - Method in interface com.bea.alcs.persistence.PersistenceSessionFactory
Set the map of properties to be used for sessions created by this factory.
setPropertiesDao(PropertiesDao) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Sets the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Sets the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in class com.bea.alcs.service.misc.impl.PropertyServiceImpl
Set the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in interface com.bea.alcs.service.misc.PropertyService
Set the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Set the DAO used to load properties.
setPropertiesDir(String) - Method in class com.bea.alcs.persistence.impl.PropertiesDaoImpl
Set the name of the alternative properties directory.
setPropertiesDir(String) - Method in interface com.bea.alcs.persistence.PropertiesDao
Set the name of the alternative properties directory.
setPropertiesMap(Map<String, Object>) - Method in class com.bea.alcs.commons.util.impl.PluginBeanFactoryPostProcessor
Sets a collection of properties.
setPropertiesMap(Map<String, ? extends Map<Object, Object>>) - Method in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Set the properties files that are used as a source of a data.
setPropertiesMap(Map<String, ? extends Map<Object, Object>>) - Method in interface com.bea.alcs.domain.misc.PropertyBased
Set the properties files that are used as a source of data.
setPropertiesMap(Map<String, PaymentGatewayProperty>) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Set the properties map of the payment gateway (e.g.
setPropertiesMap(Map<String, PaymentGatewayProperty>) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Set the properties map of the payment gateway (e.g.
setPropertyName(String) - Method in class com.bea.alcs.commons.util.impl.PluginBeanFactoryPostProcessor
Set the name of the property to override.
setPropertyName(String) - Method in class com.bea.alcs.domain.misc.impl.AbstractPropertyBasedImpl
Set property name.
setPropertyService(PropertyService) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Set the propertyService singleton.
setPropertyService(PropertyService) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Set the propertyService singleton.
setPropertyValue(Object) - Method in class com.bea.alcs.commons.util.impl.PluginBeanFactoryPostProcessor
Set the value of the property being overridden.
setProtocol(String) - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Set the protocol to use for the connection.
setProtocol(String) - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Set the protocol to use for the connection.
setPurchaseAmount(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setPurchaseAmount(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setPurchaser(Customer) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setPurchaser(Customer) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setQuantity(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
setQuantity(int) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
setQuantity(int) - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Sets the quantity to be allocated.
setQuantity(int) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set the quantity of this item.
setQuantity(int) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the quantity of this sku ordered.
setQuantity(int) - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Sets the quantity to be allocated.
setQuantity(int) - Method in interface com.bea.alcs.domain.order.LineItem
Set the quantity of this item.
setQuantity(int) - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Set the quantity of this sku returned.
setQuantity(int) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Set the quantity of this item as a primitive int.
setQuantityAllocated(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryEventResultImpl
Set the quantity allocated.
setQuantityAllocated(int) - Method in interface com.bea.alcs.domain.catalog.InventoryEventResult
Set the quantity allocated.
setQuantityAllocatedOnPreOrBackOrder(int) - Method in interface com.bea.alcs.domain.order.AllocationResult
Set the quantity allocated on pre/back order.
setQuantityAllocatedOnPreOrBackOrder(int) - Method in class com.bea.alcs.domain.order.impl.AllocationResultImpl
 
setQuantityInternal(int) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the quantity of this sku ordered.
setQuantityInternal(int) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Set the quantity of this item as a primitive int.
setQuantityOnHand(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Set the quantity on hand.
setQuantityOnHand(int) - Method in interface com.bea.alcs.domain.catalog.Inventory
Set the quantity on hand.
setQuery(String) - Method in class com.bea.alcs.service.search.query.LuceneRawSearchCriteria
Sets the raw query string.
setQueryComposerFactory(QueryComposerFactory) - Method in class com.bea.alcs.service.search.impl.IndexNotificationServiceImpl
Sets the QueryComposerFactory instance to use.
setQueryComposerFactory(QueryComposerFactory) - Method in class com.bea.alcs.service.search.solr.query.FilteredQueryComposerImpl
Sets the QueryComposerFactory instance to use.
setQueryComposerFactory(QueryComposerFactory) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Sets the QueryComposerFactory instance to use.
setQueryComposerMappings(Map<Class<? extends SearchCriteria>, QueryComposer>) - Method in class com.bea.alcs.service.search.solr.QueryComposerFactoryImpl
Sets the mapping of SearchCriteria classes to instances of QueryComposer.
setQueryString(String) - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Sets the query string to activate this filter option.
setQueryString(String) - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Sets the query string corresponding to this filter option.
setQueryString(String) - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Sets the query string used in the update process.
setQueryString(String) - Method in interface com.bea.alcs.domain.search.IndexNotification
Sets the query string used in the update process.
setReason(String) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
 
setReason(String) - Method in interface com.bea.alcs.domain.catalog.InventoryAudit
 
setReceivedByCmUser(CmUser) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the cmUser which received order return.
setReceivedByCmUser(CmUser) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the CmUser which received order return.
setReceivedQuantity(int) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set the receive quantity of this sku returned.
setReceivedQuantity(int) - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Set the receive quantity of this sku returned.
setReceivedState(String) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set the received state.
setReceivedState(String) - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Set the received state.
setRecipientAddress(String) - Method in interface com.bea.alcs.domain.misc.EmailProperties
Sets the recipient address for the EmailProperties.
setRecipientAddress(String) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Sets the recipient address for the EmailProperties.
setRecipientEmail(String) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setRecipientEmail(String) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setRecipientEmails(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
Set the recipient's email addresses.
setRecipientEmails(String) - Method in interface com.bea.alcs.domain.shoppingcart.WishListMessage
Set the recipient's email addresses.
setRecipientName(String) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setRecipientName(String) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setReferenceId(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the reference id.
setReferenceId(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the reference id.
setRegionCode(String) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Set the region code of the country represented by the TaxJurisdiction.
setRegionCode(String) - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Set the region code of the country represented by the TaxJurisdiction.
setRegionMap(Map<String, Region>) - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Set the Map of regions assoicated with this shippingregion.
setRegionMap(Map<String, Region>) - Method in interface com.bea.alcs.domain.shipping.ShippingRegion
Set the Map of regions assoicated with this shippingregion.
setRegionName(String) - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Set the region code of the geographic area represented by the TaxJurisdiction.
setRegionName(String) - Method in interface com.bea.alcs.domain.tax.TaxRegion
Set the region code of the geographic area represented by the TaxJurisdiction.
setRegionStr(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Set the string representation of the region definition (for persistence).
setRelationship(FilteredSearchCriteria.Relationship) - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Sets the FilteredSearchCriteria.Relationship of each search criteria.
setReorderMinimum(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Set the reorder minimum quantity.
setReorderMinimum(int) - Method in interface com.bea.alcs.domain.catalog.Inventory
Set the reorder minimum quantity.
setReorderQuantity(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Sets the quantity to be re-rodered.
setReorderQuantity(int) - Method in interface com.bea.alcs.domain.catalog.Inventory
Sets the quantity to be re-rodered.
setRequestToken(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the request token.
setRequestToken(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the request token.
setRequired(boolean) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the required flag.
setRequired(boolean) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the required flag.
setRequiredCurrency(Currency) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Sets the currency that is required by this data type; typically this is the store's or the catalog's default currency.
setRequiredCurrency(Currency) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Sets the currency that is required by this data type; typically this is the store's or the catalog's default currency.
setRequiredCurrency(Currency) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Sets the currency that is required by this data type; typically this is the store's or the catalog's default currency.
setRequiredHeight(int) - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Sets the required height.
setRequiredHeight(int) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Sets the required height.
setRequiredLocale(Locale) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Sets the locale that is required by this data type; typically this is the store's or the catalog's default locale.
setRequiredLocale(Locale) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Sets the locale that is required by this data type; typically this is the store's or the catalog's default locale.
setRequiredLocale(Locale) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Sets the locale that is required by this data type; typically this is the store's or the catalog's default locale.
setRequiredWidth(int) - Method in interface com.bea.alcs.domain.misc.ImageRenderRequest
Sets the required width.
setRequiredWidth(int) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderRequestImpl
Sets the required width.
setReservedQuantity(int) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Set the reserved quantity.
setReservedQuantity(int) - Method in interface com.bea.alcs.domain.catalog.Inventory
Set the reserved quantity.
setResourceLoader(ResourceLoader) - Method in class com.bea.alcs.persistence.impl.LocalApplicationEntityManagerFactoryBean
Set the ResourceLoader that this object runs in.
setResourceRetrievalService(ResourceRetrievalService) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Set the resource retrieval service.
setRestockDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Set the re-stock date.
setRestockDate(Date) - Method in interface com.bea.alcs.domain.catalog.Inventory
Set the restock date.
setResultCode(int) - Method in class com.bea.alcs.service.payment.impl.PaymentResultImpl
Sets the result code.
setResultCode(int) - Method in interface com.bea.alcs.service.payment.PaymentResult
Sets the result code.
setResultCount(int) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Sets the amount of results returned.
setResultCount(int) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Sets the amount of results returned.
setResultCount(int) - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Sets the number of results returned by the search.
setResultCount(int) - Method in interface com.bea.alcs.domain.search.SfSearchLog
Sets the number of results returned by the search.
setResultsCount(int) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResult
Sets the number of hits for this result.
setResultsCount(int) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the number of hits for this result.
setResultUids(List<Long>) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Set the result uid list.
setReturnableQuantity(int) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Sets the number of items that can possibly be returned for this order sku.
setReturnableQuantity(int) - Method in interface com.bea.alcs.domain.order.OrderSku
Sets the number of items that can possibly be returned for this order sku.
setReturnAmount(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set the return amount for this item.
setReturnAmount(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Set the return amount for this item.
setReturnComment(String) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the return comment.
setReturnComment(String) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the return comment.
setReturnPath(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the return path.
setReturnPath(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the return path.
setReturnPayment(OrderPayment) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set order payment.
setReturnPayment(OrderPayment) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set order payment.
setReturnReason(String) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Set the return reason.
setReturnReason(String) - Method in interface com.bea.alcs.domain.order.OrderReturnSku
Set the return reason.
setReturns(Set<OrderReturn>) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the returns of this order.
setReturns(Set<OrderReturn>) - Method in interface com.bea.alcs.domain.order.Order
Set the returns of this order.
setReturnStatus(OrderReturnStatus) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the return status.
setReturnStatus(OrderReturnStatus) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the return status.
setReturnTaxes(Set<OrderTaxValue>) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the set of return taxes.
setReturnTotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the return total.
setReturnType(OrderReturnType) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the return type.
setReturnType(OrderReturnType) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the return type.
setRmaCode(String) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the return RMA code.
setRmaCode(String) - Method in interface com.bea.alcs.domain.order.OrderReturn
Set the return RMA code.
setRmaCode(String) - Method in class com.bea.alcs.service.search.query.OrderReturnSearchCriteria
Sets the RMA code.
setRmaCode(String) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Sets the RMA code.
setRootPath(String) - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Set the root path of the connection.
setRootPath(String) - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Set the root path of the connection.
setRow(String) - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Set the row.
setRow(String) - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Set the row.
setRowArea(int, int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Sets the row area in which the bad row is in.
setRowArea(int, int) - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Sets the row area in which the bad row is in.
setRowNumber(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportBadRowImpl
Set the row number that caused error.
setRowNumber(int) - Method in interface com.bea.alcs.domain.dataimport.ImportBadRow
Set the row number that caused error.
setRuleBase(RuleBase) - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Sets the compiled rule base.
setRuleBase(RuleBase) - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Sets the compiled rule base.
setRuleCode(String) - Method in interface com.bea.alcs.domain.rules.AppliedRule
Set the rule engine code for the applied rule.
setRuleCode(String) - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Set the rule engine code for the applied rule.
setRuleElements(Set<RuleElement>) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the rule elements of this rule.
setRuleElements(Set<RuleElement>) - Method in interface com.bea.alcs.domain.rules.Rule
Set the rule elements of this rule.
setRuleId(long) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Set the identifier for the rule that contains this action.
setRuleId(long) - Method in interface com.bea.alcs.domain.rules.RuleElement
Set the identifier for the rule that contains this action.
setRuleName(String) - Method in interface com.bea.alcs.domain.rules.AppliedRule
Set the name of the applied rule.
setRuleName(String) - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Set the name of the applied rule.
setRuleParameterService(RuleParameterService) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Set the RuleParameterService.
setRules(Set<Rule>) - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Set the rules in this rule set.
setRules(Set<Rule>) - Method in interface com.bea.alcs.domain.rules.RuleSet
Set the rules in this rule set.
setRuleService(RuleService) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Sets the RuleService instance to use.
setRuleService(RuleService) - Method in class com.bea.alcs.service.rules.impl.DBReadingRuleEngineImpl
Sets the RuleService instance to use.
setRuleService(RuleService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the rule service.
setRuleService(RuleService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the rule service.
setRuleSet(RuleSet) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the ruleSet this rule belongs to.
setRuleSet(RuleSet) - Method in interface com.bea.alcs.domain.rules.Rule
Set the ruleSet this rule belongs to.
setRuleSetService(RuleSetService) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Set the rule set service that will provide rules.
setRuleSetService(RuleSetService) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Set the rule set service.
setRuleSetService(RuleSetService) - Method in interface com.bea.alcs.service.rules.RuleService
Set the rule set service.
setRuleSetUid(String) - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Sets the rule set uid of the promotion type.
setRuleUid(long) - Method in interface com.bea.alcs.domain.rules.AppliedRule
Set the uid of the applied rule.
setRuleUid(long) - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Set the uid of the applied rule.
setSalePrice(Money, int) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the product's sale price.
setSalePrice(Money) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Set the product's sale price for the first price tier.
setSalePrice(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceTierImpl
Set the sale price for the price tier.
setSalePrice(Money) - Method in interface com.bea.alcs.domain.catalog.Price
Set the product's sale price.
setSalePrice(Money, int) - Method in interface com.bea.alcs.domain.catalog.Price
Set the product's sale price.
setSalePrice(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.PriceTier
Set the sale price for the price tier.
setSalePrice(BigDecimal) - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Set the sale price for the price tier.
setSalePrice(BigDecimal) - Method in interface com.bea.alcs.domain.dataimport.PriceTierAdaptor
Set the sale price for the price tier.
setSalesCount(int) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the total sales count of the product.
setSalesCount(int) - Method in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
Set the sales count.
setSalesCount(int) - Method in interface com.bea.alcs.domain.catalog.Product
Sets the total sales count of the product.
setSalesCount(int) - Method in interface com.bea.alcs.domain.catalog.TopSellerProduct
Set the sales count.
setSalesCount(int) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the total sales count of the product.
setSalience(int) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleActionImpl
Set the salience value.
setSalience(int) - Method in interface com.bea.alcs.domain.rules.RuleAction
Set the salience value.
setScaledImage(RenderedImage) - Method in interface com.bea.alcs.domain.misc.ImageRenderResponse
Sets the scaled image.
setScaledImage(RenderedImage) - Method in class com.bea.alcs.domain.misc.impl.ImageRenderResponseImpl
Sets the scaled image.
setScenario(int) - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Set the scenario that this rule set applies to.
setScenario(int) - Method in interface com.bea.alcs.domain.rules.RuleSet
Set the scenario that this rule set applies to.
setScenarioId(int) - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Sets the scenario ID this rule base applies in.
setScenarioId(int) - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Sets the scenario ID this rule base applies in.
setSearchConfigFileName(String) - Method in class com.bea.alcs.service.remote.impl.ResourceRetrievalServiceImpl
Sets the name of the search configuration file.
setSearchConfigMediator(SearchConfigMediator) - Method in class com.bea.alcs.persistence.impl.ElasticPathDaoXmlFileImpl
Sets the SearchConfigMediator instance.
setSearchCriteria(SearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
Sets the SearchCriteria instance.
setSearchTime(Date) - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Sets the date that this search was executed.
setSearchTime(Date) - Method in interface com.bea.alcs.domain.search.SfSearchLog
Sets the date that this search was executed.
setSectionParsers(Map<String, XmlSectionParser>) - Method in class com.bea.alcs.commons.util.config.impl.XmlParserImpl
Sets the map of section parsers.
setSectionParsers(Map<String, XmlSectionParser>) - Method in interface com.bea.alcs.commons.util.config.XmlParser
Sets the map of section parsers.
setSecurityCode(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
Set the 3 or 4 digit security code from the back of the card.
setSecurityCode(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Set the 3 or 4 digit security code from the back of the card.
setSelectedShippingServiceLevelUid(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the selectedShippingServiceLevelUid and update the shippingCost correspondingly.
setSelectedShippingServiceLevelUid(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the selectedShippingServiceLevelUid and update the shippingCost correspondingly.
setSenderName(String) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setSenderName(String) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setSenderName(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
Set the senders's name.
setSenderName(String) - Method in interface com.bea.alcs.domain.shoppingcart.WishListMessage
Set the senders's name.
setSeoId(String) - Method in interface com.bea.alcs.domain.catalogview.FilterDisplayInfo
Set the seo id.
setSeoId(String) - Method in class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
Set the seo id.
setSeoName(String) - Method in interface com.bea.alcs.domain.catalogview.FilterDisplayInfo
Set the seo name.
setSeoName(String) - Method in class com.bea.alcs.domain.catalogview.impl.FilterDisplayInfoImpl
Set the seo name.
setSeoUrl(String) - Method in interface com.bea.alcs.domain.catalogview.FilterOption
Sets the seo url fragment to activate this filter option.
setSeoUrl(String) - Method in class com.bea.alcs.domain.catalogview.impl.FilterOptionImpl
Sets the SEO(Search Engine Optimized) url for this filter option.
setSeoUrlBuilder(SeoUrlBuilder) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the SeoUrlBuilder instance to use.
setSeoUrlBuilderDelegate(SeoUrlBuilder) - Method in class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
Sets the SEO URL builder delegate.
setSeoUrlBuilderDelegate(SeoUrlBuilder) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Sets the SEO URL builder helper.
setServerUrlPrefix(String) - Method in class com.bea.alcs.service.misc.EmailHttpInvokerProxyFactoryBean
Sets the server URL prefix.
setServiceLevel(String) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
 
setServiceLevel(String) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
 
setSession(PersistenceSession) - Method in class com.bea.alcs.service.dataimport.impl.ImportGuidHelperImpl
Set the session.
setSession(PersistenceSession) - Method in interface com.bea.alcs.service.dataimport.ImportGuidHelper
Set the session.
setSessionFactory(PersistenceSessionFactory) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Set the persistence session factory.
setSfSearchLogService(SfSearchLogService) - Method in class com.bea.alcs.service.catalogview.impl.SearchServiceImpl
Sets the SfSearchLogService.
setSharedLoginStores(Set<Store>) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Set the list of other Stores' logins that'll work with this Store.
setSharedLoginStores(Set<Store>) - Method in interface com.bea.alcs.domain.store.Store
Set the list of other Stores' logins that'll work with this Store.
setShipment(OrderShipment) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
 
setShipment(OrderShipment) - Method in interface com.bea.alcs.domain.order.OrderSku
 
setShipmentAddress(OrderAddress) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Set the shipping address corresponding to this shipment.
setShipmentAddress(OrderAddress) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Set the shipping address corresponding to this shipment.
setShipmentAddressCriteria(Map<String, String>) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the map of order shipmentAddress property name to criteria value.
setShipmentAddressCriteria(Map<String, String>) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the map of order shipmentAddress property name to criteria value.
setShipmentDate(Date) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Set the date that the order was shipped on.
setShipmentDate(Date) - Method in interface com.bea.alcs.domain.order.OrderShipment
Set the date that the order was shipped on.
setShipmentList(List<OrderShipment>) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
 
setShipmentList(List<OrderShipment>) - Method in interface com.bea.alcs.domain.order.PickList
 
setShipmentNumber(String) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the shipment number.
setShipmentNumber(String) - Method in interface com.bea.alcs.domain.order.OrderShipment
Sets shipment number.
setShipmentOrderSkusInternal(Set<OrderSku>) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Internal method used by JPA.
setShipments(List<OrderShipment>) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the shipments of this order.
setShipmentStatus(OrderShipmentStatus) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the shipment status.
setShipmentStatus(OrderShipmentStatus) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the shipment status.
setShipmentStatus(OrderShipmentStatus) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Set the shipment status.
setShipmentTaxes(Set<OrderTaxValue>) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Set the set of OrderTaxValues.
setShipmentZipcode(String) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Sets the shipment zipcode.
setShippable(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets if this SKU is shippable (i.e.
setShippable(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets if this SKU is shippable (i.e.
setShippingAddress(Address) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the shipping address.
setShippingAddress(Address) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the preferred shipping address.
setShippingCost(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
setShippingCost(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Set the shipping cost in BigDecimal.
setShippingCost(BigDecimal) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Set the shipping cost in BigDecimal.
setShippingCost(BigDecimal) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set shipping cost.
setShippingCost(BigDecimal) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set shipping cost.
setShippingCostCalculationMethod(ShippingCostCalculationMethod) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Set the shipping cost calculation method associated with this ShippingServiceLevel.
setShippingCostCalculationMethod(ShippingCostCalculationMethod) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Set the shipping cost calculation method associated with this ShippingServiceLevel.
setShippingCostInternal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Internal method for the persistence layer to set the shipping cost.
setShippingDiscount(Money) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Applies a discount to this shipping service level.
setShippingDiscount(Money) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Applies a discount to this shipping service level.
setShippingRegion(ShippingRegion) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Set the shipping region associated with this ShippingServiceLevel.
setShippingRegion(ShippingRegion) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
Set the shipping region associated with this ShippingServiceLevel.
setShippingRegionUid(Long) - Method in class com.bea.alcs.service.search.query.ShippingLevelsSearchCriteriaImpl
setShippingServiceLevel(ShippingServiceLevel) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Sets the shipping service level.
setShippingServiceLevel(ShippingServiceLevel) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Sets the shipping service level.
setShippingServiceLevelInternal(ShippingServiceLevel) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Internal methdo for the persistence layer to set the shipping service level.
setShippingServiceLevelList(List<ShippingServiceLevel>) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the list of shippingServiceLevel list available based on the current shopping cart info.
setShippingServiceLevelList(List<ShippingServiceLevel>) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the list of shippingServiceLevel list available based on the current shopping cart info.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the shippingServiceLevel service.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCallbackServiceImpl
Set the shippingServiceLevel service.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set the shippingServiceLevelService.
setShippingSubtotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Sets the shipping subtotal amount.
setShippingSubtotal(BigDecimal) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
Sets the shipping subtotal amount.
setShippingTax(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Set the shipping tax in BigDecimal.
setShippingTax(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
Set the shipping tax in BigDecimal.
setShoppingCart(ShoppingCartMemento) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Sets the ShoppingCartMemento this item belongs to.
setShoppingCart(ShoppingCartMemento) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Sets the ShoppingCartMemento this item belongs to.
setShoppingCartMemento(ShoppingCartMemento) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
 
setShoppingCartMemento(ShoppingCartMemento) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
 
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Set the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCallbackServiceImpl
Set the payment gateway service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Set shopping cart service.
setShortTextMultiValues(List<String>) - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Set the multi-values for short text.
setShortTextMultiValues(List<String>) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the multi-values for short text.
setShortTextValue(String) - Method in interface com.bea.alcs.domain.attribute.AttributeValueWithType
Set the short text value.
setShortTextValue(AttributeValueWithType, String) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Sets the given string value to the short text field of the given attribute value.
setShortTextValue(String) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the short text value.
setSignedIn(boolean) - Method in interface com.bea.alcs.domain.customer.CustomerSession
Set to true if the customer is signed in.
setSignedIn(boolean) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Set to true if the customer is signed in.
setSitemapRequest(SitemapRequest) - Method in class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Sets the sitemap request which generated this search result.
setSitemapRequest(SitemapRequest) - Method in interface com.bea.alcs.domain.catalogview.sitemap.SitemapResult
Sets the sitemap request which generated this search result.
setSkuAttributeGroup(AttributeGroup) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Sets the product sku attribute group.
setSkuAttributeGroup(AttributeGroup) - Method in interface com.bea.alcs.domain.catalog.ProductType
Sets the product sku attribute group.
setSkuAttributeGroupAttributes(Set<AttributeGroupAttribute>) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the sku attribute group attributes.
setSkuAvailability(String, boolean) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Sets the availability for the SKU with given skuCode.
setSkuCode(String) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Set the skuCode of the productSku to which this inventory belongs.
setSkuCode(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the SKU for this product variation.
setSkuCode(String) - Method in interface com.bea.alcs.domain.catalog.Inventory
Set the skuCode of the productSku to which this inventory belongs.
setSkuCode(String) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the SKU for this productSku.
setSkuCode(String) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the sku code for search.
setSkuCode(String) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the sku code for search.
setSkuCode(String) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the SKU for this productSku.
setSkuCode(String) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the SKU for this productSku.
setSkuCode(String) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Sets the sku code.
setSkuCodeInternal(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the SKU for this product variation.
setSkuOption(SkuOption) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set the sku option.
setSkuOption(SkuOption) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Sets the associated SkuOption.
setSkuOption(SkuOption) - Method in interface com.bea.alcs.domain.skuconfiguration.SkuOptionValue
Sets the associated SkuOption.
setSkuOptionInternal(SkuOption) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Sets the associated SkuOption.
setSkuOptions(Set<SkuOption>) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Sets the available options for configuring SKUs of this product.
setSkuOptions(Set<SkuOption>) - Method in interface com.bea.alcs.domain.catalog.ProductType
Sets the available options for configuring SKUs of this product.
setSkuOptionValue(SkuOption, String) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the sku option value to the one corresponding given value code.
setSkuOptionValue(SkuOption, String) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the sku option value to the one corresponding given value code.
setSkuOptionValue(SkuOptionValue) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Set the sku option value.
setSolrAttributeTypeExt(Map<String, String>) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Sets the attribute to SOLR extension Map.
setSolrFacetAdapter(SolrFacetAdapter) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Sets the SolrFacetAdapter instance to use.
setSolrFacetAdapter(SolrFacetAdapter) - Method in class com.bea.alcs.service.search.solr.SolrQueryFactoryImpl
Sets the SolrFacetAdapter instance to use.
setSolrManager(SolrManager) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Sets the DefaultSolrManagerinstance.
setSolrManager(SolrManager) - Method in class com.bea.alcs.service.search.solr.SolrSpellIndexSearcherImpl
Sets the SOLR manager instance.
setSolrQueryFactory(SolrQueryFactory) - Method in class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
Sets the SolrQueryFactory instance to use.
setSolrQueryFactory(SolrQueryFactory) - Method in class com.bea.alcs.service.search.solr.SolrSpellIndexSearcherImpl
Sets the SolrQueryFactory instance to use.
setSortingOrder(SortOrder) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Gets the sort order of this search criteria.
setSortingOrder(SortOrder) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Gets the sort order of this search criteria.
setSortingType(SortBy) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets the type of sorting for this search criteria.
setSortingType(SortBy) - Method in interface com.bea.alcs.service.search.query.SearchCriteria
Sets the type of sorting for this search criteria.
setSortOrder(SortOrder) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the order in which to sort elements.
setSortType(SortBy) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the type of sorting to be done.
setSource(Exception) - Method in class com.bea.alcs.domain.dataimport.impl.ImportFaultImpl
Sets the fault source.
setSource(Exception) - Method in interface com.bea.alcs.domain.dataimport.ImportFault
Sets the fault source.
setSourceProduct(Product) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Gets the source product.
setSourceProduct(Product) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Gets the source product.
setSourceProduct(Product) - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Sets The Source Product.
setSourceProductCode(String) - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
setSourceProductDependent(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set to true if the product targeted by this MerchandiseAssociation depends on the source product such that it should be removed from the cart if the source product is removed.
setSourceProductDependent(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set to true if the product targeted by this MerchandiseAssociation depends on the source product such that it should be removed from the cart if the source product is removed.
setSpellIndexSearcher(SpellIndexSearcher) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchServiceImpl
Sets the spell index searcher.
setStartDate(Date) - Method in interface com.bea.alcs.domain.catalog.Category
Set the start date that this category will become valid.
setStartDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the start date that this category will become valid.
setStartDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the start date that this category will become valid.
setStartDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Internal method used by JPA.
setStartDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the start date that this product will become valid.
setStartDate(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Set the start date that this product will become valid.
setStartDate(Date) - Method in interface com.bea.alcs.domain.catalog.Product
Set the start date that this product will become valid.
setStartDate(Date) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the starting date on which this MerchandiseAssociation is valid for display.
setStartDate(Date) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Set the start date that this productSku will become valid.
setStartDate(Date) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the cart start date used by some U.K.
setStartDate(Date) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the cart start date used by some U.K.
setStartDate(Date) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the starting date that this rule can be applied.
setStartDate(Date) - Method in interface com.bea.alcs.domain.rules.Rule
Set the starting date that this rule can be applied.
setStartDate(Date) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the start date that this product will become valid.
setStartDateInternal(Date) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the starting date on which this MerchandiseAssociation is valid for display.
setStartMonth(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setStartMonth(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setStartYear(String) - Method in interface com.bea.alcs.domain.customer.CustomerCreditCard
 
setStartYear(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
 
setStatus(int) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the status of this Customer.
setStatus(int) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the status of this Customer.
setStatus(OrderShipmentStatus) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Set the status of the shipment.
setStatus(AllocationStatus) - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Sets the status.
setStatus(OrderPaymentStatus) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the status of the order payment.
setStatus(AllocationStatus) - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Sets the status.
setStatus(OrderPaymentStatus) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the status of the order payment.
setStatus(OrderShipmentStatus) - Method in interface com.bea.alcs.domain.order.OrderShipment
Set the status of the shipment.
setStatus(int) - Method in class com.bea.alcs.domain.payment.impl.PayerAuthenticationSessionImpl
 
setStatus(int) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
 
setStatus(int) - Method in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
 
setStatus(int) - Method in interface com.bea.alcs.domain.payment.PayPalExpressSession
 
setStore(Store) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Sets the Store this object belongs to.
setStore(Store) - Method in interface com.bea.alcs.domain.catalog.StoreObject
Sets the Store this object belongs to.
setStore(Store) - Method in class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
Sets the store.
setStore(Store) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Sets the store.
setStore(Store) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Not supported method.
setStore(Store) - Method in interface com.bea.alcs.domain.catalogview.SeoUrlBuilder
Sets the store.
setStore(Store) - Method in interface com.bea.alcs.domain.customer.Customer
Set the store this customer registered with.
setStore(Store) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set the store object.
setStore(Store) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the Store for this import job.
setStore(Store) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the Store for this import job.
setStore(Store) - Method in interface com.bea.alcs.domain.ElasticPath
Deprecated. no replacement
setStore(Store) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Deprecated. no replacement
setStore(Store) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the store object.
setStore(Store) - Method in interface com.bea.alcs.domain.rules.EpRuleBase
Sets the store this rule base belongs to.
setStore(Store) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Set the Store associated with this the rule.
setStore(Store) - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Sets the store this rule base belongs to.
setStore(Store) - Method in interface com.bea.alcs.domain.rules.Rule
Set the Store associated with this the rule.
setStore(Store) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
setStore(Store) - Method in interface com.bea.alcs.domain.shipping.ShippingServiceLevel
 
setStore(Store) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the Store this object belongs to.
setStore(Store) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Sets the Store this object belongs to.
setStoreAdminEmailAddress(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the physical email address used for notifications on certain events for this Store.
setStoreAdminEmailAddress(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the physical email address used for notifications on certain events for this Store.
setStoreCode(String) - Method in interface com.bea.alcs.domain.misc.EmailProperties
Sets the store code for the EmailProperties.
setStoreCode(String) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Sets the store code for the EmailProperties.
setStoreCode(String) - Method in interface com.bea.alcs.domain.order.AdvancedOrderSearchCriteria
Set the store code for search.
setStoreCode(String) - Method in class com.bea.alcs.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the store code for search.
setStoreCode(String) - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Set the code for the store in which the purchases were made.
setStoreCode(String) - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Set the code for the store in which the purchases were made.
setStoreCode(String) - Method in class com.bea.alcs.service.search.query.PromotionSearchCriteria
Sets the store uid.
setStoreCodes(Collection<String>) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Gets store code depending on the applicability.
setStoreCodes(List<String>) - Method in class com.bea.alcs.service.search.query.OrderSearchCriteria
Gets store code depending on the applicability.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Set the configuration object for the store we are creating URLs for.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the store configuration to be used as a context for searching.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Sets the store configuration that products are to be retrieved for.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.service.catalogview.impl.ProductViewServiceImpl
Sets the store configuration that provides context for the actions of this service.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.service.catalogview.impl.SitemapServiceImpl
Sets the store configuration to use as a context for this service's operations.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCallbackServiceImpl
Sets the store configuration that provides the context the checkouts handled by this system.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Sets the store configuration that provides the context the checkouts handled by this system.
setStoreProductAssociations(StoreProduct, Store, String) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Finds and sets the ProductAssociations on a StoreProduct.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Returns the store product service.
setStores(Set<Store>) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets accessible stores for the user.
setStores(Set<Store>) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets accessible stores for the user.
setStoreService(StoreService) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Set the store service.
setStoreService(StoreService) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Set the StoreService.
setStoreService(StoreService) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Sets the store service instance.
setStoreService(StoreService) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Sets the store service.
setStoreService(StoreService) - Method in class com.bea.alcs.service.misc.impl.EmailServiceImpl
Sets the store service required for resolving the store code and sender from EmailProperties.
setStoreService(StoreService) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Sets the StoreService instance to use.
setStoresInternal(Set<Store>) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the Set of stores that are using this Catalog, for use by the persistence layer.
setStoreType(StoreType) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the StoreType of the Store.
setStoreType(StoreType) - Method in interface com.bea.alcs.domain.store.Store
Sets the StoreType of the Store.
setStoreUid(Long) - Method in interface com.bea.alcs.domain.catalogview.DisplayableFilter
Set the UID of the store to get displayable products for.
setStoreUid(Long) - Method in class com.bea.alcs.domain.catalogview.impl.DisplayableFilterImpl
Set the UID of the store to get displayable products for.
setStoreUid(Long) - Method in interface com.bea.alcs.service.search.ProductCategorySearchCriteria
Sets the store UID.
setStoreUid(Long) - Method in class com.bea.alcs.service.search.query.AbstractProductCategorySearchCriteria
Sets the store UID.
setStoreUid(Long) - Method in class com.bea.alcs.service.search.query.ShippingLevelsSearchCriteriaImpl
setStreet1(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the streetname of this Address.
setStreet1(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the streetname of this Address.
setStreet1(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Sets the first part of the street address of this WarehouseAddress.
setStreet1(String) - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Sets the first part of the street address of this WarehouseAddress.
setStreet2(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the streetname of this Address.
setStreet2(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the streetname of this Address.
setStreet2(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Sets the second part of the street address of this WarehouseAddress.
setStreet2(String) - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Sets the second part of the street address of this WarehouseAddress.
setStringAttributeValue(Attribute, Locale, String) - Method in interface com.bea.alcs.domain.attribute.AttributeValueGroup
Set the attribute value of the domain object based on the given string value.
setStringAttributeValue(Attribute, Locale, String) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Set the attribute value of the domain object based on the given string value.
setStringProfileValue(String, String) - Method in interface com.bea.alcs.domain.customer.CustomerProfile
Set the customer profile value based on the given string value.
setStringProfileValue(String, String) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Set the customer profile value based on the given string value.
setStringValue(AttributeValueWithType, String) - Method in interface com.bea.alcs.domain.attribute.AttributeType
Sets the given attribute value with the given string value.
setStringValue(String) - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Set the value of the attribute based on the given string value.
setStringValue(AttributeValueWithType, String) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Set the given attribute value with the given string value.
setStringValue(String) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the value of the attribute based on the given string value.
setStringValue(Persistence, String, ImportGuidHelper) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.AbstractImportFieldPriceImpl
Set the string value of this ImportField (the price, in this field's currency).
setStringValue(Persistence, String, ImportGuidHelper) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl.ImportFieldProductDefaultCategory
Sets the product's primary category in the product's master catalog to the category with the given GUID.
setStringValue(Persistence, String, ImportGuidHelper) - Method in interface com.bea.alcs.domain.dataimport.ImportField
Sets the string value to the field of the given Persistence instance.
setSubCountries(Map<String, String>) - Method in interface com.bea.alcs.domain.shipping.Country
Returns a map of subcountries codes and their labels.
setSubCountries(Map<String, String>) - Method in class com.bea.alcs.domain.shipping.impl.CountryImpl
Returns a map of subcountries codes and their labels.
setSubCountry(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the state, province, or other region of the country for this Address.
setSubCountry(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the state or province of this Address.
setSubCountry(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the sub-country of this Store.
setSubCountry(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Sets the sub-country of this WarehouseAddress.
setSubCountry(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the sub-country of this Store.
setSubCountry(String) - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Sets the sub-country of this WarehouseAddress.
setSubCountryCode(String) - Method in interface com.bea.alcs.domain.misc.Country
 
setSubCountryCode(String) - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
setSubCountryCodeList(List<String>) - Method in class com.bea.alcs.domain.shipping.impl.RegionImpl
Set the region's subcountry code list.
setSubCountryCodeList(List<String>) - Method in interface com.bea.alcs.domain.shipping.Region
Set the region's subcountry code list.
setSubCountryName(String) - Method in interface com.bea.alcs.domain.misc.Country
 
setSubCountryName(String) - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
setSubject(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the subject.
setSubject(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the subject.
setSubject(String) - Method in interface com.bea.alcs.domain.misc.EmailProperties
Sets the subject of the email.
setSubject(String) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Sets the subject of the email.
setSubtotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the subtotal for this order shipment.
setSubtotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Sets the subtotal for this return.
setSubtotalDiscount(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the subtotal discount.
setSubtotalDiscount(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderShipment
Sets the subtotal discount.
setSubtotalDiscount(BigDecimal) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Applies a discount to the shopping cart subtotal.
setSubtotalDiscount(BigDecimal) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Applies a discount to the shopping cart subtotal.
setSubtotalDiscountInternal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Internal method for the persistence layer to set the subtotal discount.
setSuggestions(List<String>) - Method in class com.bea.alcs.domain.catalogview.search.impl.SearchResultImpl
Sets the list of alternate query suggestions.
setSuggestions(List<String>) - Method in interface com.bea.alcs.domain.catalogview.search.SearchResult
Sets the list of alternate query suggestions.
setSuggestionsGenerated(boolean) - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Sets whether or not suggestions were generated for this search.
setSuggestionsGenerated(boolean) - Method in interface com.bea.alcs.domain.search.SfSearchLog
Sets whether or not suggestions were generated for this search.
setSupportedCardTypes(List<String>) - Method in class com.bea.alcs.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
Set the card types supported by this payment gateway.
setSupportedCurrencies(Collection<Currency>) - Method in interface com.bea.alcs.domain.catalog.Catalog
Set the collection of Currencys that are supported by this catalog.
setSupportedCurrencies(Collection<Currency>) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Set the collection of Currencys that are supported by this Catalog.
setSupportedCurrencies(Collection<Currency>) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Set the unmodifiable collection of currencies that are supported by this data type.
setSupportedCurrencies(Collection<Currency>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Set the unmodifiable collection of currencies that are supported by this data type.
setSupportedCurrencies(Collection<Currency>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Set the unmodifiable collection of currencies that are supported by this data type.
setSupportedCurrencies(Collection<Currency>) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Set the unmodifiable collection of currencies that are supported by this data type.
setSupportedCurrencies(List<String>) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Set the currencies supported by this payment gateway.
setSupportedCurrencies(List<String>) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Set the currencies supported by this payment gateway.
setSupportedCurrenciesInternal(Set<CatalogCurrency>) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Set the supported currencies.
setSupportedLocales(Collection<Locale>) - Method in interface com.bea.alcs.domain.catalog.Catalog
Set the collection of locales that are supported by this catalog.
setSupportedLocales(Collection<Locale>) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Set the collection of locales that are supported by this catalog.
setSupportedLocales(Collection<Locale>) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Set the unmodifiable collection of locales that are supported by this data type.
setSupportedLocales(Collection<Locale>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Set the unmodifiable collection of locales that are supported by this data type.
setSupportedLocales(Collection<Locale>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Set the unmodifiable collection of locales that are supported by this data type.
setSupportedLocales(Collection<Locale>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Set the unmodifiable collection of locales that are supported by this data type.
setSupportedLocales(Collection<Locale>) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Set the unmodifiable collection of locales that are supported by this data type.
setSupportedLocales(Collection<Locale>) - Method in interface com.bea.alcs.domain.dataimport.ImportDataType
Set the unmodifiable collection of locales that are supported by this data type.
setSupportedLocalesInternal(Set<CatalogLocale>) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Set the supported locales in the form of CatalogLocale objects, which can be persisted.
setSynonym(String) - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
Sets the synonym.
setSynonym(String) - Method in interface com.bea.alcs.domain.search.Synonym
Sets the synonym.
setSynonymGroupService(SynonymGroupService) - Method in class com.bea.alcs.service.catalogview.impl.SearchServiceImpl
Sets the SynonymGroupService instance to use.
setSynonyms(String...) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Sets the synonyms to the given list of synonyms.
setSynonyms(List<Synonym>) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Sets the synonyms to the given list of synonyms.
setSynonyms(String...) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Sets the synonyms to the given list of synonyms.
setSynonyms(List<Synonym>) - Method in interface com.bea.alcs.domain.search.SynonymGroup
Sets the synonyms to the given list of synonyms.
setSynonymsInternal(Set<Synonym>) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Sets the set of synonyms for the concept term.
setSystem(boolean) - Method in interface com.bea.alcs.domain.attribute.Attribute
Set the system flag.
setSystem(boolean) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Set the system flag.
setTargetProduct(Product) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the target product.
setTargetProduct(Product) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the target product.
setTargetProduct(Product) - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
Sets The Target Product.
setTargetProductCode(String) - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
setTargetSku(ProductSku) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Set the specific SKU to be targeted by this association.
setTargetSku(ProductSku) - Method in interface com.bea.alcs.domain.catalog.ProductAssociation
Set the specific SKU to be targeted by this association.
setTax(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
setTax(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the tax amount.
setTax(BigDecimal) - Method in interface com.bea.alcs.domain.order.LineItem
 
setTax(BigDecimal) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
 
setTaxCalculationResult(TaxCalculationResult) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the tax calculation result.
setTaxCalculationResult(TaxCalculationResult) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Sets the tax calculation result.
setTaxCalculationService(TaxCalculationService) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the tax calculation service.
setTaxCalculationService(TaxCalculationService) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the tax calculation service.
setTaxCategoryDisplayName(String) - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Set the taxCategory display name in order locale.
setTaxCategoryDisplayName(String) - Method in interface com.bea.alcs.domain.order.OrderTaxValue
Set the taxCategory display name in order locale.
setTaxCategoryName(String) - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Set the taxCategory name.
setTaxCategoryName(String) - Method in interface com.bea.alcs.domain.order.OrderTaxValue
Set the taxCategory name.
setTaxCategorySet(Set<TaxCategory>) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Set the set of TaxCategory of this TaxJurisdiction.
setTaxCategorySet(Set<TaxCategory>) - Method in interface com.bea.alcs.domain.tax.TaxJurisdiction
Set the set of TaxCategory of this TaxJurisdiction.
setTaxCode(TaxCode) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the TaxCode associated with this Product.
setTaxCode(TaxCode) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the TaxCode associated with this ProductType.
setTaxCode(TaxCode) - Method in interface com.bea.alcs.domain.catalog.Product
Set the TaxCode associated with this ProductType.
setTaxCode(TaxCode) - Method in interface com.bea.alcs.domain.catalog.ProductType
Set the TaxCode associated with this ProductType.
setTaxCode(String) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Sets the tax code for this order SKU.
setTaxCode(String) - Method in interface com.bea.alcs.domain.order.OrderSku
Sets the tax code for this order SKU.
setTaxCode(TaxCode) - Method in class com.bea.alcs.domain.tax.impl.TaxValueImpl
Set the TaxCode associated with this TaxValue.
setTaxCode(TaxCode) - Method in interface com.bea.alcs.domain.tax.TaxValue
Set the TaxCode associated with this TaxValue.
setTaxCode(TaxCode) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the TaxCode associated with this ProductType.
setTaxCodePersistence(TaxCode) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Set the taxCode associated with this Product.
setTaxCodePersistence(TaxCode) - Method in interface com.bea.alcs.domain.catalog.Product
Set the taxCode associated with this Product.
setTaxCodePersistence(TaxCode) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Set the taxCode associated with this Product.
setTaxCodes(Set<TaxCode>) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets a set of tax codes for this Store.
setTaxCodes(Set<TaxCode>) - Method in interface com.bea.alcs.domain.store.Store
Sets a set of tax codes for this Store.
setTaxInclusive(boolean) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Sets whether or not the taxes were calculated for a price-inclusive tax jurisdiction.
setTaxInclusive(boolean) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Sets whether or not the taxes were calculated for a price-inclusive tax jurisdiction.
setTaxInItemPrice(Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Sets the total amount of tax included in the item prices.
setTaxInItemPrice(Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Sets the total amount of tax included in the item prices.
setTaxJurisdictions(Set<TaxJurisdiction>) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets a set of tax jurisdictions for this Store.
setTaxJurisdictions(Set<TaxJurisdiction>) - Method in interface com.bea.alcs.domain.store.Store
Sets a set of tax jurisdictions for this Store.
setTaxJurisdictionService(TaxJurisdictionService) - Method in class com.bea.alcs.service.tax.impl.DefaultTaxCalculationServiceImpl
Sets the TaxJurisdictionService.
setTaxRegionSet(Set<TaxRegion>) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Set the set of TaxRegion of this TaxCategory.
setTaxRegionSet(Set<TaxRegion>) - Method in interface com.bea.alcs.domain.tax.TaxCategory
Set the set of TaxRegion of this TaxCategory.
setTaxTotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
setTaxValue(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Set the tax value.
setTaxValue(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderTaxValue
Set the tax value.
setTaxValue(BigDecimal) - Method in class com.bea.alcs.domain.tax.impl.TaxValueImpl
setTaxValue(BigDecimal) - Method in interface com.bea.alcs.domain.tax.TaxValue
 
setTaxValue(TaxCategory, Money) - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Sets the amount of tax that will be charged for the specified TaxCategory.
setTaxValue(TaxCategory, Money) - Method in interface com.bea.alcs.service.tax.TaxCalculationResult
Sets the amount of tax that will be charged for the specified TaxCategory.
setTaxValueSet(Set<TaxValue>) - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Set tax value set.
setTaxValuesMap(Map<String, TaxValue>) - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Set tax values map where String key is TaxCode code and TaxValue value is the value.
setTaxValuesMap(Map<String, TaxValue>) - Method in interface com.bea.alcs.domain.tax.TaxRegion
Set tax values map where String key is TaxCode code and TaxValue value is the value.
setTemplate(String) - Method in interface com.bea.alcs.domain.catalog.CategoryType
Set the template.
setTemplate(String) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Set the template.
setTemplate(String) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Set the template.
setTemplate(String) - Method in interface com.bea.alcs.domain.catalog.ProductType
Set the template.
setTemplateResources(Map<String, Object>) - Method in interface com.bea.alcs.domain.misc.EmailProperties
Sets the template resource for the EmailProperties.
setTemplateResources(Map<String, Object>) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Sets the template resource for the EmailProperties.
setTermURL(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthenticationEnrollmentResultImpl
Sets the termURL for return.
setTermURL(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthenticationEnrollmentResult
Sets the termURL for return.
setTextOnly(Boolean) - Method in interface com.bea.alcs.domain.misc.EmailProperties
Sets if text template should be used.
setTextOnly(Boolean) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Sets if text template should be used.
setTextTemplate(String) - Method in interface com.bea.alcs.domain.misc.EmailProperties
Sets path and filename of the text template used for rendering an email.
setTextTemplate(String) - Method in class com.bea.alcs.domain.misc.impl.EmailPropertiesImpl
Sets path and filename of the text template used for rendering an email.
setTheme(String) - Method in interface com.bea.alcs.domain.catalog.GiftCertificate
 
setTheme(String) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
 
setTimeService(TimeService) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Sets the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.catalogview.impl.SearchServiceImpl
Sets the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Set the time service.
setTimeService(TimeService) - Method in interface com.bea.alcs.service.order.OrderLockService
Set the time service.
setTimeService(TimeService) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Set the time service.
setTimeService(TimeService) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Sets the TimeService instance to use.
setTimeService(TimeService) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Set the time service.
setTimeService(TimeService) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Sets the time service.
setTimeZone(TimeZone) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets time time zone of the Store.
setTimeZone(TimeZone) - Method in interface com.bea.alcs.domain.store.Store
Sets time time zone of the Store.
setTitle(String) - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Sets the title.
setTitle(String) - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Sets the title.
setTitle(String) - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Set the event title.
setTitle(String) - Method in interface com.bea.alcs.domain.order.OrderEvent
Set the event title.
setToBeNotified(boolean) - Method in interface com.bea.alcs.domain.customer.Customer
Set whether the user wishes to be notified of news.
setToBeNotified(boolean) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Set whether the user wishes to be notified of news.
setToDate(Date) - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Set the date to which purchases should be retrieved.
setToDate(Date) - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Set the date to which purchases should be retrieved.
setToken(String) - Method in class com.bea.alcs.domain.payment.impl.PayPalExpressSessionImpl
 
setToken(String) - Method in interface com.bea.alcs.domain.payment.PayPalExpressSession
 
setToName(String) - Method in class com.bea.alcs.commons.util.impl.MailMessageImpl
Sets the TO name.
setToName(String) - Method in interface com.bea.alcs.commons.util.MailMessage
Sets the TO name.
setTopSellerProducts(Map<Long, TopSellerProduct>) - Method in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Sets the top seller products.
setTopSellerProducts(Map<Long, TopSellerProduct>) - Method in interface com.bea.alcs.domain.catalog.TopSeller
Sets the top seller products.
setTopSellers(Set<TopSeller>) - Method in interface com.bea.alcs.domain.catalog.Category
Sets the top sellers for this category.
setTopSellers(Set<TopSeller>) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Sets the top sellers for this category.
setTopSellers(Set<TopSeller>) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Sets the top sellers for this category.
setTopSellers(List<StoreProduct>) - Method in interface com.bea.alcs.domain.catalogview.browsing.BrowsingResult
Sets a list of top selling products.
setTopSellers(List<StoreProduct>) - Method in class com.bea.alcs.domain.catalogview.browsing.impl.BrowsingResultImpl
Sets a list of top selling products.
setTopSellerService(TopSellerService) - Method in class com.bea.alcs.service.catalogview.impl.AbstractCatalogViewServiceImpl
Sets the TopSellerService instance to use.
setTotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the total cost of this order shipment.
setTotal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Set the order total paid by the customer.
setTotalRows(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set total number of rows.
setTotalRows(int) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Sets the total rows.
setTrackingCode(String) - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
 
setTrackingCode(String) - Method in interface com.bea.alcs.domain.order.PhysicalOrderShipment
 
setTransactionType(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Get the payment transaction type, i.e.
setTransactionType(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Get the payment transaction type, i.e.
setTransactionType(String) - Method in interface com.bea.alcs.domain.payment.GiftCertificateTransaction
Get the payment transaction type, i.e.
setTransactionType(String) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Get the payment transaction type, i.e.
setType(EventOriginatorType) - Method in interface com.bea.alcs.domain.event.EventOriginator
Set the event originator type.
setType(EventOriginatorType) - Method in class com.bea.alcs.domain.event.impl.EventOriginatorImpl
Set the event originator type.
setType(OrderShipment.ShipmentType) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Set the type of element.
setType(OrderShipment.ShipmentType) - Method in interface com.bea.alcs.domain.order.OrderShipment
Set the type of this order shipment, i.e.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Set the type of this payment gateway.
setType(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Set the type of element.
setType(String) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Set the type of element.
setType(String) - Method in interface com.bea.alcs.domain.rules.RuleElement
Set the type of action.
setType(String) - Method in interface com.bea.alcs.domain.rules.RuleException
Set the type of exception.
setType(String) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Set the type of shippingCostCalculationMethod.
setType(String) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationMethod
Set the type of shippingCostCalculationMethod.
setType(String) - Method in interface com.bea.alcs.domain.shoppingcart.CartItem
Set the type of action.
setType(String) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Set the type of element.
setUcafCollectionIndicator(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets UcafCollectionIndicator value.
setUcafCollectionIndicator(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets UcafCollectionIndicator value.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupAttributeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.AttributeGroupImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.CategoryAttributeValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.CategoryTypeAttributeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.CustomerProfileValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.ProductAttributeValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.ProductTypeProductAttributeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.ProductTypeSkuAttributeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.SkuAttributeValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.attribute.impl.TransientAttributeValueImpl
This setter should not be used for a transient attribute value.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CatalogCurrencyImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CatalogImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CatalogLocaleImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CategoryLocaleDependantFieldsImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductLocaleDependantFieldsImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceTierImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.SkuPriceTierImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerAddressImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.dataimport.impl.PriceTierAdaptorImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Sets the unique identifier.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderAddressImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderEventImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderLockImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in interface com.bea.alcs.domain.Persistence
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
Sets the uidPk for the viewed product.
setUidPk(long) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.store.impl.CreditCardTypeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.store.impl.WarehouseImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.domain.tax.impl.TaxValueImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.service.catalogview.impl.AbstractWrappedProductImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.bea.alcs.service.search.AbstractSearchCriteriaImpl
Sets the unique identifier for this domain model object.
setUnencryptedCardNumber(String) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Set the credit card number.
setUnencryptedCardNumber(String) - Method in interface com.bea.alcs.domain.order.OrderPayment
Set the credit card number.
setUnitPrice(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the unit price for this sku.
setUnitPrice(BigDecimal) - Method in interface com.bea.alcs.domain.order.OrderSku
Set the unit price for this sku.
setUnitPriceInternal(BigDecimal) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Set the unit price for this sku.
setUpdateType(UpdateType) - Method in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
Sets the type of notification.
setUpdateType(UpdateType) - Method in interface com.bea.alcs.domain.search.IndexNotification
Sets the type of notification.
setUpperValue(E) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractRangeFilterImpl
Set the upper value for the range.
setUpperValue(E) - Method in interface com.bea.alcs.domain.catalogview.RangeFilter
Set the upper value for the range.
setUrl(String) - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
Sets the url.
setUrl(String) - Method in interface com.bea.alcs.domain.catalog.LocaleDependantFields
Sets the url.
setUrl(String) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the url of the Store.
setUrl(String) - Method in interface com.bea.alcs.domain.store.Store
Sets the url of the Store.
setUrlFragmentWithoutThisCrumb(String) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest.Breadcrumb
Sets the Url fragment without this crumb.
setUrlFragmentWithoutThisCrumb(String) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl.BreadcrumbImpl
Sets the url without this crumb.
setUrlFramgent(String) - Method in interface com.bea.alcs.domain.catalogview.CatalogViewRequest.Breadcrumb
Sets the Url fragment to this crumb.
setUrlFramgent(String) - Method in class com.bea.alcs.domain.catalogview.impl.AbstractCatalogViewRequestImpl.BreadcrumbImpl
Sets the url down to this filter.
setUrlPattern(String) - Method in class com.bea.alcs.commons.filter.impl.CachingControlFilter.CachingControlEntry
Sets the url pattern.
setUserId(String) - Method in interface com.bea.alcs.domain.customer.Customer
Sets the user identifier for this Customer.
setUserId(String) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Sets the user identifier for this Customer.
setUserId(String) - Method in class com.bea.alcs.domain.order.impl.PurchaseHistorySearchCriteriaImpl
Set the id of the customer who made the purchases.
setUserId(String) - Method in interface com.bea.alcs.domain.order.PurchaseHistorySearchCriteria
Set the id of the customer who made the purchases.
setUserId(String) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the user Id.
setUserIdAndEmailMutualSearch(boolean) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Sets the boolean value for enabling/disabling mutual term search on both userId and email fields.
setUserIdentityService(UserIdentityService) - Method in interface com.bea.alcs.service.customer.CustomerService
Set the userIdentityService instance.
setUserIdentityService(UserIdentityService) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Set the userIdentityService instance.
setUserIdMode(int) - Method in interface com.bea.alcs.domain.ElasticPath
Set user Id mode.
setUserIdMode(int) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Set user Id mode.
setUserName(String) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the user name for this CmUser.
setUserName(String) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the user name for this CmUser.
setUserName(String) - Method in interface com.bea.alcs.domain.FileSystemConnectionInfo
Set the user name for the connection.
setUserName(String) - Method in class com.bea.alcs.domain.impl.FileSystemConnectionInfoImpl
Set the user name for the connection.
setUserPermissions(Set<UserPermission>) - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
Sets the Permissions associated with this UserRole.
setUserPermissions(Set<UserPermission>) - Method in interface com.bea.alcs.domain.cmuser.UserRole
Sets the Permissions associated with this UserRole.
setUserRoles(Collection<UserRole>) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets the UserRoles associated with this CmUser.
setUserRoles(Collection<UserRole>) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets the UserRoles associated with this CmUser.
setUtility(Utility) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Set the utility (used to make friendly urls).
setUtility(Utility) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
 
setUtility(Utility) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Set the utility class.
setUtility(Utility) - Method in interface com.bea.alcs.service.catalog.TopSellerService
Set the utility class.
setUtility(Utility) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Sets the utility.
setUtility(Utility) - Method in interface com.bea.alcs.service.payment.GiftCertificateTransactionService
 
setUtility(Utility) - Method in class com.bea.alcs.service.payment.impl.GiftCertificateTransactionServiceImpl
setUtility(Utility) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
 
setUtility(Utility) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
 
setValidateCvv2(boolean) - Method in interface com.bea.alcs.domain.payment.CreditCardPaymentGateway
Set whether the payment gateway should validate the Cvv2.
setValidateCvv2(boolean) - Method in class com.bea.alcs.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
Set whether the payment gateway should validate the Cvv2.
setValidated(boolean) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets the validated boolean value.
setValidated(boolean) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets the validated boolean value.
setValue(AttributeValueWithType, Object) - Method in interface com.bea.alcs.domain.attribute.AttributeType
Sets the given value object to the given attribute value instance.
setValue(int) - Method in interface com.bea.alcs.domain.attribute.AttributeUsage
Sets the attribute usage value.
setValue(Object) - Method in interface com.bea.alcs.domain.attribute.AttributeValue
Set the value of the attribute.
setValue(AttributeValueWithType, Object) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Set the given value object to the given attribute value instance.
setValue(Object) - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Set the value of the attribute.
setValue(int) - Method in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Sets the attribute usage value.
setValue(String, Locale, String) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
Sets the given value with the given property and locale.
setValue(String) - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
Set the value.
setValue(BigDecimal, Currency) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Set the value that this object represents.
setValue(float, Currency) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Set the value that this object represents.
setValue(String, Locale, String) - Method in interface com.bea.alcs.domain.misc.LocalizedProperties
Sets the given value with the given property and locale.
setValue(String) - Method in interface com.bea.alcs.domain.misc.LocalizedPropertyValue
Set the value.
setValue(BigDecimal, Currency) - Method in interface com.bea.alcs.domain.misc.Money
Set the value that this object represents.
setValue(float, Currency) - Method in interface com.bea.alcs.domain.misc.Money
Set the value that this object represents.
setValue(String) - Method in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
Sets the value of this property.
setValue(String) - Method in interface com.bea.alcs.domain.payment.PaymentGatewayProperty
Sets the value of this property.
setValue(String) - Method in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
Set the parameter value.
setValue(String) - Method in interface com.bea.alcs.domain.rules.RuleParameter
Set the parameter value.
setValue(String) - Method in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
Set the parameter value.
setValue(String) - Method in interface com.bea.alcs.domain.shipping.ShippingCostCalculationParameter
Set the parameter value.
setValueLookupEnabled(boolean) - Method in interface com.bea.alcs.domain.attribute.Attribute
Sets whether or not the user will have the option of selecting from previously existing values when editing an attribute.
setValueLookupEnabled(boolean) - Method in class com.bea.alcs.domain.attribute.impl.AttributeImpl
Sets whether or not the user will have the option of selecting from previously existing values when editing an attribute.
setVelocityEngine(VelocityEngine) - Method in class com.bea.alcs.service.misc.impl.EmailServiceImpl
Set the velocity engine.
setVersion(int) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Sets version of this order return.
setVersion(int) - Method in interface com.bea.alcs.domain.order.OrderReturn
Sets version of this order return.
setVirtual(boolean) - Method in interface com.bea.alcs.domain.catalog.Category
Set the indicator of whether this is a virtual category.
setVirtual(boolean) - Method in class com.bea.alcs.domain.catalog.impl.CategoryImpl
Set the indicator of whether this is a virtual category.
setVirtual(boolean) - Method in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
Set the indicator of whether this is a virtual category.
setWarehouse(Warehouse) - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Set the warehouse for import job.
setWarehouse(Warehouse) - Method in interface com.bea.alcs.domain.dataimport.ImportJob
Set the warehouse for import job.
setWarehouse(Warehouse) - Method in class com.bea.alcs.domain.order.impl.PickListImpl
 
setWarehouse(Warehouse) - Method in interface com.bea.alcs.domain.order.PickList
 
setWarehouseCode(String) - Method in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
Sets the warehouse code.
setWarehouseCode(String) - Method in interface com.bea.alcs.domain.order.InventoryAllocation
Sets the warehouse code.
setWarehouses(Set<Warehouse>) - Method in interface com.bea.alcs.domain.cmuser.CmUser
Sets accessible warehouses for the user.
setWarehouses(Set<Warehouse>) - Method in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
Sets accessible warehouses for the user.
setWarehouses(List<Warehouse>) - Method in class com.bea.alcs.domain.store.impl.StoreImpl
Sets the list of Warehouses for the Store.
setWarehouses(List<Warehouse>) - Method in interface com.bea.alcs.domain.store.Store
Sets the list of Warehouses for the Store.
setWarehouseService(WarehouseService) - Method in class com.bea.alcs.service.catalog.impl.InventoryServiceImpl
Sets the warehouse service.
setWarehouseService(WarehouseService) - Method in class com.bea.alcs.service.order.impl.AllocationServiceImpl
 
setWarehouseService(WarehouseService) - Method in class com.bea.alcs.service.order.impl.OrderAllocationProcessorImpl
Set the warehouse service.
setWarehouseUid(Long) - Method in class com.bea.alcs.domain.catalog.impl.InventoryImpl
Sets warehouseUid associated with inventory.
setWarehouseUid(Long) - Method in interface com.bea.alcs.domain.catalog.Inventory
Sets warehouseUid associated with inventory.
setWarehouseUid(long) - Method in class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Sets the warehouse uid.
setWebInfPath(String) - Method in interface com.bea.alcs.domain.ElasticPath
Set the absolute path to the WEB-INF directory.
setWebInfPath(String) - Method in class com.bea.alcs.domain.impl.ElasticPathImpl
Set the absolute path to the WEB-INF directory.
setWeight(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the weight.
setWeight(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the weight.
setWeight(int) - Method in class com.bea.alcs.domain.order.impl.OrderSkuImpl
Sets the shipping weight.
setWeight(int) - Method in interface com.bea.alcs.domain.order.OrderSku
Sets the shipping weight.
setWidth(BigDecimal) - Method in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
Sets the width.
setWidth(BigDecimal) - Method in interface com.bea.alcs.domain.catalog.ProductSku
Sets the width.
setWishListItems(List<CartItem>) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Set the wishList items in the shopping cart.
setWishListItems(List<CartItem>) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Set the wish list items in the shopping cart.
setWithinCatalogOnly(boolean) - Method in class com.bea.alcs.service.search.query.ProductAssociationSearchCriteria
 
setWithMultipleSkus(boolean) - Method in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
Sets the multiple sku flag.
setWithMultipleSkus(boolean) - Method in interface com.bea.alcs.domain.catalog.ProductType
Sets multiple sku flag.
setXID(String) - Method in class com.bea.alcs.domain.misc.impl.PayerAuthValidationValueImpl
Sets XID value.
setXID(String) - Method in interface com.bea.alcs.domain.misc.PayerAuthValidationValue
Sets XID value.
setZipOrPostalCode(String) - Method in interface com.bea.alcs.domain.customer.Address
Sets the zip/postal code of this Address.
setZipOrPostalCode(String) - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
Sets the zip/postal code of this Address.
setZipOrPostalCode(String) - Method in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
Sets the zip or postal code of this WarehouseAddress.
setZipOrPostalCode(String) - Method in interface com.bea.alcs.domain.store.WarehouseAddress
Sets the zip or postal code of this WarehouseAddress.
setZipOrPostalCode(String) - Method in class com.bea.alcs.service.search.query.CustomerSearchCriteria
Gets zip or postal code depending on the applicability.
SF_SEARCH_LOG - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.SfSearchLog.
SfSearchLog - Interface in com.bea.alcs.domain.search
Represents the persistent log information about a search query that has been issued to the storefront.
SfSearchLogImpl - Class in com.bea.alcs.domain.search.impl
The default implementation of SfSearchLog.
SfSearchLogImpl() - Constructor for class com.bea.alcs.domain.search.impl.SfSearchLogImpl
 
SfSearchLogService - Interface in com.bea.alcs.service.catalogview
A description of an interface that persists and retrieves SfSearchLog objects.
SfSearchLogServiceImpl - Class in com.bea.alcs.service.catalogview.impl
A default implementation of SfSearchLogService.
SfSearchLogServiceImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.SfSearchLogServiceImpl
 
SHIPMENT_STATUS - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Shipment status.
SHIPMENT_ZIPCODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Shipment code.
SHIPPING_AMOUNT_DISCOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl.
SHIPPING_COST_CALCULATION_METHOD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.ShippingCostCalculationMethod.
SHIPPING_COST_CALCULATION_PARAMETER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.ShippingCostCalculationParameter.
SHIPPING_COST_PER_UNIT_WEIGHT_METHOD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.impl.CostPerUnitWeightMethodImpl.
SHIPPING_FIXED_BASE_COST_PER_UNIT_WEIGHT_METHOD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl.
SHIPPING_FIXED_BASE_TOTAL_PERCENT_METHOD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl.
SHIPPING_FIXED_PRICE_METHOD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.impl.FixedPriceMethodImpl.
SHIPPING_PERCENT_DISCOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl.
SHIPPING_REGION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.ShippingRegion.
SHIPPING_REGION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.ShippingREgionService.
SHIPPING_SERVICE_LEVEL - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.ShippingServiceLevel.
SHIPPING_SERVICE_LEVEL_ID_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Shipping service level UID.
SHIPPING_SERVICE_LEVEL_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.ShippingServiceLevelService.
SHIPPING_TOTAL_PERCENT_METHOD - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shipping.impl.OrderTotalPercentageMethodImpl.
ShippingAmountDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts shipping cost by a given amount.
ShippingAmountDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
 
ShippingCostCalculationMethod - Interface in com.bea.alcs.domain.shipping
A shippingCostCalculationMethod represents a method to be used for shipping cost calculation.
ShippingCostCalculationParameter - Interface in com.bea.alcs.domain.shipping
Represents a parameter of a shipping cost calculation method, such as the dollar value of the fix base shipping cost.
ShippingCostCalculationParameterImpl - Class in com.bea.alcs.domain.shipping.impl
Represents a parameter of a shipping cost calculation method, such as the dollar value of the fix base shipping cost.
ShippingCostCalculationParameterImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
 
ShippingCostCalculationParametersEnum - Enum in com.bea.alcs.domain.shipping
This enum represents constants for parameter keys.
ShippingLevelsSearchCriteriaImpl - Class in com.bea.alcs.service.search.query
Represents criteria for shipping service levels filtering.
ShippingLevelsSearchCriteriaImpl() - Constructor for class com.bea.alcs.service.search.query.ShippingLevelsSearchCriteriaImpl
 
ShippingPercentDiscountActionImpl - Class in com.bea.alcs.domain.rules.impl
Rule action that discounts shipping cost by a given percentage.
ShippingPercentDiscountActionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
 
ShippingRegion - Interface in com.bea.alcs.domain.shipping
A ShippingRegion represents a region that will be associated with one or more shipping services.
ShippingRegionExistException - Exception in com.bea.alcs.service.shipping
The exception for shipping region with a certain name already exists.
ShippingRegionExistException(String) - Constructor for exception com.bea.alcs.service.shipping.ShippingRegionExistException
Creates a new ShippingRegionExistException object with the given message.
ShippingRegionExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.shipping.ShippingRegionExistException
Creates a new ShippingRegionExistException object using the given message and cause exception.
ShippingRegionImpl - Class in com.bea.alcs.domain.shipping.impl
A ShippingRegion represents a region that will be associated with one or more shipping services.
ShippingRegionImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
 
ShippingRegionService - Interface in com.bea.alcs.service.shipping
Provide shipping service level-related business service.
ShippingRegionServiceImpl - Class in com.bea.alcs.service.shipping.impl
Provide shipping region-related business service.
ShippingRegionServiceImpl() - Constructor for class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
 
ShippingServiceLevel - Interface in com.bea.alcs.domain.shipping
A ShippingServiceLevel represents a shipping option assoicated with a shipping region.
ShippingServiceLevelImpl - Class in com.bea.alcs.domain.shipping.impl
A ShippingRegion represents a region that will be associated with one or more shipping services.
ShippingServiceLevelImpl() - Constructor for class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
 
ShippingServiceLevelService - Interface in com.bea.alcs.service.shipping
Provide ShippingServiceLevel-related business service.
ShippingServiceLevelServiceImpl - Class in com.bea.alcs.service.shipping.impl
Provide shipping service level-related business service.
ShippingServiceLevelServiceImpl() - Constructor for class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
 
SHOPPING_CART - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.ShoppingCart.
SHOPPING_CART - Static variable in class com.bea.alcs.commons.constants.WebConstants
ShoppingCart object.
SHOPPING_CART_ITEM - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shoppingcart.ShoppingCartItem.
SHOPPING_CART_MEMENTO - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for com.bea.alcs.domain.shoppingcart.ShoppingCartMemento.
SHOPPING_CART_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.ShoppingCartService.
ShoppingCart - Interface in com.bea.alcs.domain.shoppingcart
ShoppingCart represents a shopping cart of a Customer.
ShoppingCartImpl - Class in com.bea.alcs.domain.shoppingcart.impl
A Shopping Cart contains both transient and persistable data.
ShoppingCartImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Default Constructor.
ShoppingCartItem - Interface in com.bea.alcs.domain.shoppingcart
Represents a ShoppingCartItem (not a WishListItem or a GiftCertificateItem).
ShoppingCartItemImpl - Class in com.bea.alcs.domain.shoppingcart.impl
A ShoppingCartItem represents a quantity of SKUs in a shopping cart.
ShoppingCartItemImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartItemImpl
 
ShoppingCartMemento - Interface in com.bea.alcs.domain.shoppingcart
ShoppingCartMemento represents the persistable portion of a Customer's shopping cart.
ShoppingCartMementoImpl - Class in com.bea.alcs.domain.shoppingcart.impl
The default implementation of ShoppingCartMemento.
ShoppingCartMementoImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
Default Constructor.
ShoppingCartService - Interface in com.bea.alcs.service.shoppingcart
Provide customer-session related business service.
ShoppingCartServiceImpl - Class in com.bea.alcs.service.shoppingcart.impl
Service for retrieving and saving Shopping Carts.
ShoppingCartServiceImpl() - Constructor for class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
 
SHORT_TEXT - Static variable in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Text short attribute type contains 255 characters or less.
SHORT_TEXT_MAX_LENGTH - Static variable in class com.bea.alcs.commons.constants.GlobalConstants
Short text maximum length.
SHORT_TEXT_MULTI_VALUE_SEPERATOR - Static variable in class com.bea.alcs.commons.constants.ImportConstants
Seperator for multi values in the short text type.
SHORT_TEXT_TYPE_ID - Static variable in interface com.bea.alcs.domain.attribute.AttributeType
Attribute type id for short text.
SIGN_IN_FORM_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.formBean.SignInFormBean.
SINGLE_UNIT - Static variable in class com.bea.alcs.domain.search.IndexNotification.AffectedEntityType
Notification of a single item to be updated.
SingleStoreSeoUrlBuilderImpl - Class in com.bea.alcs.domain.catalogview.impl
Delegates all the calls to the SEO URL builder.
SingleStoreSeoUrlBuilderImpl() - Constructor for class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
 
sitemap(SitemapRequest, ShoppingCart, StoreProductLoadTuner) - Method in class com.bea.alcs.service.catalogview.impl.SitemapServiceImpl
Retrieves sitemap listing based on the given sitemap request and returns the sitemap result.
sitemap(SitemapRequest, ShoppingCart, StoreProductLoadTuner) - Method in interface com.bea.alcs.service.catalogview.SitemapService
Retrieves sitemap listing based on the given sitemap request and returns the sitemap result.
SITEMAP_REQUEST - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.sitemap.SitemapRequest.
SITEMAP_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalogview.sitemap.SitemapResult.
SitemapRequest - Interface in com.bea.alcs.domain.catalogview.sitemap
Represents a request for a certain section of the sitemap.
SitemapRequestImpl - Class in com.bea.alcs.domain.catalogview.sitemap.impl
Default implementation of SitemapRequest.
SitemapRequestImpl() - Constructor for class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapRequestImpl
 
SitemapResult - Interface in com.bea.alcs.domain.catalogview.sitemap
Represents the result returned for a certain SitemapRequest.
SitemapResultImpl - Class in com.bea.alcs.domain.catalogview.sitemap.impl
Default implementation of SitemapResult.
SitemapResultImpl() - Constructor for class com.bea.alcs.domain.catalogview.sitemap.impl.SitemapResultImpl
Default constructor.
sitemapSeoUrl(Category, Brand, Locale, int) - Method in class com.bea.alcs.domain.catalogview.impl.MultiStoreSeoUrlBuilderImpl
Returns the localized seo url for this sitemap result corresponding to the desired page number.
sitemapSeoUrl(Category, Brand, Locale, int) - Method in class com.bea.alcs.domain.catalogview.impl.SeoUrlBuilderImpl
Returns the localized seo url for this sitemap result corresponding to the desired page number.
sitemapSeoUrl(Category, Brand, Locale, int) - Method in class com.bea.alcs.domain.catalogview.impl.SingleStoreSeoUrlBuilderImpl
Returns the localized seo url for this sitemap result corresponding to the desired page number.
sitemapSeoUrl(Category, Brand, Locale, int) - Method in interface com.bea.alcs.domain.catalogview.SeoUrlBuilder
Returns the localized seo url for this sitemap result corresponding to the desired page number.
SitemapService - Interface in com.bea.alcs.service.catalogview
Provide sitemap service.
SitemapServiceImpl - Class in com.bea.alcs.service.catalogview.impl
Represents a default implementation of SitemapService.
SitemapServiceImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.SitemapServiceImpl
 
size() - Method in interface com.bea.alcs.domain.catalogview.CatalogViewResultHistory
Returns the size of catalog view results.
size() - Method in class com.bea.alcs.domain.catalogview.impl.CatalogViewResultHistoryImpl
Returns the size of catalog view results.
size() - Method in class com.bea.alcs.service.search.query.FilteredSearchCriteria
Returns the number of criteria's in this filtered criteria.
SKU - Static variable in interface com.bea.alcs.domain.attribute.AttributeUsage
Sku attribute usage id.
SKU_AMOUNT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.SkuAmountDiscountAction.
SKU_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Sku code.
SKU_CODE_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
SKU code.
SKU_CONFIGURATION_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.sfweb.ajax.bean.SkuConfigurationBean.
SKU_CONFIGURATION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.UserRoleService.
SKU_EXCEPTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.SkuException.
SKU_OPTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.skuConfiguration.SkuOption.
SKU_OPTION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.SkuOptionService.
SKU_OPTION_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.skuConfiguration.SkuOptionValue.
SKU_OPTION_VALUE_JPA_ADAPTOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.skuConfiguration.impl.JpaAdaptorOfSkuOptionValueImpl.
SKU_PERCENT_ACTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.rules.SkuPercentDiscountAction.
SKU_PRICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.SkuPriceImpl.
SKU_PRICE_TIER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.SkuPriceTierImpl.
SKU_SELECTION_BEAN - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.cmweb.formBean.ImportStep6FormBean.
SKU_USAGE - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
The sku usage.
SkuAttributeValueImpl - Class in com.bea.alcs.domain.attribute.impl
Class required for JPA persistence mapping.
SkuAttributeValueImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.SkuAttributeValueImpl
 
SkuConfigurationDao - Interface in com.bea.alcs.persistence
This DAO encapsulates dynamically generated HQL queries used by the SkuConfigurationService.
SkuConfigurationDaoImpl - Class in com.bea.alcs.persistence.impl
This DAO encapsulates dynamically generated HQL queries used by the SkuConfigurationService.
SkuConfigurationDaoImpl() - Constructor for class com.bea.alcs.persistence.impl.SkuConfigurationDaoImpl
 
SkuExceptionImpl - Class in com.bea.alcs.domain.rules.impl
Rule exception that excludes a product sku to be qualified for a rule condition or a rule action.
SkuExceptionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.SkuExceptionImpl
 
skuExists(Collection<String>, long) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Checks to see if any of the given SKU codes exist.
skuExists(Collection<String>, long) - Method in interface com.bea.alcs.service.catalog.ProductSkuService
Checks to see if any of the given SKU codes exist.
SkuInCartConditionImpl - Class in com.bea.alcs.domain.rules.impl
Rule condition that requires a particular SKU to be in the shopping cart.
SkuInCartConditionImpl() - Constructor for class com.bea.alcs.domain.rules.impl.SkuInCartConditionImpl
 
SkuOption - Interface in com.bea.alcs.domain.skuconfiguration
Represents a SKU option that can be configured.
SkuOptionImpl - Class in com.bea.alcs.domain.skuconfiguration.impl
Represents a SKU option that can be configured.
SkuOptionImpl() - Constructor for class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
 
SkuOptionKeyExistException - Exception in com.bea.alcs.service.catalog
The exception for a sku option key that already exists.
SkuOptionKeyExistException(String) - Constructor for exception com.bea.alcs.service.catalog.SkuOptionKeyExistException
Creates a new SkuOptionKeyExistException object with the given message.
SkuOptionKeyExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.catalog.SkuOptionKeyExistException
Creates a new SkuOptionKeyExistException object using the given message and cause exception.
SkuOptionService - Interface in com.bea.alcs.service.catalog
Provide sku option related business service.
SkuOptionServiceImpl - Class in com.bea.alcs.service.catalog.impl
Default implementation for SkuOptionService.
SkuOptionServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
 
SkuOptionValue - Interface in com.bea.alcs.domain.skuconfiguration
Represents an available option value for a SKU option.
SkuOptionValueImpl - Class in com.bea.alcs.domain.skuconfiguration.impl
Represents an available option value for a SKU option.
SkuOptionValueImpl() - Constructor for class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
 
SkuPrice - Interface in com.bea.alcs.domain.catalog
A product sku price.
SkuPriceImpl - Class in com.bea.alcs.domain.catalog.impl
A SKU Price class.
SkuPriceImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
 
SkuPriceTierImpl - Class in com.bea.alcs.domain.catalog.impl
Class required for JPA persistence mapping.
SkuPriceTierImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.SkuPriceTierImpl
 
SOLR_HOME_DIR - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Directory for SOLR configuration and index storage under WEB-INF.
SOLR_SEARCH_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.index.SolrIndexSearchResult.
SolrFacetAdapter - Class in com.bea.alcs.service.search.solr
Converts between EP's filters and Solr's facets and back again.
SolrFacetAdapter() - Constructor for class com.bea.alcs.service.search.solr.SolrFacetAdapter
 
SolrIndexConstants - Class in com.bea.alcs.service.search.solr
Contains all constants used in Lucene index.
SolrIndexConstants() - Constructor for class com.bea.alcs.service.search.solr.SolrIndexConstants
 
SolrIndexSearcherImpl - Class in com.bea.alcs.service.search.solr
Data access for the SOLR index.
SolrIndexSearcherImpl() - Constructor for class com.bea.alcs.service.search.solr.SolrIndexSearcherImpl
 
SolrIndexSearchResult - Class in com.bea.alcs.service.search.solr.query
A SOLR implementation of IndexSearchResult.
SolrIndexSearchResult() - Constructor for class com.bea.alcs.service.search.solr.query.SolrIndexSearchResult
 
SolrIndexSearchServiceImpl - Class in com.bea.alcs.service.search.solr.query
Provides an implentation of the IndexSearchService that searches Solr indexes.
SolrIndexSearchServiceImpl() - Constructor for class com.bea.alcs.service.search.solr.query.SolrIndexSearchServiceImpl
 
SolrManager - Interface in com.bea.alcs.service.search.solr
Service to handle SOLR object delegation.
SolrQueryFactory - Interface in com.bea.alcs.service.search.solr
Factory interface.
SolrQueryFactoryImpl - Class in com.bea.alcs.service.search.solr
Factory class to create SOLR queries.
SolrQueryFactoryImpl() - Constructor for class com.bea.alcs.service.search.solr.SolrQueryFactoryImpl
 
SolrSpellIndexSearcherImpl - Class in com.bea.alcs.service.search.solr
Default implementation of SpellIndexSearcher.
SolrSpellIndexSearcherImpl() - Constructor for class com.bea.alcs.service.search.solr.SolrSpellIndexSearcherImpl
 
SomeEmailServiceImpl - Class in com.bea.alcs.service.misc.impl
Redirector to the remote email service.
SomeEmailServiceImpl() - Constructor for class com.bea.alcs.service.misc.impl.SomeEmailServiceImpl
 
SortBy - Enum in com.bea.alcs.service.search.query
Represents different types of sorts within a Product search.
sortDomainList(List<Long>, Collection<T>) - Method in interface com.bea.alcs.service.search.solr.IndexUtility
Sorts a list of Persistence objects such that they are in the same order as the given uidList.
sortDomainList(List<Long>, Collection<T>) - Method in class com.bea.alcs.service.search.solr.IndexUtilityImpl
Sorts a list of Persistence objects such that they are in the same order as the given uidList.
SortOrder - Enum in com.bea.alcs.service.search.query
Represents the order of the sorting.
SortUtility - Class in com.bea.alcs.domain.catalogview
Provides utility methods for sorting in the SF.
SPELL_CHECKER - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
The name of the SOLR spell checker request handler.
SpellIndexSearcher - Interface in com.bea.alcs.service.search
An interface that describes a way to access a spelling index to determine if a word exists, or suggest words similar to a provided word.
SpellingConstants - Interface in com.bea.alcs.service.search.solr
Constants for the EP Spelling handler.
SpellingConstants.SpellingCmds - Interface in com.bea.alcs.service.search.solr
Commands that can be passed to the EP spelling handler.
SpellingConstants.SpellingParams - Interface in com.bea.alcs.service.search.solr
Parameters that can be passed to the EP spelling handler.
SpellSuggestionSearchCriteria - Interface in com.bea.alcs.service.search
Represents a SearchCriteria that has keywords.
START_DATE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Start date.
STATUS_ACTIVE - Static variable in interface com.bea.alcs.domain.customer.Customer
The status - Active.
STATUS_DISABLED - Static variable in interface com.bea.alcs.domain.customer.Customer
The status - Disabled.
STATUS_PENDING_APPROVAL - Static variable in interface com.bea.alcs.domain.customer.Customer
The status - Pending Approval.
STORE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.store.Store.
STORE - Static variable in class com.bea.alcs.domain.search.IndexNotification.AffectedEntityType
Notification of all items within the store to be updated.
Store - Interface in com.bea.alcs.domain.store
Store represents a store made available to customers.
STORE_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Store Code.
STORE_FOR_EDIT - Static variable in class com.bea.alcs.persistence.support.FetchGroupConstants
Fetch group for retrieving store to edit.
STORE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.store.StoreService.
StoreConfig - Interface in com.bea.alcs.service.catalogview
Encapsulates a store configuration.
StoreImpl - Class in com.bea.alcs.domain.store.impl
Implementation of Store.java that takes into account special persistence-layer restrictions.
StoreImpl() - Constructor for class com.bea.alcs.domain.store.impl.StoreImpl
 
storeInUse(long) - Method in class com.bea.alcs.service.store.impl.StoreServiceImpl
Check if store in use.
storeInUse(long) - Method in interface com.bea.alcs.service.store.StoreService
Check if store in use.
StoreObject - Interface in com.bea.alcs.domain.catalog
Interface for a domain object that is part of a Store.
StoreProduct - Interface in com.bea.alcs.domain.catalogview
A storefront focused extension to Product.
StoreProductImpl - Class in com.bea.alcs.domain.catalogview.impl
The default implementation of StoreProduct, designed as a read-mostly wrapper of a product domain object.
StoreProductImpl(Product) - Constructor for class com.bea.alcs.domain.catalogview.impl.StoreProductImpl
Constructor.
StoreProductLoadTuner - Interface in com.bea.alcs.domain.catalog
Adds functionality to the ProductLoadTuner that is specific for Stores.
StoreProductLoadTunerImpl - Class in com.bea.alcs.domain.catalog.impl
Adds functionality to the ProductLoadTuner that is specific for Stores.
StoreProductLoadTunerImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.StoreProductLoadTunerImpl
 
StoreProductService - Interface in com.bea.alcs.service.catalogview
A Storefront use-case based product service.
StoreProductServiceImpl - Class in com.bea.alcs.service.catalogview.impl
Implementation of StoreProductService.
StoreProductServiceImpl() - Constructor for class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
 
storePropertiesFile(Properties, String) - Method in class com.bea.alcs.persistence.impl.PropertiesDaoImpl
Persist the properties object to file, takes filename with properties extension or without extension.
storePropertiesFile(Properties, String) - Method in interface com.bea.alcs.persistence.PropertiesDao
Persist the properties object to file, takes filename with properties extension or without extension.
storeRuleBase(RuleBase, RuleSet, Store, Catalog) - Method in class com.bea.alcs.service.rules.impl.DBCompilingRuleEngineImpl
Stores the given RuleBase for later retrieval.
StoreService - Interface in com.bea.alcs.service.store
Provides store-related services.
StoreServiceImpl - Class in com.bea.alcs.service.store.impl
Default implementation of StoreService.
StoreServiceImpl() - Constructor for class com.bea.alcs.service.store.impl.StoreServiceImpl
 
StoreType - Enum in com.bea.alcs.domain.store
Represents a type of Store.
string2BigDecimal(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to a BigDecimal object.
string2BigDecimal(String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to a BigDecimal object.
string2Boolean(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to a boolean value .
string2Boolean(String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to a boolean value.
string2Currency(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to a Currency instance.
string2Currency(String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to a Currency instance.
string2Date(String, SimpleDateFormat) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a date string and return a Date object.
string2Date(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to a Date based on the system default date format.
string2Date(String, SimpleDateFormat) - Method in interface com.bea.alcs.commons.util.Utility
Convert a date string and return a Date object.
string2Date(String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to a Date based on the system default date format.
string2Int(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to an int value .
string2Int(String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to an int value.
string2Locale(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to a Locale instance.
string2Locale(String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to a Locale instance.
string2Long(String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to an long value.
string2Long(String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to an long value.
string2Money(Currency, String) - Method in class com.bea.alcs.commons.util.impl.UtilityImpl
Convert a String to a Money instance.
string2Money(Currency, String) - Method in interface com.bea.alcs.commons.util.Utility
Convert a String to a Money instance.
StringEncrypter - Interface in com.bea.alcs.commons.util.security
Interface for encrypting and decrypting strings.
StringEncrypterImpl - Class in com.bea.alcs.commons.util.security.impl
General encryption/decryption class.
StringEncrypterImpl() - Constructor for class com.bea.alcs.commons.util.security.impl.StringEncrypterImpl
 
SUB_COUNTRY - Static variable in class com.bea.alcs.commons.constants.WebConstants
Request parameter name of subCountry code.
SUBCOUNTRY_PROPS_KEY_PREFIX - Static variable in interface com.bea.alcs.domain.misc.Geography
Prefix for constructing a key to retrieve a map of a country's subcounries.
SUBTOTAL_AMOUNT_KEY - Static variable in interface com.bea.alcs.domain.rules.RuleParameter
Cart subtotal amount.
SUBTOTAL_DEPENDENT_AGENDA_GROUP - Static variable in interface com.bea.alcs.domain.rules.RuleAction
Agenda group that identifies actions that must be fired separately because they depend on the post-rule value of the cart subtotal.
subtract(Money) - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Returns a new Money object representing the the amount of this object less the amount of the otherMoney object.
subtract(Money) - Method in interface com.bea.alcs.domain.misc.Money
Returns a new Money object representing the the amount of this object less the amount of the otherMoney object.
SUFFIX - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) Url's suffix.
suggest(SpellSuggestionSearchCriteria) - Method in interface com.bea.alcs.service.search.index.IndexSearchService
Suggests new keywords based on the given search criteria.
suggest(SpellSuggestionSearchCriteria) - Method in class com.bea.alcs.service.search.solr.query.SolrIndexSearchServiceImpl
Suggests alternate query strings based on the given search criteria.
suggest(SpellSuggestionSearchCriteria) - Method in class com.bea.alcs.service.search.solr.SolrSpellIndexSearcherImpl
Generates a map of potential fixes to strings that were misspelled.
suggest(SpellSuggestionSearchCriteria) - Method in interface com.bea.alcs.service.search.SpellIndexSearcher
Generates a map of potential fixes to strings that were misspelled.
SUPERUSER - Static variable in interface com.bea.alcs.domain.cmuser.UserRole
The SUPER userRole name.
SYMBOL_AND - Static variable in class com.bea.alcs.commons.constants.WebConstants
The character '&', which is used in query string, note this is not html escaped, it is just the plain '&' charater.
SYMBOL_EQUAL - Static variable in class com.bea.alcs.commons.constants.WebConstants
The character '=', which is used in query string.
SYMBOL_PLUS - Static variable in class com.bea.alcs.commons.constants.WebConstants
The character '+', which is used in query string.
SYNONYM - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.Synonym.
Synonym - Interface in com.bea.alcs.domain.search
A synonym used in a SynonymGroup.
SYNONYM_ANALYZER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of org.apache.lucene.analysis.Analyzer.
SYNONYM_GROUP - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.search.SynonymGroup.
SYNONYM_GROUP_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.search.SynonymGroupService.
SynonymGroup - Interface in com.bea.alcs.domain.search
Represents a collection of synonyms for a given term.
SynonymGroupImpl - Class in com.bea.alcs.domain.search.impl
Default implementation of SynonymGroup.
SynonymGroupImpl() - Constructor for class com.bea.alcs.domain.search.impl.SynonymGroupImpl
 
SynonymGroupService - Interface in com.bea.alcs.service.search
Provides synonym-group related services.
SynonymGroupServiceImpl - Class in com.bea.alcs.service.search.impl
Default implementation of SynonymGroupService.
SynonymGroupServiceImpl() - Constructor for class com.bea.alcs.service.search.impl.SynonymGroupServiceImpl
 
SynonymImpl - Class in com.bea.alcs.domain.search.impl
Default implementation of Synonym.
SynonymImpl() - Constructor for class com.bea.alcs.domain.search.impl.SynonymImpl
 

T

TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.AttributeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.CategoryAttributeValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.CategoryTypeAttributeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.CustomerProfileValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.ProductAttributeValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.ProductTypeProductAttributeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.ProductTypeSkuAttributeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.attribute.impl.SkuAttributeValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.AbstractCategoryImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.BrandImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogCurrencyImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogLocaleImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogProductPriceImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CatalogSkuPriceImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryDeletedImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryLocaleDependantFieldsImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.CategoryTypeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.DigitalAssetAuditImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.GiftCertificateImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.InventoryAuditImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.InventoryImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.LinkedCategoryImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductDeletedImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductLocaleDependantFieldsImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductPriceTierImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductSkuImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.ProductTypeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.SkuPriceImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.SkuPriceTierImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.TopSellerImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.cmuser.impl.CmUserImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerAddressImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerAuthenticationImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerCreditCardImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerDeletedImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerGroupImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerRoleImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.customer.impl.CustomerSessionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.dataimport.impl.ImportMappingImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.InventoryAllocationImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderAddressImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderEventImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderLockImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderReturnImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderReturnSkuImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderSkuImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.OrderTaxValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.order.impl.PickListImpl
Table name.
TABLE_NAME - Static variable in class com.bea.alcs.domain.payment.impl.AbstractPaymentGatewayImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.payment.impl.GiftCertificateTransactionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.payment.impl.PaymentGatewayPropertyImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.rules.impl.EpRuleBaseImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.rules.impl.RuleParameterImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.rules.impl.RuleSetImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.search.impl.IndexNotificationImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.search.impl.SfSearchLogImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.search.impl.SynonymGroupImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.search.impl.SynonymImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.shipping.impl.ShippingCostCalculationParameterImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.shipping.impl.ShippingRegionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.shipping.impl.ShippingServiceLevelImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.shoppingcart.impl.AbstractCartItemImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartMementoImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.store.impl.CreditCardTypeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.store.impl.StoreImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.store.impl.WarehouseImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.tax.impl.TaxRegionImpl
The name of the table & generator to use for persistence.
TABLE_NAME - Static variable in class com.bea.alcs.domain.tax.impl.TaxValueImpl
The name of the table & generator to use for persistence.
TAX_CALCULATION_RESULT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.tax.TaxCalculationResult.
TAX_CALCULATION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.tax.TaxCalculationService.
TAX_CATEGORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.tax.TaxCategory.
TAX_CODE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.tax.TaxCode.
TAX_CODE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.tax.TaxCodeService.
TAX_CODE_SHIPPING - Static variable in interface com.bea.alcs.domain.tax.TaxCode
The REQUIRED sales tax code for Shipping.
TAX_JURISDICTION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.tax.TaxJurisdiction.
TAX_JURISDICTION_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.tax.TaxJurisdictionService.
TAX_REGION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.tax.TaxRegion.
TAX_VALUE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.tax.TaxValue.
TaxCalculationResult - Interface in com.bea.alcs.service.tax
Represents the results of a tax calculation.
TaxCalculationResultImpl - Class in com.bea.alcs.service.tax.impl
Represents the results of a tax calculation.
TaxCalculationResultImpl() - Constructor for class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
 
TaxCalculationService - Interface in com.bea.alcs.service.tax
A service that will calculate the applicable taxes for a ShoppingCart.
TaxCategory - Interface in com.bea.alcs.domain.tax
A TaxCategory represents a category of tax, i.e.
TaxCategoryImpl - Class in com.bea.alcs.domain.tax.impl
The default implementation of TaxCategory.
TaxCategoryImpl() - Constructor for class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
The constructor.
TaxCategoryImpl(TaxCategory) - Constructor for class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
The copy constructor.
TaxCategoryTypeEnum - Enum in com.bea.alcs.domain.tax
TaxCategoryTypeEnum enumerates all types of tax category.
TaxCode - Interface in com.bea.alcs.domain.tax
TaxCode represents a type of sales tax, e.g Books, Liquor, Tobacco, Clothing.
TaxCodeExistException - Exception in com.bea.alcs.service.tax
The exception for taxCode already exists.
TaxCodeExistException(String) - Constructor for exception com.bea.alcs.service.tax.TaxCodeExistException
Creates a new TaxCodeExistException object with the given message.
TaxCodeExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.tax.TaxCodeExistException
Creates a new TaxCodeExistException object using the given message and cause exception.
taxCodeExists(String) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Checks the given taxCode exists or not.
taxCodeExists(TaxCode) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Checks the given taxCode exists or not.
taxCodeExists(String) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Checks the given taxCode exists or not.
taxCodeExists(TaxCode) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Checks the given taxCode exists or not.
TaxCodeImpl - Class in com.bea.alcs.domain.tax.impl
The default implementation of SalesTaxCode.
TaxCodeImpl() - Constructor for class com.bea.alcs.domain.tax.impl.TaxCodeImpl
 
TaxCodeService - Interface in com.bea.alcs.service.tax
Provide TaxCode-related business service.
TaxCodeServiceImpl - Class in com.bea.alcs.service.tax.impl
The default implementation of the TaxCodeService.
TaxCodeServiceImpl() - Constructor for class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
 
TaxJurisdiction - Interface in com.bea.alcs.domain.tax
A TaxJurisdiction represents a country and a set of TaxCategotys.
TaxJurisdictionExistException - Exception in com.bea.alcs.service.tax
The exception for taxJurisdiction already exists.
TaxJurisdictionExistException(String) - Constructor for exception com.bea.alcs.service.tax.TaxJurisdictionExistException
Creates a new TaxJurisdictionExistException object with the given message.
TaxJurisdictionExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.tax.TaxJurisdictionExistException
Creates a new TaxJurisdictionExistException object using the given message and cause exception.
TaxJurisdictionImpl - Class in com.bea.alcs.domain.tax.impl
A TaxJurisdiction represents a geographic area that has it's own distinct set of TaxCategorys and TaxValues ie a Country, a State, a City, a Municipal, or a County.
TaxJurisdictionImpl() - Constructor for class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
The constructor.
TaxJurisdictionImpl(TaxJurisdiction) - Constructor for class com.bea.alcs.domain.tax.impl.TaxJurisdictionImpl
The copy constructor.
TaxJurisdictionService - Interface in com.bea.alcs.service.tax
Provide TaxJurisdiction-related business service.
TaxJurisdictionServiceImpl - Class in com.bea.alcs.service.tax.impl
The default implementation of TaxJurisdictionService.
TaxJurisdictionServiceImpl() - Constructor for class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
 
TaxRegion - Interface in com.bea.alcs.domain.tax
A TaxRegion represents mapping among TaxCodes and its values.
TaxRegionImpl - Class in com.bea.alcs.domain.tax.impl
A TaxValue represents mapping among TaxCodes and its values.
TaxRegionImpl() - Constructor for class com.bea.alcs.domain.tax.impl.TaxRegionImpl
 
TaxValue - Interface in com.bea.alcs.domain.tax
Required for JPA Mapping.
TaxValueImpl - Class in com.bea.alcs.domain.tax.impl
Required for JPA Mapping.
TaxValueImpl() - Constructor for class com.bea.alcs.domain.tax.impl.TaxValueImpl
 
throwExceptionIfDuplicate(CategoryType) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Check if the category type is existed.
throwExceptionIfDuplicate(ProductSku) - Method in class com.bea.alcs.service.catalog.impl.ProductSkuServiceImpl
Check if the ProductSku type is existed.
throwExceptionIfDuplicate(ProductType) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Check if the productType type is existed.
TimeService - Interface in com.bea.alcs.service.misc
Provides time service.
TOP_SELLER - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.TopSeller.
TOP_SELLER_COMPARATOR - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.misc.impl.TopSellerComparatorImpl.
TOP_SELLER_PRODUCT - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.catalog.TopSellerProduct.
TOP_SELLER_SORTER_PREFIX - Static variable in class com.bea.alcs.commons.constants.CatalogViewConstants
The prefix used in top seller sorter to query strings.
TOPCATEGORIES - Static variable in class com.bea.alcs.commons.constants.WebConstants
All top categories.
TopSeller - Interface in com.bea.alcs.domain.catalog
TopSeller represents a category for grouping top sellers.
TopSellerComparatorImpl - Class in com.bea.alcs.domain.misc.impl
This is a default implementation of TopSellerComparator.
TopSellerComparatorImpl() - Constructor for class com.bea.alcs.domain.misc.impl.TopSellerComparatorImpl
 
TopSellerImpl - Class in com.bea.alcs.domain.catalog.impl
This is a default implementation of TopSeller.
TopSellerImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.TopSellerImpl
 
TopSellerProduct - Interface in com.bea.alcs.domain.catalog
TopSellerProduct represents a top seller product.
TopSellerProductImpl - Class in com.bea.alcs.domain.catalog.impl
Required for JPA Mapping.
TopSellerProductImpl() - Constructor for class com.bea.alcs.domain.catalog.impl.TopSellerProductImpl
 
TopSellerService - Interface in com.bea.alcs.service.catalog
Provides services to process top seller related information.
TopSellerServiceImpl - Class in com.bea.alcs.service.catalog.impl
The default implementation of TopSellerService.
TopSellerServiceImpl() - Constructor for class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
 
toString() - Method in interface com.bea.alcs.domain.attribute.AttributeType
Returns the attribute type name.
toString() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeTypeImpl
Returns the attribute type name.
toString() - Method in class com.bea.alcs.domain.attribute.impl.AbstractAttributeValueImpl
Convert this value to string.
toString() - Method in class com.bea.alcs.domain.attribute.impl.AttributeUsageImpl
Returns the name of object if defined.
toString() - Method in class com.bea.alcs.domain.attribute.impl.AttributeValueGroupImpl
String representation of this object.
toString() - Method in class com.bea.alcs.domain.catalog.impl.AbstractLocaleDependantFieldsImpl
String representation of this object.
toString() - Method in class com.bea.alcs.domain.catalog.impl.BrandImpl
The string representation of this object.
toString() - Method in class com.bea.alcs.domain.catalog.impl.DigitalAssetImpl
The string representation of this object.
toString() - Method in class com.bea.alcs.domain.catalog.impl.ProductAssociationImpl
String representation of this object.
toString() - Method in class com.bea.alcs.domain.catalog.impl.ProductCategoryImpl
String representation of this object.
toString() - Method in class com.bea.alcs.domain.catalog.impl.ProductPriceImpl
Returns a String representation of this class.
toString() - Method in class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
toString() - Method in class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
toString() - Method in class com.bea.alcs.domain.customer.impl.AbstractAddressImpl
toString() - Method in class com.bea.alcs.domain.customer.impl.CustomerProfileImpl
Return the string of the object.
toString() - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
toString() - Method in class com.bea.alcs.domain.dataimport.impl.ImportJobImpl
Returns a string representation of this object.
toString() - Method in class com.bea.alcs.domain.misc.impl.CountryImpl
 
toString() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertiesImpl
String representation of this object.
toString() - Method in class com.bea.alcs.domain.misc.impl.LocalizedPropertyValueImpl
String representation of this object.
toString() - Method in class com.bea.alcs.domain.misc.impl.MoneyImpl
Returns string representation of Money objects to facilitate debugging.
toString() - Method in class com.bea.alcs.domain.misc.impl.RandomGuidImpl
Produces a string representation of the RandomGUID.
toString() - Method in interface com.bea.alcs.domain.misc.RandomGuid
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc).
toString() - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
toString() - Method in class com.bea.alcs.domain.order.impl.OrderAddressImpl
toString() - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Display info for the order payment.
toString() - Method in class com.bea.alcs.domain.order.impl.PhysicalOrderShipmentImpl
toString() - Method in class com.bea.alcs.domain.payment.CheckoutTransactionBehaviour
 
toString() - Method in class com.bea.alcs.domain.search.impl.SynonymImpl
toString() - Method in class com.bea.alcs.domain.shipping.impl.RegionImpl
Return the String representation of this Region.
toString() - Method in interface com.bea.alcs.domain.shipping.Region
Return the String representation of this Region.
toString() - Method in enum com.bea.alcs.domain.shipping.ShippingCostCalculationParametersEnum
Gets key of the calculation parameter.
toString() - Method in class com.bea.alcs.domain.shoppingcart.impl.GiftCertificateItemImpl
 
toString() - Method in class com.bea.alcs.domain.skuconfiguration.impl.JpaAdaptorOfSkuOptionValueImpl
Gets a string representation of the SkuOptionValue.
toString() - Method in class com.bea.alcs.domain.skuconfiguration.impl.SkuOptionValueImpl
Gets a string representation of the SkuOptionValue.
toString() - Method in class com.bea.alcs.domain.tax.impl.TaxCategoryImpl
Returns the String representation of a TaxCategory object.
toString() - Method in class com.bea.alcs.domain.tax.impl.TaxCodeImpl
String representation of the object.
toString() - Method in enum com.bea.alcs.domain.tax.TaxCategoryTypeEnum
toString() - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl.RecommendationSet
Returns a string representation of the top recommendations (a list of their ids) for testing.
toString() - Method in enum com.bea.alcs.service.search.query.SortBy
Returns the string representation of the sorting type.
toString() - Method in enum com.bea.alcs.service.search.query.SortOrder
Returns the string representation of this sort order.
toString() - Method in class com.bea.alcs.service.tax.impl.TaxCalculationResultImpl
Represents this object in a String.
Transaction - Interface in com.bea.alcs.persistence
Represents a transaction in ElasticPath.
Transient - Interface in com.bea.alcs.domain
Represents a transient domain object.
TransientAttributeValueImpl - Class in com.bea.alcs.domain.attribute.impl
Implementation of AttributeValue for transient attribute values.
TransientAttributeValueImpl() - Constructor for class com.bea.alcs.domain.attribute.impl.TransientAttributeValueImpl
 
transmit(String) - Method in interface com.bea.alcs.domain.payment.GoogleCheckoutPaymentGateway
Sends xml request to Google.
transmit(String) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Sends xml request to Google.
transmit(String) - Method in class com.bea.alcs.service.shoppingcart.impl.GoogleCheckoutServiceImpl
Sends xml request to Google.
trimRuleCode(String) - Method in class com.bea.alcs.domain.rules.impl.AppliedRuleImpl
Removes unneeded information from the rule code to save persistence space.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.AbstractImportDataTypeImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCategoryImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeCustomerImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeInventoryImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Check the type of the given persistence object.
typeCheck(Persistence) - Method in class com.bea.alcs.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Check the type of the given persistence object.

U

unlockAndUpdate(Order, CmUser) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Releases order lock if order was locked and updates the order.
unlockAndUpdate(Order, CmUser) - Method in interface com.bea.alcs.service.order.OrderService
Releases order lock if order was locked and updates the order.
UP_SELL - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
Up-sell association.
update(T) - Method in class com.bea.alcs.persistence.impl.JpaPersistenceEngineImpl
Update the given persistent instance.
update(Persistence) - Method in class com.bea.alcs.persistence.impl.JpaSessionImpl
Update the given object.
update(T) - Method in interface com.bea.alcs.persistence.PersistenceEngine
Update the given persistent instance.
update(Persistence) - Method in interface com.bea.alcs.persistence.PersistenceSession
Update the given object.
update(DigitalAssetAudit) - Method in interface com.bea.alcs.service.asset.DigitalAssetAuditService
Updates the given digitalAssetAudit.
update(DigitalAssetAudit) - Method in class com.bea.alcs.service.asset.impl.DigitalAssetAuditServiceImpl
Updates the given digitalAssetAudit.
update(Attribute) - Method in interface com.bea.alcs.service.attribute.AttributeService
Updates the given attribute.
update(Attribute) - Method in class com.bea.alcs.service.attribute.impl.AttributeServiceImpl
Updates the given attribute.
update(Brand) - Method in interface com.bea.alcs.service.catalog.BrandService
Updates the given brand.
update(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Updates the given category.
update(CategoryType) - Method in interface com.bea.alcs.service.catalog.CategoryTypeService
Updates the given categoryType.
update(Brand) - Method in class com.bea.alcs.service.catalog.impl.BrandServiceImpl
Updates the given brand.
update(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Updates the given category.
update(CategoryType) - Method in class com.bea.alcs.service.catalog.impl.CategoryTypeServiceImpl
Updates the given CategoryType.
update(ProductAssociation) - Method in class com.bea.alcs.service.catalog.impl.ProductAssociationServiceImpl
Updates the given ProductAssociation.
update(ProductType) - Method in class com.bea.alcs.service.catalog.impl.ProductTypeServiceImpl
Updates the given ProductType.
update(SkuOption) - Method in class com.bea.alcs.service.catalog.impl.SkuOptionServiceImpl
Updates the given sku option.
update(ProductAssociation) - Method in interface com.bea.alcs.service.catalog.ProductAssociationService
Updates the given ProductAssociation.
update(ProductType) - Method in interface com.bea.alcs.service.catalog.ProductTypeService
Updates the given productType.
update(SkuOption) - Method in interface com.bea.alcs.service.catalog.SkuOptionService
Updates the given sku option.
update(SfSearchLog) - Method in class com.bea.alcs.service.catalogview.impl.SfSearchLogServiceImpl
Updates the given SfSearhLog.
update(SfSearchLog) - Method in interface com.bea.alcs.service.catalogview.SfSearchLogService
Updates the given SfSearhLog.
update(CmUser) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Updates the given cmUser.
update(CmUser) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Updates the given cmUser.
update(UserRole) - Method in class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
Updates the given userRole.
update(UserRole) - Method in interface com.bea.alcs.service.cmuser.UserRoleService
Updates the given userRole.
update(CustomerGroup) - Method in interface com.bea.alcs.service.customer.CustomerGroupService
Updates the given customerGroup.
update(Customer) - Method in interface com.bea.alcs.service.customer.CustomerService
Updates the given customer.
update(CustomerSession) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Updates the given customer session.
update(CustomerSession, Customer) - Method in interface com.bea.alcs.service.customer.CustomerSessionService
Updates the given customer session.
update(CustomerGroup) - Method in class com.bea.alcs.service.customer.impl.CustomerGroupServiceImpl
Updates the given customerGroup, first checking if a CustomerGroup with the same name already exists.
update(Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Updates the given customer.
update(CustomerSession) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Updates the given customer session.
update(CustomerSession, Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerSessionServiceImpl
Updates the given customer session.
update(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Updates the given order.
update(PickList) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
Updates the given pick list.
update(OrderReturn) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Updates the given order return.
update(Order) - Method in interface com.bea.alcs.service.order.OrderService
Updates the given order.
update(PickList) - Method in interface com.bea.alcs.service.order.PickListService
Updates the given pick list.
update(OrderReturn) - Method in interface com.bea.alcs.service.order.ReturnAndExchangeService
Updates the given order return.
update(RuleAction) - Method in class com.bea.alcs.service.rules.impl.RuleActionServiceImpl
Updates the given ruleActionle.
update(RuleCondition) - Method in class com.bea.alcs.service.rules.impl.RuleConditionServiceImpl
Updates the given ruleConditionle.
update(RuleElement) - Method in class com.bea.alcs.service.rules.impl.RuleElementServiceImpl
Updates the given ruleElement.
update(RuleParameter) - Method in class com.bea.alcs.service.rules.impl.RuleParameterServiceImpl
Updates the given ruleParameterle.
update(Rule) - Method in class com.bea.alcs.service.rules.impl.RuleServiceImpl
Updates the given rule.
update(RuleSet) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Updates the given ruleset.
update(RuleAction) - Method in interface com.bea.alcs.service.rules.RuleActionService
Updates the given ruleActionle.
update(RuleCondition) - Method in interface com.bea.alcs.service.rules.RuleConditionService
Updates the given ruleConditionle.
update(RuleElement) - Method in interface com.bea.alcs.service.rules.RuleElementService
Updates the given ruleElement.
update(RuleParameter) - Method in interface com.bea.alcs.service.rules.RuleParameterService
Updates the given ruleParameterle.
update(Rule) - Method in interface com.bea.alcs.service.rules.RuleService
Updates the given rule.
update(RuleSet) - Method in interface com.bea.alcs.service.rules.RuleSetService
Updates the given ruleset.
update(ShippingRegion) - Method in class com.bea.alcs.service.shipping.impl.ShippingRegionServiceImpl
Updates the given shippingRegion.
update(ShippingServiceLevel) - Method in class com.bea.alcs.service.shipping.impl.ShippingServiceLevelServiceImpl
Updates the given shippingServiceLevel.
update(ShippingRegion) - Method in interface com.bea.alcs.service.shipping.ShippingRegionService
Updates the given shippingRegion.
update(ShippingServiceLevel) - Method in interface com.bea.alcs.service.shipping.ShippingServiceLevelService
Updates the given shippingServiceLevel.
update(ShoppingCart) - Method in class com.bea.alcs.service.shoppingcart.impl.ShoppingCartServiceImpl
Updates the given shopping cart.
update(ShoppingCart) - Method in interface com.bea.alcs.service.shoppingcart.ShoppingCartService
Updates the given shopping cart.
update(TaxCode) - Method in class com.bea.alcs.service.tax.impl.TaxCodeServiceImpl
Updates the given taxCode.
update(TaxJurisdiction) - Method in class com.bea.alcs.service.tax.impl.TaxJurisdictionServiceImpl
Updates the given taxJurisdiction.
update(TaxCode) - Method in interface com.bea.alcs.service.tax.TaxCodeService
Updates the given taxCode.
update(TaxJurisdiction) - Method in interface com.bea.alcs.service.tax.TaxJurisdictionService
Updates the given taxJurisdiction.
UPDATE_ID - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
Import type id of the update import.
UPDATE_TYPE - Static variable in class com.bea.alcs.domain.dataimport.impl.AbstractImportTypeImpl
The update import type.
updateAddress(OrderAddress) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Update the address for order, sometimes we don't want to update the whole order.
updateAddress(OrderAddress) - Method in interface com.bea.alcs.service.order.OrderService
Update the address for order, sometimes we don't want to update the whole order.
updateCartItemByGuid(String, int) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Updates an existing cart item in the shopping cart, found by the guid of its product SKU.
updateCartItemByGuid(String, int) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Updates an existing cart item in the shopping cart, found by the guid of its product SKU.
updateCartItemById(long, String, int) - Method in class com.bea.alcs.domain.shoppingcart.impl.ShoppingCartImpl
Updates an existing cart item in the shopping cart.
updateCartItemById(long, String, int) - Method in interface com.bea.alcs.domain.shoppingcart.ShoppingCart
Updates an existing cart item in the shopping cart.
updateCategoryOrderDown(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Reorders the given Category down.
updateCategoryOrderDown(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Reorders the given Category down.
updateCategoryOrderUp(Category) - Method in interface com.bea.alcs.service.catalog.CategoryService
Reorders the given Category up.
updateCategoryOrderUp(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Reorders the given Category up.
updateCreditCard(CustomerCreditCard) - Method in interface com.bea.alcs.domain.customer.Customer
Notifies a Customer that a credit card has been updated (The credit card default flags will be set accordingly).
updateCreditCard(CustomerCreditCard) - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Notifies a Customer that a credit card has been updated (The credit card default flags will be set accordingly).
updateCustomerAccount(ShoppingCart) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Update the customer account including addresses and credit card before checkout.
updateCustomerProfileValueMap() - Method in class com.bea.alcs.domain.customer.impl.CustomerImpl
Update customer profile value map before persisting the customer.
updateEntityBeforeSave(Entity) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCategoryImpl
Update the entity before it get saved.
updateEntityBeforeSave(Entity) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCustomerImpl
Update the entity before it get saved.
updateEntityBeforeSave(Entity) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerInventoryImpl
Update the entity before it get saved.
updateEntityBeforeSave(Entity) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductAssociationImpl
Update the entity before it get saved.
updateEntityBeforeSave(Entity) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductImpl
Update the entity before it get saved.
updateEntityBeforeSave(Entity) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerProductSkuImpl
Update the entity before it get saved.
updateFailedRows(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Adds the given number to the failed rows number.
updateFailedRows(int) - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Adds the given number to the failed rows number.
updateFeaturedProductOrder(long, long, long) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Swap two ProductCategory featured product order.
updateFeaturedProductOrder(long, long, long) - Method in interface com.bea.alcs.service.catalog.ProductService
Swap two ProductCategory featured product orders.
updateLastModifiedTime(GiftCertificate) - Method in interface com.bea.alcs.service.catalog.GiftCertificateService
Update the gift certificate's last modified timestamp.
updateLastModifiedTime(GiftCertificate) - Method in class com.bea.alcs.service.catalog.impl.GiftCertificateServiceImpl
Update the gift certificate's last modified timestamp.
updateLastModifiedTime(Product) - Method in class com.bea.alcs.service.catalog.impl.ProductServiceImpl
Update the product's last modified timestamp.
updateLastModifiedTime(Product) - Method in interface com.bea.alcs.service.catalog.ProductService
Update the product's last modified timestamp.
updateLastModifiedTime(RuleSet) - Method in class com.bea.alcs.service.rules.impl.RuleSetServiceImpl
Update the ruleSet's last modified timestamp to the current time.
updateLastModifiedTime(RuleSet) - Method in interface com.bea.alcs.service.rules.RuleSetService
Update the ruleSet's last modified timestamp to the current time.
updateOrder(long, long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Re orders (swaps the ordering field) of the two parameter categories.
updateOrder(long, long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Re orders (swaps the ordering field) of the two parameter categories.
updateOrderEvents(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Updates only order events which were not persisted.
updateOrderEvents(Order) - Method in interface com.bea.alcs.service.order.OrderService
Updates only order events which were not persisted.
updateOrderPayments(Order) - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Updates order payments by the given order.
updateOrderPayments(Order) - Method in interface com.bea.alcs.service.order.OrderService
Updates order payments by the given order.
updateOrderReturnableQuantity(Order) - Method in class com.bea.alcs.domain.order.impl.OrderReturnImpl
Updates returnable quantities for each item of the order across all non-canceled returns or exchanges for the order.
updateOrderReturnableQuantity(Order) - Method in interface com.bea.alcs.domain.order.OrderReturn
Updates returnable quantities for each item of the order across all non-canceled returns or exchanges for the order.
updateOrderShipmentStatus() - Method in class com.bea.alcs.service.order.impl.OrderServiceImpl
Called by quartz job to release order shipments after a preconfigured period after order has been placed.
updateOrderShipmentStatus() - Method in interface com.bea.alcs.service.order.OrderService
Called by quartz job to release order shipments after a preconfigured period after order has been placed.
updatePickListOrderShipments(List<Long>) - Method in class com.bea.alcs.service.order.impl.PickListServiceImpl
This method should update Pick List.
updatePickListOrderShipments(List<Long>) - Method in interface com.bea.alcs.service.order.PickListService
This method should update Pick List.
updatePosition(long, long, long, Long) - Method in interface com.bea.alcs.service.catalog.CategoryService
Updates the position (parent category) and ordering of category after a drag and drop.
updatePosition(long, long, long, Long) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Updates the position (parent category) and ordering of category after a drag and drop.
updateProductAssociations(Product, Set<ProductAssociation>, ProductRecommendationServiceImpl.RecommendationSet) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Updates a products set of Product Associations by removing the recommendation associations that no longer exist and adding any new ones.
updateProductCache() - Method in interface com.bea.alcs.service.catalog.ProductCacheUpdateService
Update the product cache.
updateProductRecommendations(Store) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Re-compute product recommendations for each product in the given Store.
updateProductRecommendations(Map<Long, ProductRecommendationServiceImpl.RecommendationSet>, String) - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Performs the update of a product's recommendations, given the previously computed recommendation information.
updateProductsWithNewLinkedCategory(Category) - Method in class com.bea.alcs.service.catalog.impl.CategoryServiceImpl
Adds the given linked category to every product in the given linked category's masterCategory.
updateRecommendations() - Method in class com.bea.alcs.service.catalog.impl.ProductRecommendationServiceImpl
Re-compute product recommendations for each product in the system, on a store-by-store basis.
updateRecommendations() - Method in interface com.bea.alcs.service.catalog.ProductRecommendationService
Re-compute product recommendations for each product in the system.
updateSearchConfig(InputStream) - Method in interface com.bea.alcs.service.search.index.SearchConfigMediator
Update search configuration with the given stream regardless of whether it has been modified or not.
updateSearchConfig() - Method in interface com.bea.alcs.service.search.index.SearchConfigMediator
Update search configuration if the configuration file has been modified since we last read it.
updateSearchConfig(InputStream) - Method in class com.bea.alcs.service.search.SearchConfigMediatorImpl
Update search configuration with the given stream regardless of whether it has been modified or not.
updateSearchConfig() - Method in class com.bea.alcs.service.search.SearchConfigMediatorImpl
Update search configuration if the configuration file has been modified since we last read it.
updateSortedPriceTiers() - Method in class com.bea.alcs.domain.catalog.impl.AbstractPriceImpl
Update the sorted price tiers to synchronize with the persistent price tiers.
updateSortedPriceTiers() - Method in interface com.bea.alcs.domain.catalog.Price
Update the sorted price tiers to synchronize with the persistent price tiers.
updateSucceededRows(int) - Method in class com.bea.alcs.domain.dataimport.impl.ImportRunningJobImpl
Adds the given number to the succeeded rows number.
updateSucceededRows(int) - Method in interface com.bea.alcs.domain.dataimport.ImportRunningJob
Adds the given number to the succeeded rows number.
updateTaxValues(TaxCalculationResult) - Method in class com.bea.alcs.domain.order.impl.AbstractOrderShipmentImpl
Update the shipment's tax values.
updateTopSellers() - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Calculate the number of sales for a particular product and update its sales count.
updateTopSellers() - Method in interface com.bea.alcs.service.catalog.TopSellerService
Calculate the number of sales for a particular product and update its sales count.
updateTopSellersForCategories() - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Populate top sellers for each categories.
updateTopSellersForCategories() - Method in interface com.bea.alcs.service.catalog.TopSellerService
Populate top sellers for each categories.
updateTopSellersForTheStore() - Method in class com.bea.alcs.service.catalog.impl.TopSellerServiceImpl
Populate top sellers for the store.
updateTopSellersForTheStore() - Method in interface com.bea.alcs.service.catalog.TopSellerService
Populate top sellers for the store.
UpdateType - Enum in com.bea.alcs.domain.search
Represents the different types of updates.
UPPER_VALUE_POSITION - Static variable in interface com.bea.alcs.domain.catalogview.RangeFilter
The heigher value position.
USE_EMAIL_AS_USER_ID_MODE - Static variable in class com.bea.alcs.commons.constants.WebConstants
the user id mode.
useCreditCard(CustomerCreditCard) - Method in class com.bea.alcs.domain.order.impl.OrderPaymentImpl
Tells this to use the specified credit card.
useCreditCard(CustomerCreditCard) - Method in interface com.bea.alcs.domain.order.OrderPayment
Tells this to use the specified credit card.
USER_ACCESS_INFO_FIELDS - Static variable in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
List of fields for eager fetching.
USER_ID - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
User Id.
USER_PERMISSION - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.UserPermission.
USER_ROLE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.UserRole.
USER_ROLE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.UserRoleService.
USER_STATUS_INACTIVE_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayerAuthenticationSession
User status inactive error.
USER_STATUS_INACTIVE_ERROR - Static variable in interface com.bea.alcs.domain.payment.PayPalExpressSession
User status inactive error.
USERID_AND_EMAIL - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
User Id and email in one field.
UserIdentityService - Interface in com.bea.alcs.service.auth
UserIdentityService provides services for managing a user identity, which is the principal used for authentication.
UserIdExistException - Exception in com.bea.alcs.commons.exception
The exception for userId address already exists.
UserIdExistException(String) - Constructor for exception com.bea.alcs.commons.exception.UserIdExistException
Creates a new UserIdExistException object with the given message.
UserIdExistException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.UserIdExistException
Creates a new UserIdExistException object using the given message and cause exception.
UserIdNonExistException - Exception in com.bea.alcs.commons.exception
The exception for user Id doesn't exist in the database.
UserIdNonExistException(String) - Constructor for exception com.bea.alcs.commons.exception.UserIdNonExistException
Creates a new UserIdNonExistException object with the given message.
UserIdNonExistException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.UserIdNonExistException
Creates a new UserIdNonExistException object using the given message and cause exception.
UserNameExistException - Exception in com.bea.alcs.service.cmuser
The exception for the userName already exists.
UserNameExistException(String) - Constructor for exception com.bea.alcs.service.cmuser.UserNameExistException
Creates a new UserNameExistException object with the given message.
UserNameExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.cmuser.UserNameExistException
Creates a new UserNameExistException object using the given message and cause exception.
userNameExists(String) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Checks the given userName exists or not.
userNameExists(CmUser) - Method in interface com.bea.alcs.service.cmuser.CmUserService
Checks whether the given CmUser's userName exists in the database already, except when the userName is owned by the given CmUser.
userNameExists(String) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Checks whether the given userName exists in the database.
userNameExists(CmUser) - Method in class com.bea.alcs.service.cmuser.impl.CmUserServiceImpl
Checks whether the given CmUser's userName exists in the database already, except when the userName is owned by the given CmUser.
UserPermission - Interface in com.bea.alcs.domain.cmuser
UserPermission represents an granted authority for a certain operation.
UserPermissionImpl - Class in com.bea.alcs.domain.cmuser.impl
The default implementation of UserPermission.
UserPermissionImpl() - Constructor for class com.bea.alcs.domain.cmuser.impl.UserPermissionImpl
 
UserRole - Interface in com.bea.alcs.domain.cmuser
UserRole represents a user's role.
UserRoleImpl - Class in com.bea.alcs.domain.cmuser.impl
The default implementation of UserRole.
UserRoleImpl() - Constructor for class com.bea.alcs.domain.cmuser.impl.UserRoleImpl
 
UserRoleNameExistException - Exception in com.bea.alcs.service.cmuser
The exception for userRole name already exists.
UserRoleNameExistException(String) - Constructor for exception com.bea.alcs.service.cmuser.UserRoleNameExistException
Creates a new UserRoleNameExistExceptionception object with the given message.
UserRoleNameExistException(String, Throwable) - Constructor for exception com.bea.alcs.service.cmuser.UserRoleNameExistException
Creates a new UserRoleNameExistException object using the given message and cause exception.
UserRoleService - Interface in com.bea.alcs.service.cmuser
Provide userRole-related business service.
UserRoleServiceImpl - Class in com.bea.alcs.service.cmuser.impl
Test UserRoleServiceImpl.
UserRoleServiceImpl() - Constructor for class com.bea.alcs.service.cmuser.impl.UserRoleServiceImpl
 
UserStatusInactiveException - Exception in com.bea.alcs.commons.exception
The exception for user inactive status.
UserStatusInactiveException(String) - Constructor for exception com.bea.alcs.commons.exception.UserStatusInactiveException
Creates a new UserStatusInactiveException object with the given message.
UserStatusInactiveException(String, Throwable) - Constructor for exception com.bea.alcs.commons.exception.UserStatusInactiveException
Creates a new UserStatusInactiveException object using the given message and cause exception.
UTILITY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.commons.util.impl.UtilityImpl.
Utility - Interface in com.bea.alcs.commons.util
Provides utility methods used throughout the application.
UtilityImpl - Class in com.bea.alcs.commons.util.impl
The default implementation of Utility.
UtilityImpl() - Constructor for class com.bea.alcs.commons.util.impl.UtilityImpl
 

V

validate() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleElementImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleExceptionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.AbstractRuleImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartAnySkuPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartProductAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartProductPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartSkuAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartSkuPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CatalogCurrencyPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.ProductAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.ProductPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.RuleSetImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.ShippingAmountDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in class com.bea.alcs.domain.rules.impl.ShippingPercentDiscountActionImpl
Checks that the rule set domain model is well formed.
validate() - Method in interface com.bea.alcs.domain.rules.Rule
Checks that the rule set domain model is well formed.
validate() - Method in interface com.bea.alcs.domain.rules.RuleElement
Checks that the rule set domain model is well formed.
validate() - Method in interface com.bea.alcs.domain.rules.RuleException
Checks that the rule set domain model is well formed.
validate() - Method in interface com.bea.alcs.domain.rules.RuleSet
Checks that the rule set domain model is well formed.
validate(Locale) - Method in class com.bea.alcs.service.dataimport.impl.ImportJobRunnerCategoryImpl
Validate the import job.
validate(Locale) - Method in interface com.bea.alcs.service.dataimport.ImportJobRunner
Validate the import job.
validate(EpDomain) - Method in class com.bea.alcs.service.interceptor.ValidateInterceptor
Validate the domain object.
validateAuthentication(OrderPayment, String) - Method in interface com.bea.alcs.domain.payment.CreditCardPaymentGateway
Validate the authentication.
validateAuthentication(OrderPayment, String) - Method in class com.bea.alcs.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
Validate the authentication.
validateAuthentication(OrderPayment, String) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Validate the authentication.
validateAuthentication(OrderPayment, String) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Validate the authentication.
validateCondition(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate the field based on the specified conditions.
validateCsvFormat(ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Validate the csv format of the import data file.
validateCsvFormat(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Validate the csv format of the import data file.
VALIDATED_SUCCESSFULLY - Static variable in interface com.bea.alcs.service.order.OrderLockService
Lock was validated successfully.
validateDelimitedEmails(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Email Validation - for validating multiple emails delimited by a delimiter character.
validateEmail(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Email Validation uses the EpEmail validator.
validateEpCartQuantity(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate an integer used to specify a quantity.
ValidateInterceptor - Class in com.bea.alcs.service.interceptor
ValidateInterceptor intercepts service calls and validate the domain objects passed in.
ValidateInterceptor() - Constructor for class com.bea.alcs.service.interceptor.ValidateInterceptor
 
validateLock(OrderLock, Date) - Method in class com.bea.alcs.service.order.impl.OrderLockServiceImpl
Validate order lock obtained in order editor.
validateLock(OrderLock, Date) - Method in interface com.bea.alcs.service.order.OrderLockService
Validate order lock obtained in order editor.
validateMappings(ImportJob) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Validate the import mappings specified in the importjob.
validateMappings(ImportJob, Locale) - Method in class com.bea.alcs.service.dataimport.impl.ImportServiceImpl
Validate the import mappings specified in the importjob.
validateMappings(ImportJob) - Method in interface com.bea.alcs.service.dataimport.ImportService
Validate the import mappings specified in the importjob.
validateMappings(ImportJob, Locale) - Method in interface com.bea.alcs.service.dataimport.ImportService
Validate the import mappings specified in the importjob.
validateNewCustomer(Customer) - Method in interface com.bea.alcs.service.customer.CustomerService
Validate the new customer has the valid email address (not used by any existing non-anonymous customer).
validateNewCustomer(Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Validate the new customer has the valid email address (not used by any existing non-anonymous customer).
validateNoLeadingTrailingWhiteSpaces(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate that the field does not start and/or end whitespaces.
validatePasswordRequired(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Clear-text password should be required if encryptedPassword is not null or empty.
validatePhoneNumber(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate a phone number.
validateRequiredWhen(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate a not null field, based on the specified condition.
validateSecurityCheck(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate that the field does not contain < or > characters.
validateSubCountryRequired(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate whether the subCountry is required.
validateTwoFields(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.commons.validator.impl.EpFieldChecks
Validate if the two fields are same.
VALIDATION_ERROR_NONNULL_PREFIX - Static variable in class com.bea.alcs.commons.constants.ImportConstants
The prefix of the validation error code -- not null.
VALIDATION_PREVIEW_DATA - Static variable in class com.bea.alcs.commons.constants.WebConstants
This name is used to specify the import validation preview data in a request.
VALUE_TOKENS - Static variable in interface com.bea.alcs.domain.catalogview.AttributeValueFilter
Value Token counts.
ValueObject - Interface in com.bea.alcs.domain
Represents a domain value object.
valueOf(String) - Static method in enum com.bea.alcs.domain.catalog.AvailabilityCriteria
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.catalog.InventoryEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.catalogview.RangeFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.event.EventOriginatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.AllocationEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.AllocationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.OrderPaymentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.OrderReturnReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.OrderReturnStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.OrderReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.OrderShipment.ShipmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.OrderShipmentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.order.OrderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.payment.PaymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.rules.DiscountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.rules.RuleElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.rules.RuleExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.rules.RuleParameterNumItemsQuantifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.rules.RuleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.search.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.shipping.ShippingCostCalculationParametersEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.store.StoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.domain.tax.TaxCategoryTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.service.catalogview.impl.InventoryMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.service.order.ReturnExchangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.service.search.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.service.search.query.FilteredSearchCriteria.Relationship
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.service.search.query.SortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bea.alcs.service.search.query.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bea.alcs.domain.catalog.AvailabilityCriteria
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.catalog.InventoryEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.catalogview.RangeFilterType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.event.EventOriginatorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.AllocationEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.AllocationStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.OrderPaymentStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.OrderReturnReason
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.OrderReturnStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.OrderReturnType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.OrderShipment.ShipmentType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.OrderShipmentStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.order.OrderStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.payment.PaymentType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.rules.DiscountType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.rules.RuleElementType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.rules.RuleExceptionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.rules.RuleParameterNumItemsQuantifier
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.rules.RuleState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.search.UpdateType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.shipping.ShippingCostCalculationParametersEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.store.StoreType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.domain.tax.TaxCategoryTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.service.catalogview.impl.InventoryMessage
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.service.order.ReturnExchangeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.service.search.IndexType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.service.search.query.FilteredSearchCriteria.Relationship
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.service.search.query.SortBy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bea.alcs.service.search.query.SortOrder
Returns an array containing the constants of this enum type, in the order they're declared.
verifyCustomer(Customer) - Method in interface com.bea.alcs.service.customer.CustomerService
Verifies the customer status.
verifyCustomer(Customer) - Method in class com.bea.alcs.service.customer.impl.CustomerServiceImpl
Verifies the customer status.
verifyShoppingCart(ShoppingCart) - Method in class com.bea.alcs.service.shoppingcart.impl.CheckoutServiceImpl
Test the shopping cart to see if every cart item is available.
verifyVersion(OrderReturn) - Method in class com.bea.alcs.service.order.impl.ReturnAndExchangeServiceImpl
Checks version of local order return object against DB's version.
VIEW_HISTORY - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shoppingcart.ViewHistory.
ViewHistory - Interface in com.bea.alcs.domain.shoppingcart
This class represents a collection of products viewed by a user.
ViewHistoryImpl - Class in com.bea.alcs.domain.shoppingcart.impl
This class represents a collection of products viewed by a user.
ViewHistoryImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryImpl
 
ViewHistoryProduct - Interface in com.bea.alcs.domain.shoppingcart
This class represents a product recently viewed by a user.
ViewHistoryProductImpl - Class in com.bea.alcs.domain.shoppingcart.impl
This represents a product recently viewed by the user.
ViewHistoryProductImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.ViewHistoryProductImpl
 
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.CyberSourcePaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.ExchangePaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.GiftCertificatePaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.GoogleCheckoutPaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.NullPaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PayflowProPaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PaypalDoDirectPaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in class com.bea.alcs.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Void a previous capture or credit.
voidCaptureOrCredit(OrderPayment) - Method in interface com.bea.alcs.domain.payment.PaymentGateway
Void a previous capture or credit.

W

WAREHOUSE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.store.Warehouse.
Warehouse - Interface in com.bea.alcs.domain.store
Warehouse represents a warehouse where inventory is stored.
WAREHOUSE_ADDRESS - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.store.WarehouseAddress.
WAREHOUSE_SERVICE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.service.store.WarehouseService.
WarehouseAddress - Interface in com.bea.alcs.domain.store
WarehouseAddress represents an address of a Warehouse.
WarehouseAddressImpl - Class in com.bea.alcs.domain.store.impl
Default implementation of WarehouseAddress.
WarehouseAddressImpl() - Constructor for class com.bea.alcs.domain.store.impl.WarehouseAddressImpl
 
WarehouseImpl - Class in com.bea.alcs.domain.store.impl
Default implementation of Warehouse.
WarehouseImpl() - Constructor for class com.bea.alcs.domain.store.impl.WarehouseImpl
 
warehouseInUse(Long) - Method in class com.bea.alcs.service.store.impl.WarehouseServiceImpl
Check if warehouse in use.
warehouseInUse(Long) - Method in interface com.bea.alcs.service.store.WarehouseService
Check if warehouse in use.
WarehouseService - Interface in com.bea.alcs.service.store
Provides warehouse-related services.
WarehouseServiceImpl - Class in com.bea.alcs.service.store.impl
Provides warehouse-related business service.
WarehouseServiceImpl() - Constructor for class com.bea.alcs.service.store.impl.WarehouseServiceImpl
 
WARNING - Static variable in interface com.bea.alcs.domain.dataimport.ImportFault
The warning level.
WARRANTY - Static variable in interface com.bea.alcs.domain.catalog.ProductAssociation
Warranty item.
WEB_APP_ROOT_INDICATOR - Static variable in class com.bea.alcs.web.context.impl.EpLog4jConfigListener
The web application root indicator string used in log4j.properties.
WEB_INF_DIR_NAME - Static variable in class com.bea.alcs.commons.constants.WebConstants
The WEB-INF directory name.
WebConstants - Class in com.bea.alcs.commons.constants
WebConstants contains constants for the web layer.
WebConstants() - Constructor for class com.bea.alcs.commons.constants.WebConstants
 
WESTERN_TO_ENGLISH_ARRAY - Static variable in class com.bea.alcs.commons.constants.SeoConstants
Define the western character to English map for SEO Url.
WISH_LIST_ITEM - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of com.bea.alcs.domain.shoppingcart.CartItem.
WISH_LIST_MESSAGE - Static variable in class com.bea.alcs.commons.constants.ContextIdNames
bean id for implementation of ccom.bea.alcs.domain.shoppingcart.WishListMessage.
WishListEmailPropertyHelper - Interface in com.bea.alcs.domain.misc
Helper for constructing email properties.
WishListEmailPropertyHelperImpl - Class in com.bea.alcs.domain.misc.impl
Helper for processing email properties for wish list e-mails.
WishListEmailPropertyHelperImpl() - Constructor for class com.bea.alcs.domain.misc.impl.WishListEmailPropertyHelperImpl
 
WishListItemImpl - Class in com.bea.alcs.domain.shoppingcart.impl
A WishListItem represents a quantity of SKUs in a shopping cart.
WishListItemImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.WishListItemImpl
 
WishListMessage - Interface in com.bea.alcs.domain.shoppingcart
This bean represents forgotten password form.
WishListMessageImpl - Class in com.bea.alcs.domain.shoppingcart.impl
The default implementation of ForgottenPasswordFormBean.
WishListMessageImpl() - Constructor for class com.bea.alcs.domain.shoppingcart.impl.WishListMessageImpl
 
WishListService - Interface in com.bea.alcs.service.shoppingcart
Provide wish list related business service.
WishListServiceImpl - Class in com.bea.alcs.service.shoppingcart.impl
Service for sending customer wishlists.
WishListServiceImpl() - Constructor for class com.bea.alcs.service.shoppingcart.impl.WishListServiceImpl
 
wrapProduct(Product, Store) - Method in class com.bea.alcs.service.catalogview.impl.StoreProductServiceImpl
Wraps an existing Product in StoreProduct.
wrapProduct(Product, Store) - Method in interface com.bea.alcs.service.catalogview.StoreProductService
Wraps an existing Product in StoreProduct.
WSUSER - Static variable in interface com.bea.alcs.domain.cmuser.UserRole
Role for Web Services Users.

X

XmlParser - Interface in com.bea.alcs.commons.util.config
Reads XML configuration files and dispatches parsing the actual sections to XmlSectionParsers.
XmlParserImpl - Class in com.bea.alcs.commons.util.config.impl
Default implementation of XmlParser.
XmlParserImpl() - Constructor for class com.bea.alcs.commons.util.config.impl.XmlParserImpl
 
XmlSectionParser - Interface in com.bea.alcs.commons.util.config
Parsing handler of given section elements.

Z

ZIP_POSTAL_CODE - Static variable in class com.bea.alcs.service.search.solr.SolrIndexConstants
Zip or Postal code.

A B C D E F G H I J K L M N O P Q R S T U V W X Z