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

S

SALE - Static variable in class com.elasticpath.domain.payment.CheckoutTransactionBehaviour
The checkout transaction behaviour is to make an immediate sale.
sale(OrderPayment, Address) - Method in class com.elasticpath.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Immediately process a payment.
sale(OrderPayment, Address) - Method in class com.elasticpath.domain.payment.impl.CyberSourcePaymentGatewayImpl
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in class com.elasticpath.domain.payment.impl.NullPaymentGatewayImpl
Captures a payment on a card.
sale(OrderPayment, Address) - Method in class com.elasticpath.domain.payment.impl.PayflowProPaymentGatewayImpl
Immediately process a payment.
sale(OrderPayment, Address) - Method in class com.elasticpath.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Make a payment without pre-authorization.
sale(OrderPayment, Address) - Method in interface com.elasticpath.domain.payment.PaymentGateway
Marks a transaction for immediate fund transfer without any pre-authorization.
save(Persistence) - Method in class com.elasticpath.persistence.impl.HibernatePersistenceEngineImpl
Persist the given instance.
save(Persistence) - Method in class com.elasticpath.persistence.impl.HibernateSessionImpl
Save the given object.
save(Persistence) - Method in interface com.elasticpath.persistence.PersistenceEngine
Persist the given instance.
save(Persistence) - Method in interface com.elasticpath.persistence.PersistenceSession
Save the given object.
SAVED_BATCH_JOBS - Static variable in class com.elasticpath.commons.constants.WebConstants
This name is used to specify the saved batch jobs in a request.
SAVED_IMPORT_JOBS - Static variable in class com.elasticpath.commons.constants.WebConstants
This name is used to specify the saved import jobs in a request.
saveOrMerge(Persistence) - Method in class com.elasticpath.persistence.impl.HibernatePersistenceEngineImpl
Save the persistence instance if it's new or merge the persistent instance if it exists.
saveOrMerge(Persistence) - Method in interface com.elasticpath.persistence.PersistenceEngine
Save the persistence instance if it's new or merge the persistent instance if it exists.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCategoryImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Add or update this CustomerAddress in the Customer object.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCustomerImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Add or update the given value object to the given entity.
saveOrUpdate(Entity, ValueObject) - Method in interface com.elasticpath.domain.dataimport.ImportDataType
Add or update the given value object to the given entity.
saveOrUpdate(Persistence) - Method in class com.elasticpath.persistence.impl.HibernatePersistenceEngineImpl
Save the persistence instance if it's new or update the persistent instance if it exists.
saveOrUpdate(Persistence) - Method in interface com.elasticpath.persistence.PersistenceEngine
Save the persistence instance if it's new or update the persistent instance if it exists.
saveOrUpdate(Brand) - Method in interface com.elasticpath.service.catalog.BrandService
Save or update the given brand.
saveOrUpdate(Category) - Method in interface com.elasticpath.service.catalog.CategoryService
Save or update the given category.
saveOrUpdate(Brand) - Method in class com.elasticpath.service.catalog.impl.BrandServiceImpl
Save or update the given brand.
saveOrUpdate(Category) - Method in class com.elasticpath.service.catalog.impl.CategoryServiceImpl
Save or update the given category.
saveOrUpdate(InventoryAudit) - Method in class com.elasticpath.service.catalog.impl.InventoryAuditServiceImpl
Save or update the given InventoryAudit item.
saveOrUpdate(Inventory) - Method in class com.elasticpath.service.catalog.impl.InventoryServiceImpl
Save or update the given inventory item.
saveOrUpdate(Product) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Save or update the given product.
saveOrUpdate(ProductSku) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Save or update the given product sku.
saveOrUpdate(SkuOption) - Method in class com.elasticpath.service.catalog.impl.SkuOptionServiceImpl
Save or update the given skuOption.
saveOrUpdate(TopSeller) - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Save or update the given top seller.
saveOrUpdate(InventoryAudit) - Method in interface com.elasticpath.service.catalog.InventoryAuditService
Save or update the given InventoryAudit item.
saveOrUpdate(Inventory) - Method in interface com.elasticpath.service.catalog.InventoryService
Save or update the given inventory item.
saveOrUpdate(Product) - Method in interface com.elasticpath.service.catalog.ProductService
Save or update the given product.
saveOrUpdate(ProductSku) - Method in interface com.elasticpath.service.catalog.ProductSkuService
Save or update the given product sku.
saveOrUpdate(SkuOption) - Method in interface com.elasticpath.service.catalog.SkuOptionService
Save or update the given skuOption.
saveOrUpdateImportJob(ImportJob) - Method in class com.elasticpath.service.dataimport.impl.ImportServiceImpl
Save or update the given importjob.
saveOrUpdateImportJob(ImportJob) - Method in interface com.elasticpath.service.dataimport.ImportService
Save or update the given importjob.
search(String, QueryComposer, SearchCriteria) - Method in class com.elasticpath.persistence.impl.IndexSearcherImpl
Searches the index with the given query.
search(String, QueryComposer, SearchCriteria) - Method in interface com.elasticpath.persistence.IndexSearcher
Searches the index with the given query.
search(SearchRequest, CatalogViewResultHistory, ShoppingCart, ProductLoadTuner) - Method in class com.elasticpath.service.catalogview.impl.SearchServiceImpl
Perform searching based on the given search request and returns the search result.
search(SearchRequest, CatalogViewResultHistory, ShoppingCart, ProductLoadTuner) - Method in interface com.elasticpath.service.catalogview.SearchService
Perform searching based on the given search request and returns the search result.
search(SearchCriteria) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Searches the index with the given search criteria.
search(SearchCriteria) - Method in interface com.elasticpath.service.index.IndexSearchService
Searches the index with the given search criteria.
SEARCH_CATEGORY_QRY - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to search category.
SEARCH_CATEGORY_UID_QRY - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to search category uid.
SEARCH_KEYWORDS_MAX_LENGTH - Static variable in class com.elasticpath.commons.constants.CatalogViewConstants
The maximum length of key words in a search request.
SEARCH_PRODUCT_BY_LDF_SKU - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to search product by local dependant fields, skucode and brand.
SEARCH_PRODUCT_BY_LDF_SKU_BRAND - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to search product by local dependant fields, skucode and brand.
SEARCH_REQUEST - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.catalogview.SearchRequest.
SEARCH_RESULT - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.catalogview.SearchResult.
SearchControllerImpl - Class in com.elasticpath.sfweb.controller.impl
The Spring MVC controller for catalog search.
SearchControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.SearchControllerImpl
 
SearchCriteria - Interface in com.elasticpath.domain.search
Represents an abstract search criteria.
SearchRequest - Interface in com.elasticpath.domain.catalogview.search
Represents a search request.
SearchRequestImpl - Class in com.elasticpath.domain.catalogview.search.impl
Represents a default implementation of SearchRequest.
SearchRequestImpl() - Constructor for class com.elasticpath.domain.catalogview.search.impl.SearchRequestImpl
 
SearchResult - Interface in com.elasticpath.domain.catalogview.search
Represents a search result.
SearchResultImpl - Class in com.elasticpath.domain.catalogview.search.impl
Represents a default implementation of SearchResult.
SearchResultImpl() - Constructor for class com.elasticpath.domain.catalogview.search.impl.SearchResultImpl
 
SearchService - Interface in com.elasticpath.service.catalogview
Provide searching service.
SearchServiceImpl - Class in com.elasticpath.service.catalogview.impl
Represents a default implementation of SearchService.
SearchServiceImpl() - Constructor for class com.elasticpath.service.catalogview.impl.SearchServiceImpl
 
SecureAssetControllerImpl - Class in com.elasticpath.sfweb.controller.impl
Spring MVC controller for beginning the checkout process.
SecureAssetControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.SecureAssetControllerImpl
 
SELECT_PRODUC_CATEGORY_ASSOCIATION - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve product category association.
SELECTED_IMAGE - Static variable in class com.elasticpath.commons.constants.WebConstants
This name is used to specify the alternative image selected by the user.
sendEmail() - Method in class com.elasticpath.commons.util.impl.MailerImpl
Send a text email.
sendEmail() - Method in interface com.elasticpath.commons.util.Mailer
Send a text email.
sendHtmlEmail() - Method in class com.elasticpath.commons.util.impl.MailerImpl
Send an html email.
sendHtmlEmail() - Method in interface com.elasticpath.commons.util.Mailer
Send an html email.
sendMail(String, String, String, String, Map) - Method in interface com.elasticpath.service.misc.EmailService
Sends a multipart mime (html & txt) email to a recipient using the provided velocity Templates.
sendMail(List, String, String, String, Map) - Method in interface com.elasticpath.service.misc.EmailService
Sends a multipart mime (html & txt) email to a list of recipients using the provided velocity Templates.
sendMail(String, String, String, Map) - Method in interface com.elasticpath.service.misc.EmailService
Sends a txt only email to a recipient using the provided velocity Templates.
sendMail(List, String, String, Map) - Method in interface com.elasticpath.service.misc.EmailService
Sends a txt only email to a list of recipients using the provided velocity Templates.
sendMail(String, String, String, String, Map) - Method in class com.elasticpath.service.misc.impl.EmailServiceImpl
Sends a multipart mime (html & txt) email to a recipient using the provided velocity Templates.
sendMail(List, String, String, String, Map) - Method in class com.elasticpath.service.misc.impl.EmailServiceImpl
Sends a multipart mime (html & txt) email to a list of recipients using the provided velocity Templates.
sendMail(String, String, String, Map) - Method in class com.elasticpath.service.misc.impl.EmailServiceImpl
Sends a txt only email to a recipient using the provided velocity Templates.
sendMail(List, String, String, Map) - Method in class com.elasticpath.service.misc.impl.EmailServiceImpl
Sends a txt only email to a list of recipients using the provided velocity Templates.
sendWishList(WishListMessage, ShoppingCart) - Method in class com.elasticpath.service.shoppingcart.impl.WishListServiceImpl
Sends the customers wishlist via e-mail to a list of recipients.
sendWishList(WishListMessage, ShoppingCart) - Method in interface com.elasticpath.service.shoppingcart.WishListService
Sends the customers wishlist via e-mail to a list of recipients.
SeoConstants - Class in com.elasticpath.commons.constants
Contains all constants used in SEO (Search Engine Optimization).
SeoConstants() - Constructor for class com.elasticpath.commons.constants.SeoConstants
 
SEPARATOR - Static variable in interface com.elasticpath.domain.catalogview.Filter
Define the separator used in price filter id string.
SEPARATOR - Static variable in interface com.elasticpath.domain.dataimport.ImportDataType
Separtor used in import data type name.
SEPARATOR_BETWEEN_TOKENS - Static variable in class com.elasticpath.commons.constants.SeoConstants
Define the separator used between tokes, such as between one price filter and one brand filter.
SEPARATOR_IN_REGEX - Static variable in interface com.elasticpath.domain.catalogview.Filter
Define the regular expression of the given separator.
SEPARATOR_IN_TOKEN - Static variable in class com.elasticpath.commons.constants.SeoConstants
Define the separator used in one token, such as in one price filter.
serialVersionUID - Static variable in class com.elasticpath.domain.attribute.impl.AbstractAttributeTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.attribute.impl.AttributeGroupAttributeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.attribute.impl.AttributeGroupImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.attribute.impl.AttributeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.attribute.impl.AttributeUsageImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.attribute.impl.AttributeValueGroupImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.BrandImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.CategoryDeletedImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.CategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.CategoryLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.CategoryTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.CategoryTypeLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.DigitalAssetAuditImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.DigitalAssetImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.InventoryAuditImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.InventoryImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.PriceTierImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductCategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductDeletedImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductSkuSpecImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.ProductTypeLoadTunerImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalog.impl.SkuPriceImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingFilterOptionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingResultImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.AbstractProductAdaptorForFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.BrandFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.CatalogViewResultHistoryImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.CategoryFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.FeaturedProductSorterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.FilterOptionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.PriceFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.PriceSorterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.ProductAdaptorForAttributeRangeFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.ProductAdaptorForPriceFilterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.ProductNameSorterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.impl.TopSellerSorterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.search.impl.SearchRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.catalogview.search.impl.SearchResultImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.cmuser.impl.CmUserSessionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.cmuser.impl.UserPermissionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.cmuser.impl.UserRoleImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerAddressImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerAuthenticationImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerDeletedImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerGroupImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerProfileImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerRoleImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.AbstractImportDataTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.AbstractImportFieldImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.AbstractImportTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportBadRowImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCategoryImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCustomerAddressImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeCustomerImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductAssociationImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductCategoryAssociationImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductPriceImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductSkuImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportDataTypeProductSkuPriceImpl
Serial version ID.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportFaultImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.ImportRunningJobImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.dataimport.impl.PriceTierAdaptorImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.impl.AbstractEntityImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.impl.AbstractEpConstantImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.impl.AbstractEpDomainImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.impl.AbstractPersistenceImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.impl.AbstractTransientImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.impl.AbstractValueObjectImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.DisplayNameComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.FeaturedProductOrderComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.ImageRenderResponseImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.LocalizedPropertiesImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.MoneyImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.ProductLowestPriceComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.RandomGuidImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.RegionCodeComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.misc.impl.TopSellerComparatorImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderAddressImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderNoteImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderNumberGeneratorImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderPaymentStatusImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderReturnImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderReturnReasonImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderReturnSkuImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderShipmentStatusImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderSkuImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderStatusImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.order.impl.OrderTaxValueImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.payment.impl.AbstractPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.payment.impl.AuthorizeNetPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.payment.impl.CyberSourcePaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.payment.impl.NullPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.payment.impl.PayflowProPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.payment.impl.PaymentTypeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.AbstractRuleExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.BrandConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartCategoryAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartCategoryPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartContainsItemsOfCategoryConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartCurrencyConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartNFreeSkusActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartNthProductPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartProductAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartProductPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartSkuAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartSkuPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartSubtotalAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartSubtotalConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartSubtotalDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CartSubtotalPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CatalogSkuAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CatalogSkuPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CategoryExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.CustomerGroupEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.EveryoneEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ExistingCustomerEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.FirstTimeBuyerEligibilityImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ProductAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ProductCategoryConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ProductConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ProductExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ProductInCartConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ProductPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.PromotionRuleExceptionsImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.PromotionRuleImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.RuleParameterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.RuleScenariosImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.RuleSetImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ShippingAmountDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.ShippingPercentDiscountActionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.SkuExceptionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.rules.impl.SkuInCartConditionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.CostPerUnitWeightMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.CountryImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.FixedPriceMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.OrderTotalPercentageMethodImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.RegionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.ShippingCostCalculationParameterImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.ShippingRegionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartItemImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shoppingcart.impl.ViewHistoryImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shoppingcart.impl.ViewHistoryProductImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.shoppingcart.impl.WishListItemImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionValueImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.tax.impl.TaxCategoryImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.tax.impl.TaxCodeImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.tax.impl.TaxJurisdictionCategoryXImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.AttributeTypeValueType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.CustomerRoleType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.ImportTypeValueType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.OrderPaymentStatusType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.OrderReturnReasonType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.OrderShipmentStatusType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.OrderStatusType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.persistence.support.impl.UserPermissionType
Serial version id.
serialVersionUID - Static variable in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Serial version id.
SessionExpiredException - Exception in com.elasticpath.sfweb
Exception thrown when an action is taken by a customer who's session has expired.
SessionExpiredException(String) - Constructor for exception com.elasticpath.sfweb.SessionExpiredException
Creates a new SessionExpiredException object with the given message.
SessionExpiredException(String, Throwable) - Constructor for exception com.elasticpath.sfweb.SessionExpiredException
Creates a new SessionExpiredException object using the given message and cause exception.
SessionTimeoutInterceptor - Class in com.elasticpath.sfweb.ajax.interceptor
SessionTimeoutInterceptor checks to see if the customer's session has not timed out and if it has, reloads it from the database.
SessionTimeoutInterceptor() - Constructor for class com.elasticpath.sfweb.ajax.interceptor.SessionTimeoutInterceptor
 
setAccuracy(float) - Method in interface com.elasticpath.domain.ElasticPath
Sets the degree of similarity that a word must have to the original word in order to be suggested.
setAccuracy(float) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the degree of similarity that a word must have to the original word in order to be suggested.
setActions(Set) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set the actions of this rule.
setActions(Set) - Method in interface com.elasticpath.domain.rules.Rule
Set the actions of this rule.
setActive(boolean) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Set a flag to indicate whether the product is active.
setActive(boolean) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Set a flag to indicate whether the product is active.
setActiveIdr(boolean) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryInfoAjaxBean
Set a flag to indicate whether the category is active.
setActiveIdr(boolean) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBeanImpl
Set a flag to indicate whether the category is active.
setActiveOnly(boolean) - Method in interface com.elasticpath.domain.search.CategorySearchCriteria
Sets the active-only flag to true if only searching for active categorys.
setActiveOnly(boolean) - Method in class com.elasticpath.domain.search.impl.CategorySearchCriteriaImpl
Sets the active-only flag to true if only searching for active categorys.
setActiveOnly(boolean) - Method in class com.elasticpath.domain.search.impl.ProductSearchCriteriaImpl
Sets the active-only flag to true if only searching for active products.
setActiveOnly(boolean) - Method in interface com.elasticpath.domain.search.ProductSearchCriteria
Sets the active-only flag to true if only searching for active products.
setAddressBCC(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property addressBCC.
setAddressBCC(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property addressBCC.
setAddressCC(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property addressCC.
setAddressCC(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property addressCC.
setAddresses(List) - Method in interface com.elasticpath.domain.customer.Customer
Sets the CustomerAddresses associated with this Customer.
setAddresses(List) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the CustomerAddresses associated with this Customer.
setAddressFrom(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property addressFrom.
setAddressFrom(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property addressFrom.
setAddressTo(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property addressTo.
setAddressTo(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property addressTo.
setAgendaGroup(String) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleActionImpl
Set the agenda group.
setAgendaGroup(String) - Method in interface com.elasticpath.domain.rules.RuleAction
Set the agenda group.
setAllActions(List) - Method in class com.elasticpath.service.rules.impl.RuleServiceImpl
Set all the avaiable actions configured in the system.
setAllActions(List) - Method in interface com.elasticpath.service.rules.RuleService
Set all the avaiable actions configured in the system.
setAllConditions(List) - Method in class com.elasticpath.service.rules.impl.RuleServiceImpl
Set all the avaiable conditions configured in the system.
setAllConditions(List) - Method in interface com.elasticpath.service.rules.RuleService
Set all the avaiable conditions configured in the system.
setAllEligibilities(List) - Method in class com.elasticpath.service.rules.impl.RuleServiceImpl
Set all the avaiable eligibility conditions configured in the system.
setAllEligibilities(List) - Method in interface com.elasticpath.service.rules.RuleService
Set all the avaiable eligibility conditions configured in the system.
setAllExceptions(List) - Method in class com.elasticpath.service.rules.impl.RuleServiceImpl
Set all the avaiable exceptions configured in the system.
setAllExceptions(List) - Method in interface com.elasticpath.service.rules.RuleService
Set all the avaiable exceptions configured in the system.
setAllShippingCostCalculationMethods(List) - Method in class com.elasticpath.service.shipping.impl.ShippingServiceLevelServiceImpl
Set all the available shipping cost calculation methods configured in the system.
setAllShippingCostCalculationMethods(List) - Method in interface com.elasticpath.service.shipping.ShippingServiceLevelService
Set all the available shipping cost calculation methods configured in the system.
setAllUserPermissionsMap(Map) - Method in class com.elasticpath.service.cmuser.impl.UserRoleServiceImpl
Set the system configured permission map.
setAllUserPermissionsMap(Map) - Method in interface com.elasticpath.service.cmuser.UserRoleService
Set the system configured permission map.
setAmount(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the amount of this payment.
setAmount(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the amount for this sku (Price * Quantity).
setAmount(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the amount of this payment.
setAmount(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderSku
Set the amount for this sku (Price * Quantity).
setAnalyzer(Analyzer) - Method in class com.elasticpath.service.index.impl.AbstractIndexServiceImpl
Sets the anaylyer.
setAnalyzer(Analyzer) - Method in class com.elasticpath.service.index.impl.AbstractQueryComposerImpl
Sets the analyzer.
setAnalyzer(Analyzer) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Sets the analyzer.
setAncestorUid(long) - Method in interface com.elasticpath.domain.search.CategorySearchCriteria
Sets the ancestor uid.
setAncestorUid(long) - Method in class com.elasticpath.domain.search.impl.CategorySearchCriteriaImpl
Sets the ancestor uid.
setAnonymous(boolean) - Method in interface com.elasticpath.domain.customer.Customer
Sets the anonymous status of the customer.
setAnonymous(boolean) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the anonymous status of the customer.
setAnonymousSignInFormController(AnonymousSignInFormControllerImpl) - Method in class com.elasticpath.sfweb.controller.impl.SignInFormControllerImpl
Set the anonymous sign in controller that will handle anonymous sign-ins.
setApplicationContext(ApplicationContext) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Set the web application context.
setAppliedRules(Set) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the AppliedRule objects that represent rules that were fired while processing this order.
setAppliedRules(Set) - Method in interface com.elasticpath.domain.order.Order
Set the AppliedRule objects that represent rules that were fired while processing this order.
setArgs(Object[]) - Method in class com.elasticpath.domain.dataimport.impl.ImportFaultImpl
Sets the arguments for fault code.
setArgs(Object[]) - Method in interface com.elasticpath.domain.dataimport.ImportFault
Sets the arguments for fault code.
setAssociationType(int) - Method in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Set the type of this ProductAssociation.
setAssociationType(int) - Method in interface com.elasticpath.domain.catalog.ProductAssociation
Set the type of this ProductAssociation.
setAttribute(Attribute) - Method in interface com.elasticpath.domain.attribute.AttributeGroupAttribute
Set the attribute.
setAttribute(Attribute) - Method in interface com.elasticpath.domain.attribute.AttributeValue
Get the attribute corresponding to this value.
setAttribute(Attribute) - Method in class com.elasticpath.domain.attribute.impl.AttributeGroupAttributeImpl
Set the Attribute.
setAttribute(Attribute) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Get the attribute corresponding to this value.
setAttribute(Attribute) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
 
setAttribute(Attribute) - Method in class com.elasticpath.domain.catalogview.impl.AttributeValueFilterImpl
 
setAttribute(Attribute) - Method in class com.elasticpath.domain.catalogview.impl.ProductAdaptorForAttributeRangeFilterImpl
Set the attribute.
setAttribute(Attribute) - Method in interface com.elasticpath.domain.catalogview.ProductAdaptorForAttributeRangeFilter
Set the attribute.
setAttributeGroup(AttributeGroup) - Method in interface com.elasticpath.domain.catalog.CategoryType
Sets the category attribute group.
setAttributeGroup(AttributeGroup) - Method in class com.elasticpath.domain.catalog.impl.CategoryTypeImpl
Sets the category attribute group.
setAttributeGroupAttributes(Set) - Method in interface com.elasticpath.domain.attribute.AttributeGroup
Set the set of attributes associated with this attribute group.
setAttributeGroupAttributes(Set) - Method in class com.elasticpath.domain.attribute.impl.AttributeGroupImpl
Set the set of attributes associated with this product type.
setAttributeKey(String) - Method in interface com.elasticpath.domain.catalogview.AttributeFilter
Set the attribute Key.
setAttributeKey(String) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
Set the attribute Key.
setAttributeKey(String) - Method in class com.elasticpath.domain.catalogview.impl.AttributeValueFilterImpl
Set the attribute Key.
setAttributeService(AttributeService) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
 
setAttributeService(AttributeService) - Method in class com.elasticpath.domain.catalogview.impl.AttributeValueFilterImpl
 
setAttributeType(AttributeType) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the AttributeType of this attribute.
setAttributeType(AttributeType) - Method in interface com.elasticpath.domain.attribute.AttributeValue
Set the AttributeType of this attribute.
setAttributeType(AttributeType) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the AttributeType of this attribute.
setAttributeType(AttributeType) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the AttributeType of this attribute.
setAttributeUsage(AttributeUsage) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the AttributeUsage of this attribute.
setAttributeUsage(AttributeUsage) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the AttributeUsage of this attribute.
setAttributeValue(Attribute, Locale, Object) - Method in interface com.elasticpath.domain.attribute.AttributeValueGroup
Set the attribute value of the domain object.
setAttributeValue(Attribute, Locale, Object) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueGroupImpl
Set the attribute value of the domain object.
setAttributeValue(Object) - Method in interface com.elasticpath.domain.catalogview.AttributeValueFilter
 
setAttributeValue(Object) - Method in class com.elasticpath.domain.catalogview.impl.AttributeValueFilterImpl
Set the attribute value.
setAttributeValueGroup(AttributeValueGroup) - Method in interface com.elasticpath.domain.catalog.Category
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in interface com.elasticpath.domain.catalog.Product
Set the attribute value group.
setAttributeValueGroup(AttributeValueGroup) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the attribute value group.
setAttributeValueMap(Map) - Method in interface com.elasticpath.domain.attribute.AttributeValueGroup
Sets the attribute value map.
setAttributeValueMap(Map) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueGroupImpl
Sets the attribute value map.
setAuthenticationManager(AuthenticationManager) - Method in interface com.elasticpath.sfweb.ajax.service.CustomerAjaxController
 
setAuthenticationManager(AuthenticationManager) - Method in class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setAuthority(String) - Method in class com.elasticpath.domain.cmuser.impl.UserPermissionImpl
Sets the authority for this Permission.
setAuthority(String) - Method in interface com.elasticpath.domain.cmuser.UserPermission
Sets the authority for this UserPermission.
setAuthority(String) - Method in interface com.elasticpath.domain.customer.CustomerRole
Sets the authority for this CustomerRole.
setAuthority(String) - Method in class com.elasticpath.domain.customer.impl.CustomerRoleImpl
Sets the authority for this Permission.
setAuthorizationCode(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the authorization code.
setAuthorizationCode(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the authorization code, returned with every transaction.
setAvailability(Map) - Method in class com.elasticpath.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
setAvailability(Map) - Method in interface com.elasticpath.sfweb.ajax.bean.SkuConfigurationBean
 
setAvailableRegions(List) - Method in interface com.elasticpath.domain.misc.Geography
Set the ShippingRegions that define the set of available countries and subcountries.
setAvailableRegions(List) - Method in class com.elasticpath.domain.misc.impl.GeographyImpl
Set the ShippingRegions that define the set of available countries and subcountries.
setBeforeTaxReturnTotal(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the before-tax return total.
setBeforeTaxReturnTotal(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the before-tax return total.
setBeforeTaxShippingCost(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the before-tax shipping cost in BigDecimal.
setBeforeTaxShippingCost(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the before-tax shipping cost in BigDecimal.
setBeforeTaxSubtotal(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the order before-tax subtotal paid by the customer.
setBeforeTaxSubtotal(BigDecimal) - Method in interface com.elasticpath.domain.order.Order
Set the order before-tax subtotal paid by the customer.
setBeforeTaxTotal(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the order before-tax total.
setBeforeTaxTotal(BigDecimal) - Method in interface com.elasticpath.domain.order.Order
Set the order before-tax total.
setBillingAddress(CustomerAddress) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setBillingAddress(CustomerAddress) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setBillingAddress(OrderAddress) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the billing address corresponding to this order.
setBillingAddress(OrderAddress) - Method in interface com.elasticpath.domain.order.Order
Set the billing address corresponding to this order.
setBillingAddress(Address) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the billing address.
setBillingAddress(Address) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the preferred billing address.
setBillingAddress(Address) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set the billing address.
setBillingAddress(Address) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the billing address.
setBillingAddressView(String) - Method in class com.elasticpath.sfweb.controller.impl.CheckoutControllerImpl
Sets the name of the view for specifying addresses.
setBody(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property body.
setBody(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property body.
setBodyHtml(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property html body.
setBodyHtml(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property html body.
setBooleanValue(Boolean) - Method in interface com.elasticpath.domain.attribute.AttributeValueWithType
Set the boolean value.
setBooleanValue(Boolean) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the boolean value.
setBrand(Brand) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets the brand/manufacturer of the product.
setBrand(Brand) - Method in interface com.elasticpath.domain.catalog.Product
Sets the brand/manufacturer of the product.
setBrand(Brand) - Method in class com.elasticpath.domain.shoppingcart.impl.ViewHistoryProductImpl
Sets the brand for the viewed product.
setBrandCode(String) - Method in class com.elasticpath.domain.search.impl.ProductSearchCriteriaImpl
Sets the brand code.
setBrandCode(String) - Method in interface com.elasticpath.domain.search.ProductSearchCriteria
Sets the brand code.
setBrandService(BrandService) - Method in class com.elasticpath.domain.catalogview.impl.BrandFilterImpl
Sets the brand servcie.
setBrandService(BrandService) - Method in class com.elasticpath.sfweb.controller.impl.SitemapControllerImpl
 
setBrowsingService(BrowsingService) - Method in class com.elasticpath.sfweb.controller.impl.BrowsingControllerImpl
Sets the browsing service.
setCacheUpdatePropertiesFile(String) - Method in class com.elasticpath.service.catalog.impl.ProductCacheUpdateServiceImpl
Set the properties file used to track cache update times.
setCachingControlEntries(List) - Method in class com.elasticpath.commons.filter.impl.CachingControlFilter
Sets the caching control entries.
setCardHolderName(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setCardHolderName(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setCardHolderName(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Get the card holder name.
setCardHolderName(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Get the card holder name.
setCardHolderName(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setCardHolderName(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setCardNumber(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setCardNumber(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setCardNumber(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the credit card number.
setCardNumber(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the credit card number.
setCardNumber(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setCardNumber(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setCardType(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setCardType(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setCardType(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the vendor/brand of the credit card (e.g.
setCardType(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the vendor/brand of the credit card (e.g.
setCardType(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setCardType(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setCardTypes(List) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set the card types available as a list of Strings.
setCardTypes(List) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the card types available as a list of Strings.
setCarrier(String) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
 
setCarrier(String) - Method in interface com.elasticpath.domain.order.OrderShipment
 
setCarrier(String) - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
 
setCarrier(String) - Method in interface com.elasticpath.domain.shipping.ShippingServiceLevel
 
setCarrier(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
setCartItems(List) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the cart items in the shopping cart.
setCartItems(List) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the cart items in the shopping cart.
setCartItems(List) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
setCartItems(List) - Method in interface com.elasticpath.sfweb.ajax.bean.ShoppingCartBean
 
setCartView(String) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartControllerImpl
Set the cart view to be displayed when adding to or updating the cart.
setCatalogViewRequest(CatalogViewRequest) - Method in interface com.elasticpath.domain.catalogview.CatalogViewResult
Sets the catalog view request which generated this search result.
setCatalogViewRequest(CatalogViewRequest) - Method in interface com.elasticpath.domain.catalogview.FilterOption
Sets the catalog view request corresponding to this filter option.
setCatalogViewRequest(CatalogViewRequest) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the catalog view request which generated this search result.
setCatalogViewRequest(CatalogViewRequest) - Method in class com.elasticpath.domain.catalogview.impl.FilterOptionImpl
Sets the search request corresponding to this filter option.
setCatalogViewResultHistory(CatalogViewResultHistory) - Method in interface com.elasticpath.sfweb.viewbean.CatalogViewResultBean
Sets the catalog view result history.
setCatalogViewResultHistory(CatalogViewResultHistory) - Method in class com.elasticpath.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Sets the catalog view result history.
setCategories(Set) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets product categories from incoming set of Categories.
setCategories(Set) - Method in interface com.elasticpath.domain.catalog.Product
Sets product categories.
setCategory(Category) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryAjaxBean
Set a reference to the domain model object representing a category.
setCategory(Category) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryAjaxBeanImpl
Set a reference to the domain model object representing a category.
setCategory(Category) - Method in class com.elasticpath.domain.catalog.impl.ProductCategoryImpl
Set the category.
setCategory(Category) - Method in interface com.elasticpath.domain.catalog.ProductCategory
Set the category.
setCategory(Category) - Method in interface com.elasticpath.domain.catalogview.CatalogViewResult
Sets the category.
setCategory(Category) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the category.
setCategoryIndexBuildService(IndexBuildService) - Method in class com.elasticpath.service.index.impl.IndexBuildModeratorForCmUseImpl
Sets the category index build service.
setCategoryLoadTunerAll(CategoryLoadTuner) - Method in class com.elasticpath.service.catalog.impl.CategoryServiceImpl
Sets the CategoryLoadTuner for populating all data.
setCategoryLoadTunerDefault(CategoryLoadTuner) - Method in class com.elasticpath.service.catalog.impl.CategoryServiceImpl
Sets the default CategoryLoadTuner.
setCategoryLoadTunerMinimal(CategoryLoadTuner) - Method in class com.elasticpath.service.catalog.impl.CategoryServiceImpl
Sets the CategoryLoadTuner for populating minimal data.
setCategoryQueryComposer(QueryComposer) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Sets the category query composer.
setCategoryRestriction(long) - Method in class com.elasticpath.domain.search.impl.SfSearchLogImpl
Sets the category restriction for this search.
setCategoryRestriction(long) - Method in interface com.elasticpath.domain.search.SfSearchLog
Sets the category restriction for this search.
setCategoryService(CategoryService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.CatalogAjaxServiceImpl
Set the category service used to retrieve category information.
setCategoryService(CategoryService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.DashboardAjaxServiceImpl
Set the category service.
setCategoryService(CategoryService) - Method in class com.elasticpath.domain.catalogview.impl.CategoryFilterImpl
Sets the category servcie.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Set the CategoryService singleton.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Set the CategoryService singleton.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Set the category service.
setCategoryService(CategoryService) - Method in interface com.elasticpath.service.catalog.TopSellerService
Set the category service.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.catalogview.impl.BrowsingServiceImpl
Sets the category service.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.catalogview.impl.SearchServiceImpl
Sets the CategoryService.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.dataimport.impl.ImportGuidHelperImpl
Set the category service.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.index.impl.CategoryIndexBuildServiceImpl
Sets the category service.
setCategoryService(CategoryService) - Method in class com.elasticpath.service.index.impl.ProductIndexForCmUseBuildServiceImpl
Sets the category service.
setCategoryService(CategoryService) - Method in class com.elasticpath.sfweb.controller.impl.BrowsingControllerImpl
Sets the category service.
setCategoryService(CategoryService) - Method in class com.elasticpath.sfweb.controller.impl.SitemapControllerImpl
Sets the category service.
setCategoryType(CategoryType) - Method in interface com.elasticpath.domain.catalog.Category
Set the CategoryType.
setCategoryType(CategoryType) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the CategoryType.
setCategoryTypeLoadTuner(CategoryTypeLoadTuner) - Method in interface com.elasticpath.domain.catalog.CategoryLoadTuner
Sets the CategoryTypeLoadTuner.
setCategoryTypeLoadTuner(CategoryTypeLoadTuner) - Method in class com.elasticpath.domain.catalog.impl.CategoryLoadTunerImpl
Sets the CategoryTypeLoadTuner.
setCategoryUid(long) - Method in interface com.elasticpath.domain.catalog.CategoryDeleted
Sets the uid of the deleted category.
setCategoryUid(long) - Method in class com.elasticpath.domain.catalog.impl.CategoryDeletedImpl
Sets the uid of the deleted category.
setCategoryUid(long) - Method in class com.elasticpath.domain.catalog.impl.TopSellerImpl
Sets the category uid.
setCategoryUid(long) - Method in interface com.elasticpath.domain.catalog.TopSeller
Sets the category uid.
setCategoryUid(long) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest
Sets the category uid.
setCategoryUid(long) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the keywords.
setCategoryUids(Set) - Method in class com.elasticpath.domain.search.impl.ProductSearchCriteriaImpl
Sets the set of category uids.
setCategoryUids(Set) - Method in interface com.elasticpath.domain.search.ProductSearchCriteria
Sets the Set of category uids.
setCheckoutBillingAddressView(String) - Method in class com.elasticpath.sfweb.controller.impl.AddressFormControllerImpl
Set the view to return to when editing a billing address.
setCheckoutEventHandler(CheckoutEventHandler) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the handler to be notified of checkout events.
setCheckoutService(CheckoutService) - Method in interface com.elasticpath.sfweb.ajax.service.CheckoutAjaxController
 
setCheckoutService(CheckoutService) - Method in interface com.elasticpath.sfweb.ajax.service.CustomerAjaxController
 
setCheckoutService(CheckoutService) - Method in class com.elasticpath.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setCheckoutService(CheckoutService) - Method in class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setCheckoutService(CheckoutService) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in class com.elasticpath.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in class com.elasticpath.sfweb.controller.impl.DeliveryOptionsFormControllerImpl
Set the checkout service.
setCheckoutService(CheckoutService) - Method in class com.elasticpath.sfweb.controller.impl.PayPalExpressCheckoutController
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in class com.elasticpath.sfweb.controller.impl.ShippingAddressFormControllerImpl
Set the checkout service.
setCheckoutShippingAddressView(String) - Method in class com.elasticpath.sfweb.controller.impl.AddressFormControllerImpl
Set the view to return to when editing a shipping address.
setCheckoutSignInFormController(SignInFormControllerImpl) - Method in class com.elasticpath.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Set the anonymous sign in controller that will handle anonymous sign-ins.
setCheckoutTransactionBehaviour(CheckoutTransactionBehaviour) - Method in interface com.elasticpath.domain.ElasticPath
Sets the checkoutTransactionBehaviour that defines how a checkout transaction is processed.
setCheckoutTransactionBehaviour(CheckoutTransactionBehaviour) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the checkoutTransactionBehaviour that defines how a checkout transaction is processed.
setCheckoutView(String) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartControllerImpl
Set the checkout view to be displayed when updating an item during the checkout.
setCheckoutView(String) - Method in class com.elasticpath.sfweb.controller.impl.CreditCardFormControllerImpl
Set the view to be redirected to when editing a credit card from the checkout page.
setCheckoutView(String) - Method in class com.elasticpath.sfweb.controller.impl.ShoppingCartControllerImpl
Set the checkout view.
setCity(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the city of this Address.
setCity(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the city of this Address.
setClearTextPassword(String) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the clear-text password.
setClearTextPassword(String) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the clear-text password.
setClearTextPassword(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the clear-text password.
setClearTextPassword(String) - Method in interface com.elasticpath.domain.customer.CustomerAuthentication
Sets the clear-text password.
setClearTextPassword(String) - Method in class com.elasticpath.domain.customer.impl.CustomerAuthenticationImpl
Sets the clear-text password.
setClearTextPassword(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the clear-text password.
setCmAccess(boolean) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets whether this CmUser has access to Commerce Manager functionality.
setCmAccess(boolean) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets whether this CmUser has access to Commerce Manager functionality.
setCmUser(CmUser) - Method in interface com.elasticpath.domain.cmuser.CmUserSession
Sets the CmUser instance.
setCmUser(CmUser) - Method in class com.elasticpath.domain.cmuser.impl.CmUserSessionImpl
Sets the CmUser instance.
setCmUser(CmUser) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the cm user whom started the import job.
setCmUser(CmUser) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the cm user whom started the import job.
setCmUserService(CmUserService) - Method in class com.elasticpath.cmweb.controller.impl.CmUserFormControllerImpl
Set the cusomer service.
setCmUserService(CmUserService) - Method in class com.elasticpath.cmweb.controller.impl.ForgottenPasswordFormControllerImpl
Set the cmUser service.
setCmUserService(CmUserService) - Method in class com.elasticpath.cmweb.filters.CmUserSessionFilter
Set the CmUserService.
setCmUserSession(HttpServletRequest, CmUserSession) - Method in class com.elasticpath.cmweb.util.impl.RequestHelperImpl
Sets a CmUserSession into http session.
setCmUserSession(HttpServletRequest, CmUserSession) - Method in interface com.elasticpath.cmweb.util.RequestHelper
Sets a CmUserSession into http session.
setCmUserUid(long) - Method in class com.elasticpath.domain.catalog.impl.InventoryAuditImpl
 
setCmUserUid(long) - Method in interface com.elasticpath.domain.catalog.InventoryAudit
 
setCode(String) - Method in interface com.elasticpath.domain.catalog.Brand
Sets the brand code.
setCode(String) - Method in interface com.elasticpath.domain.catalog.Category
Sets the category code.
setCode(String) - Method in class com.elasticpath.domain.catalog.impl.BrandImpl
Sets the brand code.
setCode(String) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Sets the category code.
setCode(String) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets the product code.
setCode(String) - Method in interface com.elasticpath.domain.catalog.Product
Sets the product code.
setCode(String) - Method in class com.elasticpath.domain.dataimport.impl.ImportFaultImpl
Sets the fault code.
setCode(String) - Method in interface com.elasticpath.domain.dataimport.ImportFault
Sets the fault code.
setCode(int) - Method in interface com.elasticpath.domain.EpConstant
Set the code.
setCode(int) - Method in class com.elasticpath.domain.impl.AbstractEpConstantImpl
Set the code.
setCode(String) - Method in class com.elasticpath.domain.tax.impl.TaxCodeImpl
Set the sales tax code.
setCode(String) - Method in interface com.elasticpath.domain.tax.TaxCode
Set the sales tax code.
setColumnDelimiter(String) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep3FormBeanImpl
Sets the column delimiter.
setColumnDelimiter(String) - Method in interface com.elasticpath.cmweb.formbean.ImportStep3FormBean
Sets the column delimiter.
setComment(String) - Method in class com.elasticpath.domain.catalog.impl.InventoryAuditImpl
 
setComment(String) - Method in interface com.elasticpath.domain.catalog.InventoryAudit
 
setCommercialAddress(boolean) - Method in interface com.elasticpath.domain.customer.Address
Sets whether this Address is a commercial address.
setCommercialAddress(boolean) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets whether this Address is a commercial address.
setCompany(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the company associated with this Customer.
setCompany(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the company associated with this Customer.
setCompletedOrder(Order) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set a reference to the completed order for the items previously checked out.
setCompletedOrder(Order) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set a reference to the completed order for the items previously checked out.
setComputedPrice(Money, int) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set the product's computed price (e.g.
setComputedPrice(Money) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set the computed price for the first price tier.
setComputedPrice(BigDecimal) - Method in class com.elasticpath.domain.catalog.impl.PriceTierImpl
Set the computed price of the price tier.
setComputedPrice(Money) - Method in interface com.elasticpath.domain.catalog.Price
Set the product's computed price (e.g.
setComputedPrice(Money, int) - Method in interface com.elasticpath.domain.catalog.Price
Set the product's computed price (e.g.
setComputedPrice(BigDecimal) - Method in interface com.elasticpath.domain.catalog.PriceTier
Set the computed price of the price tier.
setConditionOperator(boolean) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setConditionOperator(boolean) - Method in interface com.elasticpath.domain.rules.Rule
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setConditions(Set) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set the conditions of this rule.
setConditions(Set) - Method in interface com.elasticpath.domain.rules.Rule
Set the conditions of this rule.
setConfirmClearTextPassword(String) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in interface com.elasticpath.domain.customer.CustomerAuthentication
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in class com.elasticpath.domain.customer.impl.CustomerAuthenticationImpl
Sets the confirm clear-text password.
setConfirmClearTextPassword(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the confirm clear-text password.
setConfirmPassword(String) - Method in interface com.elasticpath.sfweb.formbean.EditAccountFormBean
Set the confirm password.
setConfirmPassword(String) - Method in class com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the confirm password.
setContinueShoppingPage(String) - Method in class com.elasticpath.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Set the page to be redirected to when the cart is empty.
setCountry(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the country of this Address.
setCountry(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the country of this Address.
setCountryCode(String) - Method in interface com.elasticpath.domain.shipping.Country
Set the ISO country code for this Country.
setCountryCode(String) - Method in class com.elasticpath.domain.shipping.impl.CountryImpl
Set the ISO country code for this Country.
setCountryCode(String) - Method in class com.elasticpath.domain.shipping.impl.RegionImpl
Set the region's country code (ISO country code).
setCountryCode(String) - Method in interface com.elasticpath.domain.shipping.Region
Set the region's country code (ISO country code).
setCountryName(String) - Method in interface com.elasticpath.domain.shipping.Country
Set the country name (in English).
setCountryName(String) - Method in class com.elasticpath.domain.shipping.impl.CountryImpl
Set the country name (in English).
setCreatedBy(CmUser) - Method in class com.elasticpath.domain.order.impl.OrderNoteImpl
Set the CM User who created this order note.
setCreatedBy(CmUser) - Method in interface com.elasticpath.domain.order.OrderNote
Set the CM User who created this order note.
setCreatedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderNoteImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.elasticpath.domain.order.Order
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.elasticpath.domain.order.OrderNote
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the date that the order is created.
setCreatedDate(Date) - Method in interface com.elasticpath.domain.order.OrderSku
Set the date that the order is created.
setCreationDate(Date) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets this cmUser's creationDate.
setCreationDate(Date) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets this cmUser's creationDate.
setCreationDate(Date) - Method in interface com.elasticpath.domain.customer.Customer
Sets the customer creation date.
setCreationDate(Date) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set the creation date.
setCreationDate(Date) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the customer creation date.
setCreationDate(Date) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set the date the session was created.
setCreditCards(List) - Method in interface com.elasticpath.domain.customer.Customer
 
setCreditCards(List) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
 
setCsvFileColDelimeter(char) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the csv file column delimeter.
setCsvFileColDelimeter(char) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the csv file column delimeter.
setCsvFileName(String) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep2FormBeanImpl
Sets the filename with an absolute path.
setCsvFileName(String) - Method in interface com.elasticpath.cmweb.formbean.ImportStep2FormBean
Sets the filename with an absolute path.
setCsvFileName(String) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the csv file name.
setCsvFileName(String) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the csv file name.
setCsvFileTextQualifier(char) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the csv file text qualifier.
setCsvFileTextQualifier(char) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the csv file text qualifier.
setCurrency(Currency) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set the currency for the price.
setCurrency(Currency) - Method in interface com.elasticpath.domain.catalog.Price
Set the currency for the price.
setCurrency(Currency) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest
Sets the currency.
setCurrency(Currency) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the currency.
setCurrency(Currency) - Method in class com.elasticpath.domain.catalogview.impl.PriceFilterImpl
Set the currency of this price filter.
setCurrency(Currency) - Method in class com.elasticpath.domain.catalogview.impl.ProductAdaptorForPriceFilterImpl
Sets the currency.
setCurrency(Currency) - Method in interface com.elasticpath.domain.catalogview.PriceFilter
Set the currency of this price filter.
setCurrency(Currency) - Method in interface com.elasticpath.domain.catalogview.ProductAdaptorForPriceFilter
Sets the currency.
setCurrency(Currency) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in class com.elasticpath.domain.dataimport.impl.PriceTierAdaptorImpl
Sets the currency.
setCurrency(Currency) - Method in interface com.elasticpath.domain.dataimport.PriceTierAdaptor
Sets the currency.
setCurrency(Currency) - Method in class com.elasticpath.domain.misc.impl.MoneyImpl
Set the Currency of the money.
setCurrency(Currency) - Method in interface com.elasticpath.domain.misc.Money
Set the Currency of the money.
setCurrency(Currency) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the order's currency.
setCurrency(Currency) - Method in interface com.elasticpath.domain.order.Order
Set the order's currency.
setCurrency(Currency) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the currency of the customer corresponding to the shopping cart.
setCurrency(Currency) - Method in interface com.elasticpath.sfweb.ajax.bean.CartItemBean
 
setCurrency(Currency) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
 
setCurrencyCode(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the currency code.
setCurrencyCode(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the currency code.
setCurrentCatalogViewResult(CatalogViewResult) - Method in interface com.elasticpath.sfweb.viewbean.CatalogViewResultBean
Sets the current catalog view result.
setCurrentCatalogViewResult(CatalogViewResult) - Method in class com.elasticpath.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Sets the current catalog view result.
setCurrentCatalogViewResult(CatalogViewResult) - Method in class com.elasticpath.sfweb.viewbean.impl.ProductViewBeanImpl
Sets the current catalog view result.
setCurrentCatalogViewResult(CatalogViewResult) - Method in interface com.elasticpath.sfweb.viewbean.ProductViewBean
Sets the current catalog view result.
setCurrentPageNumber(int) - Method in interface com.elasticpath.sfweb.viewbean.CatalogViewResultBean
Sets the current page number.
setCurrentPageNumber(int) - Method in class com.elasticpath.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Sets the page number.
setCurrentRow(int) - Method in class com.elasticpath.domain.dataimport.impl.ImportRunningJobImpl
Set the current row number.
setCurrentRow(int) - Method in interface com.elasticpath.domain.dataimport.ImportRunningJob
Set the current row number.
setCustomer(Customer) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set the customer corresponding to this session.
setCustomer(Customer) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set the customer.
setCustomer(Customer) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the customer corresponding to this order.
setCustomer(Customer) - Method in interface com.elasticpath.domain.order.Order
Set the customer corresponding to this order.
setCustomer(Customer) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Sets the Customer.
setCustomer(Customer) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Sets the Customer.
setCustomerAuthentication(CustomerAuthentication) - Method in interface com.elasticpath.domain.customer.Customer
Set the customer authentication.
setCustomerAuthentication(CustomerAuthentication) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set the customer authentication.
setCustomerCriteria(Map) - Method in interface com.elasticpath.domain.order.AdvancedOrderSearchCriteria
Set the map of order customer property name to criteria value.
setCustomerCriteria(Map) - Method in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the map of order customer property name to criteria value.
setCustomerDefaultGroup(Customer) - Method in interface com.elasticpath.service.customer.CustomerService
Adds a customer to the default customer group (ensuring that they have the default role).
setCustomerDefaultGroup(Customer) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Adds a customer to the default customer group (ensuring that they have the default role).
setCustomerGroups(List) - Method in interface com.elasticpath.domain.customer.Customer
Sets the CustomerGroups associated with this Customer.
setCustomerGroups(List) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the CustomerGroups associated with this Customer.
setCustomerGroupService(CustomerGroupService) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Set the customerGroupService instance.
setCustomerIndexBuildService(IndexBuildService) - Method in class com.elasticpath.service.index.impl.IndexBuildModeratorForCmUseImpl
Sets the customer index build service.
setCustomerName(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Set the customer name of the order.
setCustomerName(String) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Set the customer name of the order.
setCustomerNumber(String) - Method in interface com.elasticpath.domain.search.CustomerSearchCriteria
Sets the customer number.
setCustomerNumber(String) - Method in class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
Sets the customer number.
setCustomerProfile(CustomerProfile) - Method in interface com.elasticpath.domain.customer.Customer
Set the customer profile.
setCustomerProfile(CustomerProfile) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set the customer profile.
setCustomerProfileAttributes(Map) - Method in interface com.elasticpath.domain.ElasticPath
Sets the customer profile attribute map.
setCustomerProfileAttributes(Map) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the customer profile attribute map.
setCustomerQueryComposer(QueryComposer) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Sets the customer query composer.
setCustomerReportService(CustomerReportService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.DashboardAjaxServiceImpl
Set the Customer Report Service.
setCustomerRoles(Set) - Method in interface com.elasticpath.domain.customer.CustomerGroup
Sets the CustomerRoles associated with customers in this CustomerGroup.
setCustomerRoles(Set) - Method in class com.elasticpath.domain.customer.impl.CustomerGroupImpl
Sets the CustomerRoles associated with customers in this CustomerGroup.
setCustomerSearchCriteria(CustomerSearchCriteria) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Sets the customer search criteria.
setCustomerSearchCriteria(CustomerSearchCriteria) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Sets the customer search criteria.
setCustomerService(CustomerService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.CsrAjaxServiceImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.service.auth.impl.CustomerAuthorityGranterImpl
Set the Customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.service.dataimport.impl.ImportJobRunnerCustomerImpl
Sets the CustomerService.
setCustomerService(CustomerService) - Method in class com.elasticpath.service.index.impl.CustomerIndexBuildServiceImpl
Sets the customer service.
setCustomerService(CustomerService) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Set the customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the customer service.
setCustomerService(CustomerService) - Method in interface com.elasticpath.sfweb.ajax.service.CheckoutAjaxController
 
setCustomerService(CustomerService) - Method in interface com.elasticpath.sfweb.ajax.service.CustomerAjaxController
 
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.AddressFormControllerImpl
Set the customer service used to associate the address with a customer.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.BillingAddressFormControllerImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
Set the cusomer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.CreditCardFormControllerImpl
Set the customer service used to associate the credit card with a customer.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.EditAccountFormControllerImpl
Sets the customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.ForgottenPasswordFormControllerImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.ManageAccountControllerImpl
Sets the customer service.
setCustomerService(CustomerService) - Method in class com.elasticpath.sfweb.controller.impl.ShippingAddressFormControllerImpl
Set the customer service.
setCustomerSession(CustomerSession) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the CustomerSession.
setCustomerSession(CustomerSession) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the CustomerSession.
setCustomerSessionGuid(String) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the guid of the customer session that corresponds to this shopping cart.
setCustomerSessionGuid(String) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the guid of the customer session that corresponds to this shopping cart.
setCustomerSessionService(CustomerSessionService) - Method in interface com.elasticpath.service.customer.CustomerService
Set the customerSessionService instance.
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Set the customerSessionService instance.
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.service.shoppingcart.impl.ShoppingCartServiceImpl
Sets the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in interface com.elasticpath.sfweb.ajax.service.CustomerAjaxController
 
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Set the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.sfweb.controller.impl.EditAccountFormControllerImpl
Sets the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.sfweb.controller.impl.LocaleControllerImpl
Sets the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in class com.elasticpath.sfweb.service.WebCustomerSessionServiceImpl
Set the customer session service.
setCustomerUid(long) - Method in interface com.elasticpath.domain.customer.CustomerDeleted
Sets the uid of the deleted customer.
setCustomerUid(long) - Method in class com.elasticpath.domain.customer.impl.CustomerDeletedImpl
Sets the uid of the deleted customer.
setCvv2Code(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the security code (found near the signature on the back of the card).
setCvv2Code(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the security code (found near the signature on the back of the card).
setDatabaseMetaData(DatabaseMetaData) - Method in interface com.elasticpath.domain.ElasticPath
Called in EPContextListener to set the DatabaseMetaData at the start up time.
setDatabaseMetaData(DatabaseMetaData) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Called in EPContextListener to set the DatabaseMetaData at the start up time.
setDataFields(List) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep5FormBeanImpl
Sets the data fields in the import data file.
setDataFields(List) - Method in interface com.elasticpath.cmweb.formbean.ImportStep5FormBean
Sets the data fields in the import data file.
setDataObject(Object) - Method in exception com.elasticpath.sfweb.ajax.validation.DwrValidationException
 
setDateOfBirth(Date) - Method in interface com.elasticpath.domain.customer.Customer
Sets the customer's date of birth.
setDateOfBirth(Date) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the customer's date of birth.
setDateValue(Date) - Method in interface com.elasticpath.domain.attribute.AttributeValueWithType
Set the date value.
setDateValue(Date) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the date value.
setDecimalValue(BigDecimal) - Method in interface com.elasticpath.domain.attribute.AttributeValueWithType
Set the decimal value.
setDecimalValue(BigDecimal) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the decimal value.
setDefaultBeanValidator(DefaultBeanValidator) - Method in class com.elasticpath.service.interceptor.ValidateInterceptor
Set the validator.
setDefaultBeanValidator(DefaultBeanValidator) - Method in class com.elasticpath.sfweb.ajax.util.impl.OnePageHelperImpl
Set the validator.
setDefaultBeanValidator(DefaultBeanValidator) - Method in interface com.elasticpath.sfweb.ajax.util.OnePageHelper
Set the validator.
setDefaultBeanValidator(DefaultBeanValidator) - Method in class com.elasticpath.sfweb.ajax.validation.DwrValidationInterceptor
Set the validator.
setDefaultBrandName(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Set the default brand name of the product represented.
setDefaultBrandName(String) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Set the default brand name of the product represented.
setDefaultCard(boolean) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setDefaultCard(boolean) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setDefaultCard(boolean) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setDefaultCard(boolean) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setDefaultCategory(Category) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the given category to be the default category of this product.
setDefaultCategory(Category) - Method in interface com.elasticpath.domain.catalog.Product
Set the given category to be the default category of this product.
setDefaultDisplayName(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Set the default display name of the product represented.
setDefaultDisplayName(String) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Set the default display name of the product represented.
setDefaultDisplayPrice(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Set the price of the product represented in the default currency.
setDefaultDisplayPrice(String) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Set the price of the product represented in the default currency.
setDefaultOptionValue(SkuOptionValue) - Method in class com.elasticpath.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.elasticpath.domain.skuconfiguration.SkuOption
Set the option value that is to appear by default if no option has yet been selected.
setDefaultParentCategoryPath(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Set the default parent category path.
setDefaultParentCategoryPath(String) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Set the default parent category path.
setDefaultProductLoadTuner(ProductLoadTuner) - Method in class com.elasticpath.service.catalogview.impl.RefreshableCachedProductRetrieveStrategyImpl
Set the default product load tuner to be used when refreshing the cache from disk.
setDefaultQuantity(int) - Method in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Set the default quantity of the product targeted by this MerchandiseAssociation.
setDefaultQuantity(int) - Method in interface com.elasticpath.domain.catalog.ProductAssociation
Set the default quantity of the product targeted by this MerchandiseAssociation.
setDefaultSku(ProductSku) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets the default SKU for this product.
setDefaultSku(ProductSku) - Method in interface com.elasticpath.domain.catalog.Product
Sets the default SKU for this product.
setDefaultValues() - Method in class com.elasticpath.domain.attribute.impl.AttributeValueGroupImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set default values for those fields that need default values.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.CategoryTypeImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.PriceTierImpl
set default values for price tier.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.cmuser.impl.UserRoleImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.customer.impl.CustomerProfileImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.impl.AbstractEntityImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.impl.AbstractPersistenceImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set default values for those fields need default values.
setDefaultValues() - Method in interface com.elasticpath.domain.Persistence
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.elasticpath.domain.rules.impl.AbstractRuleElementImpl
Sets default values.
setDefaultValues() - Method in class com.elasticpath.domain.rules.impl.AbstractRuleExceptionImpl
Sets default values.
setDefaultValues() - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Set default values for those fields need default values.
setDefaultValues() - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
Set default values for those fields that need default values.
setDefaultValues() - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Set default values for those fields that need default values.
setDefaultValues() - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set default values for those fields need default values.
setDeletedDate(Date) - Method in interface com.elasticpath.domain.catalog.CategoryDeleted
Sets the date when the category was deleted.
setDeletedDate(Date) - Method in class com.elasticpath.domain.catalog.impl.CategoryDeletedImpl
Sets the date when the category was deleted.
setDeletedDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductDeletedImpl
Sets the date when the product was deleted.
setDeletedDate(Date) - Method in interface com.elasticpath.domain.catalog.ProductDeleted
Sets the date when the product was deleted.
setDeletedDate(Date) - Method in interface com.elasticpath.domain.customer.CustomerDeleted
Sets the date when the customer was deleted.
setDeletedDate(Date) - Method in class com.elasticpath.domain.customer.impl.CustomerDeletedImpl
Sets the date when the customer was deleted.
setDependentCartItems(Set) - Method in interface com.elasticpath.domain.shoppingcart.CartItem
Set the set of dependent cart items.
setDependentCartItems(Set) - Method in class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
Set the set of dependent cart items.
setDependentCartItems(Set) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the set of dependent cart items.
setDescription(String) - Method in interface com.elasticpath.domain.catalog.CategoryType
Set the category type description.
setDescription(String) - Method in class com.elasticpath.domain.catalog.impl.CategoryTypeImpl
Set the category type description.
setDescription(String) - Method in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Sets the description.
setDescription(String) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Set the product type description.
setDescription(String) - Method in interface com.elasticpath.domain.catalog.LocaleDependantFields
Sets the description.
setDescription(String) - Method in interface com.elasticpath.domain.catalog.ProductType
Set the product type description.
setDescription(String) - Method in class com.elasticpath.domain.cmuser.impl.UserRoleImpl
Sets the description of this UserRole.
setDescription(String) - Method in interface com.elasticpath.domain.cmuser.UserRole
Sets the description of this UserRole.
setDescription(String) - Method in interface com.elasticpath.domain.EpConstant
Set the description.
setDescription(String) - Method in class com.elasticpath.domain.impl.AbstractEpConstantImpl
Set the description.
setDigitalAsset(DigitalAsset) - Method in interface com.elasticpath.domain.catalog.DigitalAssetAudit
Sets the DigitalAsset.
setDigitalAsset(DigitalAsset) - Method in class com.elasticpath.domain.catalog.impl.DigitalAssetAuditImpl
Sets the DigitalAsset.
setDigitalAsset(DigitalAsset) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Sets the digital asset.
setDigitalAsset(DigitalAsset) - Method in interface com.elasticpath.domain.catalog.ProductSku
Sets the digital asset.
setDigitalAsset(DigitalAsset) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Sets the digital asset.
setDigitalAsset(DigitalAsset) - Method in interface com.elasticpath.domain.order.OrderSku
Sets the digital asset.
setDigitalAssetAuditService(DigitalAssetAuditService) - Method in class com.elasticpath.sfweb.controller.impl.SecureAssetControllerImpl
Sets the digitalAssetAudit service.
setDisplayName(String) - Method in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Sets the display name.
setDisplayName(String) - Method in interface com.elasticpath.domain.catalog.LocaleDependantFields
Sets the display name.
setDisplayName(String) - Method in interface com.elasticpath.domain.catalogview.browsing.BrowsingRequest.FilterSeoUrl
Sets the filter display name.
setDisplayName(String) - Method in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingRequestImpl.FilterSeoUrlImpl
Sets the filter display name.
setDisplayName(String) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest.FilterQueryString
Sets the filter display name.
setDisplayName(String) - Method in interface com.elasticpath.domain.catalogview.FilterDisplayInfo
Set the display name.
setDisplayName(String) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl.FilterQueryStringImpl
Sets the filter display name.
setDisplayName(String) - Method in class com.elasticpath.domain.catalogview.impl.FilterDisplayInfoImpl
Set the display name.
setDisplayName(String) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the product's display name.
setDisplayName(String) - Method in interface com.elasticpath.domain.order.OrderSku
Set the product's display name.
setDisplayNameComparator(DisplayNameComparator) - Method in class com.elasticpath.domain.catalogview.impl.ProductNameSorterImpl
Sets the display name comparator.
setDisplayNameCsr(String) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the product's display name in the CSR language.
setDisplayNameCsr(String) - Method in interface com.elasticpath.domain.order.OrderSku
Set the product's display name in the CSR language.
setDisplaySkuOptions(String) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the product's option values for display.
setDisplaySkuOptions(String) - Method in interface com.elasticpath.domain.order.OrderSku
Set the product's option values for display.
setDisplayText(String) - Method in class com.elasticpath.domain.cmuser.impl.UserPermissionImpl
Sets the default displayText for this Permission.
setDisplayText(String) - Method in interface com.elasticpath.domain.cmuser.UserPermission
Sets the default displayText for this UserPermission.
setDisplayText(String) - Method in class com.elasticpath.domain.rules.impl.RuleParameterImpl
Set the text to be displayed for this parameter.
setDisplayText(String) - Method in interface com.elasticpath.domain.rules.RuleParameter
Set the text to be displayed for this parameter.
setDisplayText(String) - Method in class com.elasticpath.domain.shipping.impl.ShippingCostCalculationParameterImpl
Set the text to be displayed for this parameter.
setDisplayText(String) - Method in interface com.elasticpath.domain.shipping.ShippingCostCalculationParameter
Set the text to be displayed for this parameter.
setDistinctAttributeValueCriterion(DistinctAttributeValueCriterion) - Method in interface com.elasticpath.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.elasticpath.service.attribute.impl.AttributeServiceImpl
Sets the generator for criteria used to query the persistence layer for distinct lists of attribute values.
setDollarSavings(String) - Method in interface com.elasticpath.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the sku's dollar savings.
setDollarSavings(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the sku's dollar savings.
setDomainBeanFactory(PrototypeBeanFactory) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets PrototypeBeanFactory for domain objects.
setDownloadTime(Date) - Method in interface com.elasticpath.domain.catalog.DigitalAssetAudit
Sets the download time.
setDownloadTime(Date) - Method in class com.elasticpath.domain.catalog.impl.DigitalAssetAuditImpl
Sets the download time.
setEditJob(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep1FormBeanImpl
Set to indicate whether to edit job.
setEditJob(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep1FormBean
Set to indicate whether to edit job.
setElasticPath(ElasticPath) - Method in interface com.elasticpath.cmweb.controller.EpController
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.cmweb.controller.impl.AbstractEpControllerImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.cmweb.controller.impl.AbstractEpFormController
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.cmweb.reportservice.impl.BirtReportServiceImpl
Sets ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.elasticpath.cmweb.util.impl.RequestHelperImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in interface com.elasticpath.cmweb.util.RequestHelper
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Sets the context instance ElasticPath.
setElasticPath(ElasticPath) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in interface com.elasticpath.domain.customer.CustomerRole
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in interface com.elasticpath.domain.EpDomain
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.domain.impl.AbstractEpDomainImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.persistence.impl.CsvFileReaderImpl
Sets the context instance ElasticPath.
setElasticPath(ElasticPath) - Method in class com.elasticpath.persistence.impl.CustomerAuthenticationDaoImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.persistence.impl.IndexSearcherImpl
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.elasticpath.persistence.impl.IndexWriterImpl
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.elasticpath.persistence.impl.PropertiesDaoImpl
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.elasticpath.persistence.impl.SpellIndexSearcherImpl
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.elasticpath.persistence.impl.SpellIndexWriterImpl
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in interface com.elasticpath.persistence.PropertiesDao
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in interface com.elasticpath.service.EpService
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.service.impl.AbstractEpServiceImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.service.impl.ElasticPathServiceImpl
Set the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.service.index.impl.AbstractIndexServiceImpl
Set the ElasticPath instance.
setElasticPath(ElasticPath) - Method in class com.elasticpath.service.index.impl.AbstractQueryComposerImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.service.misc.impl.DatabaseServerTimeServiceImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.elasticpath.sfweb.ajax.util.impl.OnePageHelperImpl
 
setElasticPath(ElasticPath) - Method in interface com.elasticpath.sfweb.ajax.util.OnePageHelper
 
setElasticPath(ElasticPath) - Method in interface com.elasticpath.sfweb.controller.EpController
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.sfweb.controller.impl.AbstractEpControllerImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.sfweb.controller.impl.AbstractEpFormController
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.sfweb.service.WebCustomerSessionServiceImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.elasticpath.sfweb.util.impl.RequestHelperImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in interface com.elasticpath.sfweb.util.RequestHelper
Inject the ElasticPath singleton.
setElasticPathDao(ElasticPathDao) - Method in interface com.elasticpath.service.ElasticPathService
Set the elastic path dao.
setElasticPathDao(ElasticPathDao) - Method in class com.elasticpath.service.impl.ElasticPathServiceImpl
Set the elastic path dao.
setElasticPathFile(String) - Method in class com.elasticpath.persistence.impl.ElasticPathDaoXmlFileImpl
Set the name of the alternative elastic path xml configuration file.
setEligibilities(Set) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set the eligibility conditions of this rule.
setEligibilities(Set) - Method in interface com.elasticpath.domain.rules.Rule
Set the eligibility conditions of this rule.
setEligibilityOperator(boolean) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setEligibilityOperator(boolean) - Method in interface com.elasticpath.domain.rules.Rule
Sets the operator (AND/OR) if there are multiple eligibility conditions.
setEmail(String) - Method in interface com.elasticpath.cmweb.formbean.ForgottenPasswordFormBean
Set the email.
setEmail(String) - Method in class com.elasticpath.cmweb.formbean.impl.ForgottenPasswordFormBeanImpl
Set the email.
setEmail(String) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the email address of this CmUser.
setEmail(String) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the email address of this Customer.
setEmail(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the email address of this Customer.
setEmail(String) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set the customer email address corresponding to the session.
setEmail(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the email address of this Customer.
setEmail(String) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set the email address of the session user.
setEmail(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the customer's email address (Required for card processing).
setEmail(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the customer's email address (Required for card processing).
setEmail(String) - Method in interface com.elasticpath.domain.search.CustomerSearchCriteria
Sets the email.
setEmail(String) - Method in class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
Sets the email.
setEmail(String) - Method in interface com.elasticpath.sfweb.formbean.AnonymousSignInFormBean
Set the anonymous customer's email address.
setEmail(String) - Method in interface com.elasticpath.sfweb.formbean.EditAccountFormBean
Set the customer's email address.
setEmail(String) - Method in interface com.elasticpath.sfweb.formbean.ForgottenPasswordFormBean
Set the email.
setEmail(String) - Method in class com.elasticpath.sfweb.formbean.impl.AnonymousSignInFormBeanImpl
Set the anonymous customer's email address.
setEmail(String) - Method in class com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the customer's email address.
setEmail(String) - Method in class com.elasticpath.sfweb.formbean.impl.ForgottenPasswordFormBeanImpl
Set the email.
setEmailService(EmailService) - Method in class com.elasticpath.service.cmuser.impl.CmUserServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the emailService.
setEmailService(EmailService) - Method in class com.elasticpath.service.shoppingcart.impl.WishListServiceImpl
Set the emailService.
setEndDate(Date) - Method in interface com.elasticpath.domain.catalog.Category
Set the end date.
setEndDate(Date) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the end date.
setEndDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Set the end date after which this MerchandiseAssociation is no longer valid for display.
setEndDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the end date.
setEndDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the end date.
setEndDate(Date) - Method in interface com.elasticpath.domain.catalog.Product
Set the end date.
setEndDate(Date) - Method in interface com.elasticpath.domain.catalog.ProductAssociation
Set the end date after which this MerchandiseAssociation is no longer valid for display.
setEndDate(Date) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the end date.
setEndDate(Date) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set the end date.
setEndDate(Date) - Method in interface com.elasticpath.domain.rules.Rule
Set the end date.
setEpRuleEngine(EpRuleEngine) - Method in class com.elasticpath.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Sets the rule engine.
setErrorView(String) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep6FormControllerImpl
Sets the error view name.
setErrorView(String) - Method in class com.elasticpath.sfweb.controller.impl.SearchControllerImpl
Sets the error view name.
setErrorView(String) - Method in class com.elasticpath.sfweb.controller.impl.SecureAssetControllerImpl
Sets the error view name.
setEstimateMode(boolean) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the indicator of whether in the estimate shipping and taxes mode.
setEstimateMode(boolean) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the indicator of whether in the estimate shipping and taxes mode.
setExceptions(Set) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl
Set the exceptions of this rule element.
setExceptions(Set) - Method in interface com.elasticpath.domain.rules.RuleElement
Set the exceptions of this rule condition.
setExecute(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the indicator to execute the import job.
setExecute(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the indicator to execute the import job.
setExistingAddresses(List) - Method in interface com.elasticpath.sfweb.formbean.CheckoutAddressFormBean
Set the available addresses that the customer may choose to ship to.
setExistingAddresses(List) - Method in class com.elasticpath.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Set the available addresses that the customer may choose to ship to.
setExistingCreditCards(List) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set the collection of existing credit cards that the customer may use for payment.
setExistingCreditCards(List) - Method in interface com.elasticpath.sfweb.formbean.CheckoutCreditCardFormBean
Set the available credit cards that the customer may choose to pay with.
setExistingCreditCards(List) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the collection of existing credit cards that the customer may use for payment.
setExistingCreditCards(List) - Method in class com.elasticpath.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
Set the available credit cards that the customer may choose to pay with.
setExpiryDays(int) - Method in interface com.elasticpath.domain.catalog.DigitalAsset
Sets the expiry days.
setExpiryDays(int) - Method in class com.elasticpath.domain.catalog.impl.DigitalAssetImpl
Sets the expiry days.
setExpiryMonth(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setExpiryMonth(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setExpiryMonth(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the expiry two-digit date month.
setExpiryMonth(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the expiry two-digit date month.
setExpiryMonth(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setExpiryMonth(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setExpiryYear(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setExpiryYear(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setExpiryYear(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the two-digit expiry date year.
setExpiryYear(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the two-digit expiry date year.
setExpiryYear(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setExpiryYear(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setExpressCheckout(ShoppingCart, String, String) - Method in class com.elasticpath.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Start the ExpressCheckout for Authorization.
setExpressCheckout(ShoppingCart, String, String) - Method in interface com.elasticpath.domain.payment.PayPalExpressPaymentGateway
Start the ExpressCheckout.
setExtensionBeanName(String) - Method in class com.elasticpath.commons.util.impl.PluginBeanFactoryPostProcessor
Setter for the bean name to extend.
setExtensionClassName(String) - Method in class com.elasticpath.commons.util.impl.PluginBeanFactoryPostProcessor
Set the class name for the bean to use.
setFaxNumber(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the fax number associated with this Address.
setFaxNumber(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the fax number associated with this Address.
setFeaturedProductOrder(int) - Method in class com.elasticpath.domain.catalog.impl.ProductCategoryImpl
Set the featured product order.
setFeaturedProductOrder(int) - Method in interface com.elasticpath.domain.catalog.ProductCategory
Set the featured product order.
setFeaturedProductOrderComparator(FeaturedProductOrderComparator) - Method in class com.elasticpath.domain.catalogview.impl.FeaturedProductSorterImpl
Sets the featured Product Order Comparator.
setFeaturedProducts(List) - Method in interface com.elasticpath.domain.catalogview.CatalogViewResult
Sets a list of featured products.
setFeaturedProducts(List) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets a list of featured products.
setFetchSize(int) - Method in class com.elasticpath.persistence.impl.HibernateQueryImpl
Set a fetch size for the underlying JDBC query.
setFetchSize(int) - Method in interface com.elasticpath.persistence.Query
Set a fetch size for the underlying JDBC query.
setFetchSize(int) - Method in class com.elasticpath.service.dataimport.impl.ImportGuidHelperImpl
Set the fetch size.
setFieldMatchType(int) - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
Set the field match type for this TaxJurisdiction.
setFieldMatchType(int) - Method in interface com.elasticpath.domain.tax.TaxJurisdiction
Set the field match type for this TaxJurisdiction.
setFileName(String) - Method in interface com.elasticpath.domain.catalog.DigitalAsset
Sets the file name.
setFileName(String) - Method in class com.elasticpath.domain.catalog.impl.DigitalAssetImpl
Sets the file name.
setFileService(FileService) - Method in class com.elasticpath.sfweb.controller.impl.SecureAssetControllerImpl
Sets the file service.
setFilter(Filter) - Method in interface com.elasticpath.domain.catalogview.FilterOption
Sets the search filter.
setFilter(Filter) - Method in class com.elasticpath.domain.catalogview.impl.FilterOptionImpl
Sets the search filter.
setFilterFactory(FilterFactory) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the search filter factory.
setFilterFactory(FilterFactory) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets the search filter factory.
setFilterProcessesUrl(String) - Method in class com.elasticpath.commons.filter.impl.LogoutFilter
Set the URL this filter applies to.
setFiltersIdStr(String) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest
Sets the filters identifier strings.
setFiltersIdStr(String) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the filters identifier strings.
setFinished() - Method in class com.elasticpath.domain.dataimport.impl.ImportRunningJobImpl
Sets the finished flag to true.
setFinished() - Method in interface com.elasticpath.domain.dataimport.ImportRunningJob
Sets the finished flag to true.
setFirstName(String) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the CmUser's first name.
setFirstName(String) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the Customer's first name.
setFirstName(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the first name associated with this Address.
setFirstName(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the Customer's first name.
setFirstName(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the first name associated with this Address.
setFirstName(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the Customer's first name.
setFirstName(String) - Method in interface com.elasticpath.domain.search.CustomerSearchCriteria
Sets the first name.
setFirstName(String) - Method in class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
Sets the first name.
setFirstName(String) - Method in interface com.elasticpath.sfweb.formbean.EditAccountFormBean
Set the customer's first name.
setFirstName(String) - Method in class com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the customer's first name.
setFromDate(Date) - Method in interface com.elasticpath.domain.search.CustomerSearchCriteria
Sets the creation time.
setFromDate(Date) - Method in class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
Sets the from date.
setFromName(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property from name.
setFromName(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property from name.
setFromStep1(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the indicator to determine whether coming from step 1.
setFromStep1(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the indicator to determine whether coming from step 1.
setFullAttributeValuesByLanguage(Map) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryAjaxBean
Set a map of language codes to full lists of attribute values for that language code.
setFullAttributeValuesByLanguage(Map) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryAjaxBeanImpl
Set a map of language codes to full lists of attribute values for that language code.
setFullAttributeValuesByLanguage(Map) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductAjaxBeanImpl
Set a map of language codes to full lists of attribute values for that language code.
setFullAttributeValuesByLanguage(Map) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductSkuAjaxBeanImpl
Set a map of language codes to full lists of attribute values for that language code.
setFullAttributeValuesByLanguage(Map) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductAjaxBean
Set a map of language codes to full lists of attribute values for that language code.
setFullAttributeValuesByLanguage(Map) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductSkuAjaxBean
Set a map of language codes to full lists of attribute values for that language code.
setFuzzySearchDisabled(boolean) - Method in class com.elasticpath.domain.catalogview.search.impl.SearchRequestImpl
Sets whether or not a fuzzy search should be performed for this query.
setFuzzySearchDisabled(boolean) - Method in interface com.elasticpath.domain.catalogview.search.SearchRequest
Sets whether or not a fuzzy search should be performed for this query.
setFuzzySearchDisabled(boolean) - Method in class com.elasticpath.domain.search.impl.AbstractSearchCriteriaImpl
Sets whether or not a fuzzy search should be performed for this query.
setFuzzySearchDisabled(boolean) - Method in interface com.elasticpath.domain.search.SearchCriteria
Sets whether or not a fuzzy search should be performed for this query.
setGatewayToken(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Store the temporary token needed by some payment gateway, i.e.
setGatewayToken(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Store the temporary token needed by some payment gateway, i.e.
setGender(char) - Method in interface com.elasticpath.domain.customer.Customer
Sets the gender of this Customer.
setGender(char) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the gender of this Customer.
setGeography(Geography) - Method in class com.elasticpath.service.misc.impl.EmailServiceImpl
Set the geography properties map.
setGeography(Geography) - Method in class com.elasticpath.sfweb.ajax.service.impl.GeographyControllerImpl
Sets the Geography instance.
setGuid(String) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the guid.
setGuid(String) - Method in class com.elasticpath.domain.catalog.impl.BrandImpl
Set the guid.
setGuid(String) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the guid.
setGuid(String) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the guid.
setGuid(String) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the guid.
setGuid(String) - Method in interface com.elasticpath.domain.customer.Address
Set the guid.
setGuid(String) - Method in interface com.elasticpath.domain.Entity
Set the guid.
setGuid(String) - Method in class com.elasticpath.domain.impl.AbstractEntityImpl
Set the guid.
setGuid(String) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the guid.
setGuid(String) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Set the guid.
setGuid(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set the guid.
setGuidedNavigationFile(String) - Method in class com.elasticpath.persistence.impl.ElasticPathDaoXmlFileImpl
Set the name of the alternative guided navigation xml configuration file.
setHandlers(List) - Method in class com.elasticpath.commons.filter.impl.LogoutFilter
Set the list of logout handlers.
setHasPassedRuleEngine(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets the has-passsed-rule-engine flag to the given value.
setHasPassedRuleEngine(boolean) - Method in interface com.elasticpath.domain.catalog.Product
Sets the has-passsed-rule-engine flag to the given value.
setHasProductIdr(boolean) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryInfoAjaxBean
Set a flag to indicate whether the category has products.
setHasProductIdr(boolean) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBeanImpl
Set a flag to indicate whether the category has products.
setHasSubCategories(boolean) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryInfoAjaxBean
Set the flag to indicate whether this category has subCategories or not.
setHasSubCategories(boolean) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBeanImpl
Set the flag to indicate whether this category has subCategories or not.
setHeight(BigDecimal) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuSpecImpl
Sets the height.
setHeight(BigDecimal) - Method in interface com.elasticpath.domain.catalog.ProductSkuSpec
Sets the height.
setHidden(boolean) - Method in interface com.elasticpath.domain.catalog.Category
Set to true if the product should not be displayed.
setHidden(boolean) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set to true if the product should not be displayed.
setHidden(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set to true if the product should not be displayed.
setHidden(boolean) - Method in interface com.elasticpath.domain.catalog.Product
Set to true if the product should not be displayed.
setHitsNumber(int) - Method in interface com.elasticpath.domain.catalogview.FilterOption
Sets the number of hits in under the filter option.
setHitsNumber(int) - Method in class com.elasticpath.domain.catalogview.impl.FilterOptionImpl
Sets the number of hits in under the filter option.
setId(String) - Method in interface com.elasticpath.domain.catalogview.Filter
Set the id of the filter.
setId(String) - Method in class com.elasticpath.domain.catalogview.impl.AbstractFilterImpl
Set the id of the filter.
setImage(String) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the product default image.
setImage(String) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the sku default image.
setImage(String) - Method in interface com.elasticpath.domain.catalog.Product
Set the product default image.
setImage(String) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the sku default image.
setImage(String) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the product's image path.
setImage(String) - Method in interface com.elasticpath.domain.order.OrderSku
Set the product's image path.
setImage(String) - Method in class com.elasticpath.domain.shoppingcart.impl.ViewHistoryProductImpl
Sets the image for the viewed product.
setImage(String) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionValueImpl
Set the path to the image corresponding to this option value.
setImage(String) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOptionValue
Set the path to the image corresponding to this option value.
setImageFielPath(String) - Method in interface com.elasticpath.domain.misc.ImageRenderRequest
Sets the image file path.
setImageFielPath(String) - Method in class com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
Sets the image file path.
setImageName(String) - Method in interface com.elasticpath.domain.misc.ImageRenderRequest
Sets the image name.
setImageName(String) - Method in class com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
Sets the image name.
setImageService(ImageService) - Method in class com.elasticpath.cmweb.controller.impl.ImageControllerImpl
Sets the image service.
setImageService(ImageService) - Method in class com.elasticpath.sfweb.controller.impl.ImageControllerImpl
Sets the image service.
setImageType(String) - Method in interface com.elasticpath.domain.misc.ImageRenderResponse
Sets the image type.
setImageType(String) - Method in class com.elasticpath.domain.misc.impl.ImageRenderResponseImpl
Sets the image type.
setImageUrl(String) - Method in interface com.elasticpath.domain.catalog.Brand
Sets the url of the brand logo image.
setImageUrl(String) - Method in class com.elasticpath.domain.catalog.impl.BrandImpl
Sets the url of the brand logo image.
setImageUrl(String) - Method in interface com.elasticpath.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the path to the image to be displayed.
setImageUrl(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the path to the image to be displayed.
setImportDataType(String) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep2FormBeanImpl
Sets the import data type.
setImportDataType(ImportDataType) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep3FormBeanImpl
Sets the import data type.
setImportDataType(String) - Method in interface com.elasticpath.cmweb.formbean.ImportStep2FormBean
Sets the import data type.
setImportDataType(ImportDataType) - Method in interface com.elasticpath.cmweb.formbean.ImportStep3FormBean
Sets the import data type.
setImportDataTypeName(String) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the import data type name.
setImportDataTypeName(String) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the import data type name.
setImportFaults(List) - Method in class com.elasticpath.domain.dataimport.impl.ImportBadRowImpl
Sets a list of error messages.
setImportFaults(List) - Method in interface com.elasticpath.domain.dataimport.ImportBadRow
Sets a list of ImportFault.
setImportJob(long) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep1FormBeanImpl
Sets the import job.
setImportJob(long) - Method in interface com.elasticpath.cmweb.formbean.ImportStep1FormBean
Sets the import job.
setImportJob(ImportJob) - Method in interface com.elasticpath.domain.cmuser.CmUserSession
Sets the ImportJob instance.
setImportJob(ImportJob) - Method in class com.elasticpath.domain.cmuser.impl.CmUserSessionImpl
Sets the ImportJob instance.
setImportJob(ImportJob) - Method in class com.elasticpath.domain.dataimport.impl.ImportRunningJobImpl
Set the import job to run.
setImportJob(ImportJob) - Method in interface com.elasticpath.domain.dataimport.ImportRunningJob
Set the import job to run.
setImportJob(ImportJob) - Method in interface com.elasticpath.service.dataimport.ImportJobRunner
Sets the import job.
setImportName(String) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the import job name.
setImportName(String) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the import job name.
setImportService(ImportService) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep1FormControllerImpl
Set the import service.
setImportService(ImportService) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep2FormControllerImpl
Set the import service.
setImportService(ImportService) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep3FormControllerImpl
Set the import service.
setImportService(ImportService) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep4ControllerImpl
Set the import service.
setImportService(ImportService) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep5FormControllerImpl
Set the import service.
setImportService(ImportService) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep6FormControllerImpl
Set the import service.
setImportTaskType(int) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep1FormBeanImpl
Sets the import task type.
setImportTaskType(int) - Method in interface com.elasticpath.cmweb.formbean.ImportStep1FormBean
Sets the import task type.
setImportType(int) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep3FormBeanImpl
Sets the import type.
setImportType(int) - Method in interface com.elasticpath.cmweb.formbean.ImportStep3FormBean
Sets the import type.
setImportType(ImportType) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the import type.
setImportType(ImportType) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the import type.
setInActiveOnly(boolean) - Method in interface com.elasticpath.domain.search.CategorySearchCriteria
Sets the inactive-only flag to true if only searching for inactive categorys.
setInActiveOnly(boolean) - Method in class com.elasticpath.domain.search.impl.CategorySearchCriteriaImpl
Sets the inactive-only flag to true if only searching for inactive categorys.
setInActiveOnly(boolean) - Method in class com.elasticpath.domain.search.impl.ProductSearchCriteriaImpl
Sets the inactive-only flag to true if only searching for inactive products.
setInActiveOnly(boolean) - Method in interface com.elasticpath.domain.search.ProductSearchCriteria
Sets the inactive-only flag to true if only searching for inactive products.
setIncludedInSearchIndex(boolean) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the included in search index flag.
setIncludedInSearchIndex(boolean) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the included in search index flag.
setInclusiveTaxCalculation(boolean) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set whether this order is based on inclusive tax calculation or not.
setInclusiveTaxCalculation(boolean) - Method in interface com.elasticpath.domain.order.Order
Set whether this order is based on inclusive tax calculation or not.
setIndexDirectory(String) - Method in class com.elasticpath.persistence.impl.IndexWriterImpl
Set the name of index directory.
setIndexSearcher(IndexSearcher) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Sets the index searcher.
setIndexSearchService(IndexSearchService) - Method in class com.elasticpath.cmweb.reportservice.impl.OrderReportServiceImpl
Set the indexSearchService instance.
setIndexSearchService(IndexSearchService) - Method in class com.elasticpath.service.catalog.impl.CategoryServiceImpl
Sets the index search service.
setIndexSearchService(IndexSearchService) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Set the indexSearchService instance.
setIndexSearchService(IndexSearchService) - Method in class com.elasticpath.service.catalogview.impl.SearchServiceImpl
Sets the index search service.
setIndexSearchService(IndexSearchService) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Set the indexSearchService instance.
setIndexSearchService(IndexSearchService) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Set the indexSearchService instance.
setInfiniteQuantityOnHand(boolean) - Method in class com.elasticpath.domain.catalog.impl.InventoryImpl
Set if the quantity on hand is presumed to be infinite.
setInfiniteQuantityOnHand(boolean) - Method in interface com.elasticpath.domain.catalog.Inventory
Set if the quantity on hand is presumed to be infinite.
setIntegerValue(Integer) - Method in interface com.elasticpath.domain.attribute.AttributeValueWithType
Set the integer value.
setIntegerValue(Integer) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the integer value.
setInventory(Inventory) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the Inventory for this product sku.
setInventory(Inventory) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the Inventory for this product sku.
setInventoryAuditService(InventoryAuditService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.InventoryAjaxServiceImpl
 
setInventoryAuditService(InventoryAuditService) - Method in interface com.elasticpath.cmweb.ajaxservice.InventoryAjaxService
 
setInventoryAuditService(InventoryAuditService) - Method in class com.elasticpath.cmweb.controller.impl.InventoryUploadControllerImpl
 
setInventoryService(InventoryService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.InventoryAjaxServiceImpl
 
setInventoryService(InventoryService) - Method in interface com.elasticpath.cmweb.ajaxservice.InventoryAjaxService
 
setInventoryService(InventoryService) - Method in class com.elasticpath.cmweb.controller.impl.InventoryUploadControllerImpl
 
setInventoryService(InventoryService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the inventory service.
setInventoryUid(long) - Method in class com.elasticpath.domain.catalog.impl.InventoryAuditImpl
 
setInventoryUid(long) - Method in interface com.elasticpath.domain.catalog.InventoryAudit
 
setIpAddress(String) - Method in interface com.elasticpath.domain.catalog.DigitalAssetAudit
Sets download IP Address.
setIpAddress(String) - Method in class com.elasticpath.domain.catalog.impl.DigitalAssetAuditImpl
Sets download IP Address.
setIpAddress(String) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set the users ip Address into the shopping cart.
setIpAddress(String) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set the users ip Address into the shopping cart.
setIpAddress(String) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the ip address of the computer creating the order.
setIpAddress(String) - Method in interface com.elasticpath.domain.order.Order
Set the ip address of the computer creating the order.
setIpAddress(String) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the users ip Address into the shopping cart.
setIpAddress(String) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the users ip Address into the shopping cart.
setIssueNumber(int) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setIssueNumber(int) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setIssueNumber(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the issue number used by some U.K.
setIssueNumber(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the issue number used by some U.K.
setIssueNumber(int) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setIssueNumber(int) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setJ_password(String) - Method in class com.elasticpath.cmweb.formbean.impl.SignInFormBeanImpl
Set the j_password.
setJ_password(String) - Method in interface com.elasticpath.cmweb.formbean.SignInFormBean
Set the j_password.
setJ_password(String) - Method in class com.elasticpath.sfweb.formbean.impl.SignInFormBeanImpl
Set the j_password.
setJ_password(String) - Method in interface com.elasticpath.sfweb.formbean.SignInFormBean
Set the j_password.
setJ_username(String) - Method in class com.elasticpath.cmweb.formbean.impl.SignInFormBeanImpl
Set the j_username.
setJ_username(String) - Method in interface com.elasticpath.cmweb.formbean.SignInFormBean
Set the j_username.
setJ_username(String) - Method in class com.elasticpath.sfweb.formbean.impl.SignInFormBeanImpl
Set the j_username.
setJ_username(String) - Method in interface com.elasticpath.sfweb.formbean.SignInFormBean
Set the j_username.
setKey(String) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the attribute key.
setKey(String) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the attribute key.
setKey(String) - Method in class com.elasticpath.domain.rules.impl.RuleParameterImpl
Set the parameter key.
setKey(String) - Method in interface com.elasticpath.domain.rules.RuleParameter
Set the parameter key.
setKey(String) - Method in class com.elasticpath.domain.shipping.impl.ShippingCostCalculationParameterImpl
Set the parameter key.
setKey(String) - Method in interface com.elasticpath.domain.shipping.ShippingCostCalculationParameter
Set the parameter key.
setKeyword(String) - Method in interface com.elasticpath.domain.search.CategorySearchCriteria
Sets the key word.
setKeyword(String) - Method in class com.elasticpath.domain.search.impl.CategorySearchCriteriaImpl
Sets the key word.
setKeyword(String) - Method in class com.elasticpath.domain.search.impl.ProductSearchCriteriaImpl
Sets the key word.
setKeyword(String) - Method in interface com.elasticpath.domain.search.ProductSearchCriteria
Sets the key word.
setKeyWords(String) - Method in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Sets the key words.
setKeyWords(String) - Method in interface com.elasticpath.domain.catalog.LocaleDependantFields
Sets the key words.
setKeyWords(String) - Method in class com.elasticpath.domain.catalogview.search.impl.SearchRequestImpl
Sets the keywords.
setKeyWords(String) - Method in interface com.elasticpath.domain.catalogview.search.SearchRequest
Sets the keywords.
setKeywords(String) - Method in class com.elasticpath.domain.search.impl.SfSearchLogImpl
Sets the keywords that were used to search.
setKeywords(String) - Method in interface com.elasticpath.domain.search.SfSearchLog
Sets the keywords that were used to search.
setKind(String) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl
Set the kind of this RuleElement (e.g.
setKind(String) - Method in interface com.elasticpath.domain.rules.RuleElement
Set the kind of this RuleElement (e.g.
setLastAccessedDate(Date) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set the last access date.
setLastAccessedDate(Date) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set the date the session was last accessed.
setLastCategory(Category) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Sets the last category.
setLastCategory(Category) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Sets the last category.
setLastEditDate(Date) - Method in interface com.elasticpath.domain.customer.Customer
Sets the customer last edit date.
setLastEditDate(Date) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the customer last edit date.
setLastLoginDate(Date) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets this cmUser's last login date.
setLastLoginDate(Date) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets this cmUser's last login date.
setLastModifiedBy(CmUser) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the CM User who last modified this order sku.
setLastModifiedBy(CmUser) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the CM User who last modified this order sku.
setLastModifiedBy(CmUser) - Method in interface com.elasticpath.domain.order.Order
Set the CM User who last modified this order sku.
setLastModifiedBy(CmUser) - Method in interface com.elasticpath.domain.order.OrderSku
Set the CM User who last modified this order sku.
setLastModifiedDate(Date) - Method in interface com.elasticpath.domain.catalog.Category
Set the date when the category was last modified.
setLastModifiedDate(Date) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the date when the category was last modified.
setLastModifiedDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the date when the product was last modified.
setLastModifiedDate(Date) - Method in interface com.elasticpath.domain.catalog.Product
Set the date when the product was last modified.
setLastModifiedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in interface com.elasticpath.domain.order.Order
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in interface com.elasticpath.domain.order.OrderSku
Set the date that the order was last modified on.
setLastModifiedDate(Date) - Method in class com.elasticpath.domain.rules.impl.RuleSetImpl
Set the date when the rule set was last modified.
setLastModifiedDate(Date) - Method in interface com.elasticpath.domain.rules.RuleSet
Set the date when the rule set was last modified.
setLastName(String) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the CmUser's last name.
setLastName(String) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the Customer's last name.
setLastName(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the last name associated with this Address.
setLastName(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the Customer's last name.
setLastName(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the last name associated with this Address.
setLastName(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the Customer's last name.
setLastName(String) - Method in interface com.elasticpath.domain.search.CustomerSearchCriteria
Sets the last name.
setLastName(String) - Method in class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
Sets the last name.
setLastName(String) - Method in interface com.elasticpath.sfweb.formbean.EditAccountFormBean
Set the customer's last name.
setLastName(String) - Method in class com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the customer's last name.
setLazyLoadHelper(LazyLoadHelper) - Method in class com.elasticpath.service.catalog.impl.CategoryServiceImpl
Sets the lazy load helper.
setLazyLoadHelper(LazyLoadHelper) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Sets the lazy load helper.
setLazyLoadHelper(LazyLoadHelper) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Sets the lazy load helper.
setLazyLoadHelper(LazyLoadHelper) - Method in class com.elasticpath.service.shoppingcart.impl.ShoppingCartServiceImpl
Sets the lazy load helper.
setLdfMap(Map) - Method in class com.elasticpath.domain.shoppingcart.impl.ViewHistoryProductImpl
Sets the ldf for the viewed product.
setLength(BigDecimal) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuSpecImpl
Sets the length.
setLength(BigDecimal) - Method in interface com.elasticpath.domain.catalog.ProductSkuSpec
Sets the length.
setLevel(int) - Method in class com.elasticpath.domain.dataimport.impl.ImportFaultImpl
Sets the level.
setLevel(int) - Method in interface com.elasticpath.domain.dataimport.ImportFault
Sets the level.
setListPrice(Money, int) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set the product's list price.
setListPrice(Money) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set the product's list price for the first price tier.
setListPrice(BigDecimal) - Method in class com.elasticpath.domain.catalog.impl.PriceTierImpl
Set the list price for the price tier.
setListPrice(Money) - Method in interface com.elasticpath.domain.catalog.Price
Set the product's list price.
setListPrice(Money, int) - Method in interface com.elasticpath.domain.catalog.Price
Set the product's list price.
setListPrice(BigDecimal) - Method in interface com.elasticpath.domain.catalog.PriceTier
Set the list price for the price tier.
setListPrice(BigDecimal) - Method in class com.elasticpath.domain.dataimport.impl.PriceTierAdaptorImpl
Set the list price for the price tier.
setListPrice(BigDecimal) - Method in interface com.elasticpath.domain.dataimport.PriceTierAdaptor
Set the list price for the price tier.
setListPrice(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the amount for this sku.
setListPrice(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderSku
Set the amount for this sku.
setListPrice(String) - Method in interface com.elasticpath.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the sku's list price.
setListPrice(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the sku's list price.
setLoadingAttributes(boolean) - Method in interface com.elasticpath.domain.catalog.CategoryTypeLoadTuner
Sets the flag of loading attributes.
setLoadingAttributes(boolean) - Method in class com.elasticpath.domain.catalog.impl.CategoryTypeLoadTunerImpl
Sets the flag of loading attributes.
setLoadingAttributes(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeLoadTunerImpl
Sets the flag of loading attributes.
setLoadingAttributes(boolean) - Method in interface com.elasticpath.domain.catalog.ProductTypeLoadTuner
Sets the flag of loading attributes.
setLoadingAttributeValue(boolean) - Method in interface com.elasticpath.domain.catalog.CategoryLoadTuner
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in class com.elasticpath.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading attribute values.
setLoadingAttributeValue(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading attribute values.
setLoadingCategories(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading categories.
setLoadingCategories(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading categories.
setLoadingCategoryType(boolean) - Method in interface com.elasticpath.domain.catalog.CategoryLoadTuner
Sets the flag of loading category type.
setLoadingCategoryType(boolean) - Method in class com.elasticpath.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading category type.
setLoadingChildren(boolean) - Method in interface com.elasticpath.domain.catalog.CategoryLoadTuner
Sets the flag of loading children.
setLoadingChildren(boolean) - Method in class com.elasticpath.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading children.
setLoadingDefaultCategory(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading default category.
setLoadingDefaultCategory(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading default category.
setLoadingDefaultSku(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading default sku.
setLoadingDefaultSku(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading default sku.
setLoadingDigitalAsset(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading digital asset.
setLoadingDigitalAsset(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading digital asset.
setLoadingInventory(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading inventory.
setLoadingInventory(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading inventory.
setLoadingOptionValue(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading option values.
setLoadingOptionValue(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading option values.
setLoadingParent(boolean) - Method in interface com.elasticpath.domain.catalog.CategoryLoadTuner
Sets the flag of loading parent.
setLoadingParent(boolean) - Method in class com.elasticpath.domain.catalog.impl.CategoryLoadTunerImpl
Sets the flag of loading parent.
setLoadingPrice(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading price.
setLoadingPrice(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading price.
setLoadingPrice(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading price.
setLoadingPrice(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading price.
setLoadingProduct(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading product.
setLoadingProduct(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading product.
setLoadingProductAssociations(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading product associations.
setLoadingProductAssociations(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading product associations.
setLoadingProductType(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading product type.
setLoadingProductType(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading product type.
setLoadingSkuOptions(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeLoadTunerImpl
Sets the flag of loading sku options.
setLoadingSkuOptions(boolean) - Method in interface com.elasticpath.domain.catalog.ProductTypeLoadTuner
Sets the flag of loading sku options.
setLoadingSkus(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the flag of loading skus.
setLoadingSkus(boolean) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the flag of loading skus.
setLoadingSpec(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuLoadTunerImpl
Sets the flag of loading productsku spec.
setLoadingSpec(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSkuLoadTuner
Sets the flag of loading productsku spec.
setLocale(Locale) - Method in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Sets the locale.
setLocale(Locale) - Method in interface com.elasticpath.domain.catalog.LocaleDependantFields
Sets the locale.
setLocale(Locale) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest
Sets the locale.
setLocale(Locale) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the locale.
setLocale(Locale) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
Set the locale for this attribute.
setLocale(Locale) - Method in class com.elasticpath.domain.catalogview.impl.AttributeValueFilterImpl
Set the locale for this attribute.
setLocale(Locale) - Method in class com.elasticpath.domain.catalogview.impl.ProductAdaptorForAttributeRangeFilterImpl
Set the locale for this attribute.
setLocale(Locale) - Method in interface com.elasticpath.domain.catalogview.ProductAdaptorForAttributeRangeFilter
Set the locale for this attribute.
setLocale(Locale) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set the locale of the customer corresponding to the shopping cart.
setLocale(Locale) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set the locale of the customer corresponding to the shopping cart.
setLocale(Locale) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the oder's locale.
setLocale(Locale) - Method in interface com.elasticpath.domain.order.Order
Set the order's locale.
setLocale(Locale) - Method in class com.elasticpath.domain.search.impl.AbstractSearchCriteriaImpl
Sets the Locale.
setLocale(Locale) - Method in interface com.elasticpath.domain.search.SearchCriteria
Sets the Locale.
setLocale(Locale) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the locale of the customer corresponding to the shopping cart.
setLocale(Locale) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the locale of the customer corresponding to the shopping cart.
setLocale(Locale) - Method in interface com.elasticpath.sfweb.ajax.bean.CartItemBean
 
setLocale(Locale) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
 
setLocale(Locale) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
setLocale(Locale) - Method in interface com.elasticpath.sfweb.ajax.bean.ShippingServiceLevelBean
 
setLocaleDependant(boolean) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the locale-dependant flag.
setLocaleDependant(boolean) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the locale dependant flag.
setlocaleDependantFieldsMap(Map) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryInfoAjaxBean
Set the category locale dependant fields map.
setlocaleDependantFieldsMap(Map) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBeanImpl
Set the category locale dependant fields map.
setlocaleDependantFieldsMap(Map) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Set the category locale dependant fields map.
setlocaleDependantFieldsMap(Map) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Set the category locale dependant fields map.
setLocaleDependantFieldsMap(Map) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Sets all LocaleDependantFields with the given map.
setLocaleDependantFieldsMap(Map) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets the all LocaleDependantFields with the given map.
setLocaleDependantFieldsMap(Map) - Method in interface com.elasticpath.domain.catalog.ObjectWithLocaleDependantFields
Sets the all LocaleDependantFields with the given map.
setLocalized(boolean) - Method in interface com.elasticpath.domain.catalogview.Filter
Set the filter is localized.
setLocalized(boolean) - Method in class com.elasticpath.domain.catalogview.impl.AbstractFilterImpl
Set the filter is localized.
setLocalizedAttributeKey(String) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
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) - Method in class com.elasticpath.domain.catalogview.impl.AbstractRangeFilterImpl
Set the localized display map.
setLocalizedDisplayMap(Map) - Method in interface com.elasticpath.domain.catalogview.RangeFilter
Set the localized display map.
setLocalizedProperties(LocalizedProperties) - Method in class com.elasticpath.domain.catalog.impl.BrandImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionValueImpl
Sets the LocalizedProperties.
setLocalizedProperties(LocalizedProperties) - Method in class com.elasticpath.domain.tax.impl.TaxCategoryImpl
Set the LocalizedProperties, i.e.
setLocalizedProperties(LocalizedProperties) - Method in interface com.elasticpath.domain.tax.TaxCategory
Set the LocalizedProperties, i.e.
setLocalizedPropertiesMap(Map) - Method in class com.elasticpath.domain.misc.impl.LocalizedPropertiesImpl
Sets the localized properties map.
setLogoutSuccessUrl(String) - Method in class com.elasticpath.commons.filter.impl.LogoutFilter
Set the URL to redirect to on successful logout.
setLongTextValue(String) - Method in interface com.elasticpath.domain.attribute.AttributeValueWithType
Set the long text value.
setLongTextValue(String) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the long text value.
setLowerValue(Object) - Method in class com.elasticpath.domain.catalogview.impl.AbstractRangeFilterImpl
Set the lower value for the range.
setLowerValue(Object) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
Set the lower value for the range.
setLowerValue(Object) - Method in class com.elasticpath.domain.catalogview.impl.PriceFilterImpl
Set the lower value for the range.
setLowerValue(Object) - Method in interface com.elasticpath.domain.catalogview.RangeFilter
Set the lower value for the range.
setLowestLessThanList(boolean) - Method in interface com.elasticpath.sfweb.ajax.bean.GuidedSkuSelectionBean
Sets if the sku's lowest price is less than the list price.
setLowestLessThanList(boolean) - Method in class com.elasticpath.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Sets if the sku's lowest price is less than the list price.
setLowestPrice(String) - Method in interface com.elasticpath.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the sku's lowest price.
setLowestPrice(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the sku's lowest price.
setMailer(Mailer) - Method in class com.elasticpath.service.misc.impl.EmailServiceImpl
Set the mailer.
setMailHost(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property mail host.
setMailHost(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property mail host.
setMailPort(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property mail port.
setMailPort(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property mail port.
setMappedFields(Map) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep5FormBeanImpl
Sets the mapping between data fields from data file and import data type fields.
setMappedFields(Map) - Method in interface com.elasticpath.cmweb.formbean.ImportStep5FormBean
Sets the mapping between data fields from data file and import data type fields.
setMappings(Map) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the mappings between import data type fields and csv file columns.
setMappings(Map) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the mappings between import data type fields and csv file columns.
setMaskedCardNumber(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setMaskedCardNumber(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setMaxAge(int) - Method in class com.elasticpath.commons.filter.impl.CachingControlFilter.CachingControlEntry
Sets the max age in seconds.
setMaxAllowErrors(int) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the maximum allowable errors.
setMaxAllowErrors(int) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the maximum allowable errors.
setMaxAllowErrors(int) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the maximum allowable errors before teminating import.
setMaxAllowErrors(int) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the maximum allowable errors before teminating import.
setMaxDownloadTimes(int) - Method in interface com.elasticpath.domain.catalog.DigitalAsset
Sets the maximum download times.
setMaxDownloadTimes(int) - Method in class com.elasticpath.domain.catalog.impl.DigitalAssetImpl
Sets the maximum download times.
setMaximumSuggestions(int) - Method in interface com.elasticpath.domain.ElasticPath
Sets the maximum number of suggestions that will be returned with the search results.
setMaximumSuggestions(int) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the maximum number of suggestions that will be returned with the search results.
setMaximumSuggestionsPerWord(int) - Method in interface com.elasticpath.domain.ElasticPath
Sets the maximum number of suggestions per word that will be generated when generating search suggestions.
setMaximumSuggestionsPerWord(int) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the maximum number of suggestions per word that will be generated when generating search suggestions.
setMaxResults(int) - Method in class com.elasticpath.persistence.impl.HibernateQueryImpl
Set the maximum number of rows to retrieve.
setMaxResults(int) - Method in interface com.elasticpath.persistence.Query
Set the maximum number of rows to retrieve.
setMaxResults(int) - Method in class com.elasticpath.service.dataimport.impl.ImportGuidHelperImpl
Set the max return results.
setMaxReturnNumber(int) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest
Sets the maximum return number.
setMaxReturnNumber(int) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the maximum return number.
setMaxReturnNumber(int) - Method in interface com.elasticpath.domain.ElasticPath
Sets the number of maximum results to return to the search client as the search result.
setMaxReturnNumber(int) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the number of maximum results to return to the search client as the search result.
setMerchandizingTypeNames(String[]) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductAjaxBeanImpl
Set the names of merchandizing types that may be associated with this product.
setMerchandizingTypeNames(String[]) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductAjaxBean
Set the names of merchandizing types that may be associated with this product.
setMessage(String) - Method in class com.elasticpath.domain.shoppingcart.impl.WishListMessageImpl
Set the personal message.
setMessage(String) - Method in interface com.elasticpath.domain.shoppingcart.WishListMessage
Set the personal message.
setMimeType(String) - Method in interface com.elasticpath.domain.misc.ImageRenderResponse
Sets the mime type.
setMimeType(String) - Method in class com.elasticpath.domain.misc.impl.ImageRenderResponseImpl
Sets the mime type.
setMinimumResultsThreshold(int) - Method in interface com.elasticpath.domain.ElasticPath
Sets the number of search results that, if not exceeded will trigger the generation of search suggestions.
setMinimumResultsThreshold(int) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the number of search results that, if not exceeded will trigger the generation of search suggestions.
setMinimumSimilarity(float) - Method in interface com.elasticpath.domain.ElasticPath
Sets the minimum similarity fuzzy search setting, value should be between 0 and 1.
setMinimumSimilarity(float) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets the minimum similarity fuzzy search setting, value should be between 0 and 1.
setMinOrderQty(int) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the MinOrderQty associated with this Product.
setMinOrderQty(int) - Method in interface com.elasticpath.domain.catalog.Product
Set the MinOrderQty associated with this Product.
setMinQty(int) - Method in class com.elasticpath.domain.catalog.impl.PriceTierImpl
Set the minimum quantity for the price tier.
setMinQty(int) - Method in interface com.elasticpath.domain.catalog.PriceTier
Set the minimum quantity for the price tier.
setMinQty(int) - Method in class com.elasticpath.domain.dataimport.impl.PriceTierAdaptorImpl
Set the minimum quantity for the price tier.
setMinQty(int) - Method in interface com.elasticpath.domain.dataimport.PriceTierAdaptor
Set the minimum quantity for the price tier.
setMultiValueEnabled(boolean) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the attribute can have multi value.
setMultiValueEnabled(boolean) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the attribute can have multi value.
setName(String) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the product system name.
setName(String) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the product system name.
setName(String) - Method in interface com.elasticpath.domain.catalog.CategoryType
Set the category type name.
setName(String) - Method in class com.elasticpath.domain.catalog.impl.CategoryTypeImpl
Set the category type name.
setName(String) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Set the product type name.
setName(String) - Method in interface com.elasticpath.domain.catalog.ProductType
Set the product type name.
setName(String) - Method in class com.elasticpath.domain.cmuser.impl.UserRoleImpl
Sets the name of this UserRole.
setName(String) - Method in interface com.elasticpath.domain.cmuser.UserRole
Sets the name of this UserRole.
setName(String) - Method in interface com.elasticpath.domain.customer.CustomerGroup
Sets the name for this CustomerGroup.
setName(String) - Method in class com.elasticpath.domain.customer.impl.CustomerGroupImpl
Sets the name for this CustomerGroup.
setName(String) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set the name of import job.
setName(String) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Set the name of import job.
setName(String) - Method in class com.elasticpath.domain.payment.impl.AbstractPaymentGatewayImpl
Set the name of the payment gateway (e.g.
setName(String) - Method in interface com.elasticpath.domain.payment.PaymentGateway
Set the name of the payment gateway (e.g.
setName(String) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set the name of the rule.
setName(String) - Method in class com.elasticpath.domain.rules.impl.RuleSetImpl
Set the name of this rule set.
setName(String) - Method in interface com.elasticpath.domain.rules.Rule
Set the name of the rule.
setName(String) - Method in interface com.elasticpath.domain.rules.RuleSet
Set the name of this rule set.
setName(String) - Method in class com.elasticpath.domain.shipping.impl.ShippingRegionImpl
Set the shipping region name.
setName(String) - Method in interface com.elasticpath.domain.shipping.ShippingRegion
Set the shipping region name.
setName(String) - Method in class com.elasticpath.domain.tax.impl.TaxCategoryImpl
Set the tax category name.
setName(String) - Method in interface com.elasticpath.domain.tax.TaxCategory
Set the tax category name.
setNewAddress(CustomerAddress) - Method in interface com.elasticpath.sfweb.formbean.CheckoutAddressFormBean
Set the address object to be used to record a new address.
setNewAddress(CustomerAddress) - Method in class com.elasticpath.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Set the address object to be used to record a new address.
setNewCreditCard(CustomerCreditCard) - Method in interface com.elasticpath.sfweb.formbean.CheckoutCreditCardFormBean
Set the credit card object to be used to record a new credit card.
setNewCreditCard(CustomerCreditCard) - Method in class com.elasticpath.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
Set the credit card object to be used to record a new credit card.
setNote(String) - Method in class com.elasticpath.domain.order.impl.OrderNoteImpl
Set the note against the order.
setNote(String) - Method in interface com.elasticpath.domain.order.OrderNote
Set the note against the order.
setOnePageHelper(OnePageHelper) - Method in interface com.elasticpath.sfweb.ajax.service.CheckoutAjaxController
 
setOnePageHelper(OnePageHelper) - Method in interface com.elasticpath.sfweb.ajax.service.CustomerAjaxController
 
setOnePageHelper(OnePageHelper) - Method in class com.elasticpath.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setOnePageHelper(OnePageHelper) - Method in class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setOnePageHelper(OnePageHelper) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
 
setOnePageHelper(OnePageHelper) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
 
setOnePageView(String) - Method in class com.elasticpath.sfweb.controller.impl.ShoppingCartControllerImpl
 
setOptionalFields(List) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep5FormBeanImpl
Sets the optional fields for the import data type.
setOptionalFields(List) - Method in interface com.elasticpath.cmweb.formbean.ImportStep5FormBean
Sets the optional fields for the import data type.
setOptionKey(String) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Set the key of this SKU option.
setOptionKey(String) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOption
Set the key of this SKU option.
setOptions(List) - Method in class com.elasticpath.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
setOptions(List) - Method in interface com.elasticpath.sfweb.ajax.bean.SkuConfigurationBean
 
setOptionValueKey(String) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionValueImpl
Set the option value key corresponding to this option value.
setOptionValueKey(String) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOptionValue
Set the key corresponding to this option value.
setOptionValueMap(Map) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Sets the available configuration option values for this SKU.
setOptionValueMap(Map) - Method in interface com.elasticpath.domain.catalog.ProductSku
Sets the available configuration option values for this SKU.
setOptionValueMap(Map) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Set the available values for this SKU option.
setOptionValueMap(Map) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOption
Set the available values for this SKU option.
setOptionValues(Set) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Sets the available values for this SKU option.
setOptionValues(Set) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOption
Sets the available values for this SKU option.
setOrder(int) - Method in class com.elasticpath.cmweb.exceptionhandler.EpSystemExceptionHandler
Sets the order of the current exception handler.
setOrder(int) - Method in class com.elasticpath.sfweb.exceptionhandler.EpSystemExceptionHandler
Sets the order of the current exception handler.
setOrderCreatedDate(Date) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Set the order created date.
setOrderCreatedDate(Date) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Set the order created date.
setOrderFromDate(Date) - Method in interface com.elasticpath.domain.order.AdvancedOrderSearchCriteria
Set the from date for order createDate search.
setOrderFromDate(Date) - Method in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the from date for order createDate search.
setOrderFromDate(Date) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Set the from date for order createDate search.
setOrderFromDate(Date) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Set the from date for order createDate search.
setOrderIndexBuildService(IndexBuildService) - Method in class com.elasticpath.service.index.impl.IndexBuildModeratorForCmUseImpl
Sets the order index build service.
setOrdering(int) - Method in interface com.elasticpath.domain.attribute.AttributeGroupAttribute
Set the ordering number.
setOrdering(int) - Method in class com.elasticpath.domain.attribute.impl.AttributeGroupAttributeImpl
Set the ordering number.
setOrdering(int) - Method in interface com.elasticpath.domain.catalog.Category
Set the ordering number.
setOrdering(int) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the ordering number.
setOrdering(int) - Method in class com.elasticpath.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.elasticpath.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 class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
Set the ordering in which this SKU option should appear.
setOrdering(int) - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionValueImpl
Set the ordering in which this SKU option value should appear.
setOrdering(int) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOption
Set the order in which this SKU option should appear.
setOrdering(int) - Method in interface com.elasticpath.domain.skuconfiguration.SkuOptionValue
Set the order in which this SKU option value should appear.
setOrderNotes(Set) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the CSR Notes of this order.
setOrderNotes(Set) - Method in interface com.elasticpath.domain.order.Order
Set the CSR Notes of this order.
setOrderNumber(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Sets the order number.
setOrderNumber(String) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Sets the order number.
setOrderNumber(String) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the order number that is used by customers to reference their order.
setOrderNumber(String) - Method in interface com.elasticpath.domain.order.Order
Set the order number that is used by customers to reference their order.
setOrderNumber(String) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Sets the order number.
setOrderNumber(String) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Sets the order number.
setOrderPayment(OrderPayment) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set the orderPayment used to collect payment information.
setOrderPayment(OrderPayment) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the orderPayment used to collect payment information.
setOrderPayments(Set) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the payment(s) for this order.
setOrderPayments(Set) - Method in interface com.elasticpath.domain.order.Order
Set the payment(s) for this order.
setOrderPaymentStatusFactory(OrderPaymentStatusFactory) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Sets the OrderPaymentStatusFactory instance.
setOrderPaymentStatusFactory(OrderPaymentStatusFactory) - Method in interface com.elasticpath.service.order.OrderService
Sets the OrderPaymentStatusFactory instance.
setOrderQueryComposer(QueryComposer) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Sets the order query composer.
setOrderReportService(OrderReportService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.DashboardAjaxServiceImpl
Set the Order Report Service.
setOrderReturnReasonFactory(OrderReturnReasonFactory) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Sets the OrderReturnReasonFactory instance.
setOrderReturnReasonFactory(OrderReturnReasonFactory) - Method in interface com.elasticpath.service.order.OrderService
Sets the OrderReturnReasonFactory instance.
setOrderReturnSkus(Set) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the set of orderReturnSkus for this OrderReturn.
setOrderReturnSkus(Set) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the set of OrderReturnSkus for this OrderReturn.
setOrderService(OrderService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.OrderAjaxServiceImpl
Set the orderService instance.
setOrderService(OrderService) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Set the OrderService.
setOrderService(OrderService) - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Set the order service.
setOrderService(OrderService) - Method in interface com.elasticpath.service.catalog.TopSellerService
Set the order service.
setOrderService(OrderService) - Method in class com.elasticpath.service.index.impl.OrderIndexBuildServiceImpl
Sets the order service.
setOrderService(OrderService) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Set the order service.
setOrderService(OrderService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the order service.
setOrderService(OrderService) - Method in class com.elasticpath.sfweb.controller.impl.ManageAccountControllerImpl
Sets the order service.
setOrderService(OrderService) - Method in class com.elasticpath.sfweb.controller.impl.ViewOrderControllerImpl
Sets the order service.
setOrderShipmentStatusFactory(OrderShipmentStatusFactory) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Sets the OrderShipmentStatusFactory instance.
setOrderShipmentStatusFactory(OrderShipmentStatusFactory) - Method in interface com.elasticpath.service.order.OrderService
Sets the OrderShipmentStatusFactory instance.
setOrderSku(OrderSku) - Method in interface com.elasticpath.domain.catalog.DigitalAssetAudit
Sets the OrderSku.
setOrderSku(OrderSku) - Method in class com.elasticpath.domain.catalog.impl.DigitalAssetAuditImpl
Sets the OrderSku.
setOrderSku(OrderSku) - Method in class com.elasticpath.domain.order.impl.OrderReturnSkuImpl
Set the orderSku for this return.
setOrderSku(OrderSku) - Method in interface com.elasticpath.domain.order.OrderReturnSku
Set the orderSku for this return.
setOrderSkuProduct(OrderSku) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Retrieve the Product associated with the given orderSku based on the productUid saved.
setOrderSkuProduct(OrderSku) - Method in interface com.elasticpath.service.order.OrderService
Retrieve the Product associated with the given orderSku based on the productUid saved.
setOrderSkuProductSku(OrderSku) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Retrieve the Product associated with the given orderSku based on the productUid saved.
setOrderSkuProductSku(OrderSku) - Method in interface com.elasticpath.service.order.OrderService
Retrieve the Product associated with the given orderSku based on the productUid saved.
setOrderSkus(Set) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the SKUs in this order.
setOrderSkus(Set) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the SKUs in this order.
setOrderSkus(Set) - Method in interface com.elasticpath.domain.order.Order
Set the SKUs in this order.
setOrderSkus(Set) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the SKUs in this shipment.
setOrderStatus(OrderStatus) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Set the order status.
setOrderStatus(OrderStatus) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Set the order status.
setOrderStatus(int) - Method in interface com.elasticpath.domain.order.AdvancedOrderSearchCriteria
Set the order status criteria.
setOrderStatus(int) - Method in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the order status criteria.
setOrderStatus(OrderStatus) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Set the order status.
setOrderStatus(OrderStatus) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Set the order status.
setOrderStatusFactory(OrderStatusFactory) - Method in class com.elasticpath.cmweb.reportservice.impl.OrderReportServiceImpl
Sets the OrderStatusFactory instance.
setOrderStatusFactory(OrderStatusFactory) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Sets the OrderStatusFactory instance.
setOrderStatusFactory(OrderStatusFactory) - Method in interface com.elasticpath.service.order.OrderService
Sets the OrderStatusFactory instance.
setOrderSummary(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
setOrderSummary(String) - Method in interface com.elasticpath.sfweb.ajax.bean.ShoppingCartBean
 
setOrderTaxes(Set) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the set of OrderTaxValues.
setOrderTaxes(Set) - Method in interface com.elasticpath.domain.order.Order
Set the set of OrderTaxValues.
setOrderToDate(Date) - Method in interface com.elasticpath.domain.order.AdvancedOrderSearchCriteria
Set the to date for order createDate search.
setOrderToDate(Date) - Method in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the to date for order createDate search.
setOrderToDate(Date) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Set the to date for order createDate search.
setOrderToDate(Date) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Set the to date for order createDate search.
setOrderTotal(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Set the order total.
setOrderTotal(String) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Set the order total.
setOrderUidPk(long) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Sets the unique identifier for this domain model object.
setOrderUidPk(long) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Sets the unique identifier for this domain model object.
setOrderView(String) - Method in class com.elasticpath.sfweb.controller.impl.CheckoutControllerImpl
Sets the name of the view for reviewing the order.
setOverwriteFile(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep2FormBeanImpl
Sets the indicator to determine whether to overwrite existing file.
setOverwriteFile(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep2FormBean
Sets the indicator to determine whether to overwrite existing file.
setPadding(int) - Method in interface com.elasticpath.domain.misc.ImageRenderRequest
Sets the padding.
setPadding(int) - Method in class com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
Sets the padding.
setParameter(int, Object) - Method in class com.elasticpath.persistence.impl.HibernateQueryImpl
Bind a value to a JDBC-style query parameter.
setParameter(int, Object) - Method in interface com.elasticpath.persistence.Query
Bind a value to a JDBC-style query parameter.
setParameters(Set) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl
Set the parameters of this rule condition.
setParameters(Set) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleExceptionImpl
Set the parameters of this rule condition.
setParameters(Set) - Method in interface com.elasticpath.domain.rules.RuleElement
Set the parameters of this rule action.
setParameters(Set) - Method in interface com.elasticpath.domain.rules.RuleException
Set the parameters of this rule exception.
setParameters(Set) - Method in class com.elasticpath.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Set the parameters of this shippingCostCalculationMethod.
setParameters(Set) - Method in interface com.elasticpath.domain.shipping.ShippingCostCalculationMethod
Set the parameters of this shippingCostCalculationMethod.
setParent(Category) - Method in interface com.elasticpath.domain.catalog.Category
Set the parent cateogry.
setParent(Category) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the parent cateogry.
setParent(RangeFilter) - Method in class com.elasticpath.domain.catalogview.impl.AbstractRangeFilterImpl
Set the parent filter of this filter.
setParent(RangeFilter) - Method in interface com.elasticpath.domain.catalogview.RangeFilter
Set the parent filter of this filter.
setParent(TaxJurisdiction) - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
Set the parent taxJurisdiction of this taxJurisdiction.
setParent(TaxJurisdiction) - Method in interface com.elasticpath.domain.tax.TaxJurisdiction
Set the parent taxJurisdiction of this taxJurisdiction.
setParentCartItem(CartItem) - Method in interface com.elasticpath.domain.shoppingcart.CartItem
Set the parent cart item that this cart item is dependent on.
setParentCartItem(CartItem) - Method in class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
Set the parent cart item that this cart item is dependent on.
setParentCartItem(CartItem) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the parent cart item that this cart item is dependent on.
setParentName(String) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryInfoAjaxBean
Set the parent category system name.
setParentName(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBeanImpl
Set the parent category system name.
setParentOneWay(Category) - Method in interface com.elasticpath.domain.catalog.Category
Set the parent cateogry.
setParentOneWay(Category) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the parent cateogry.
setPassword(String) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the encrypted password.
setPassword(String) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the encrypted password.
setPassword(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the encrypted password.
setPassword(String) - Method in interface com.elasticpath.domain.customer.CustomerAuthentication
Sets the encrypted password.
setPassword(String) - Method in class com.elasticpath.domain.customer.impl.CustomerAuthenticationImpl
Sets the encrypted password.
setPassword(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the encrypted password.
setPassword(String, String) - Method in class com.elasticpath.service.auth.impl.EpUserIdentityService
Change the password without requiring authentication, for use by administrators.
setPassword(String, String) - Method in interface com.elasticpath.service.auth.UserIdentityService
Change the password without requiring authentication, for use by administrators.
setPassword(Customer, String) - Method in interface com.elasticpath.service.customer.CustomerService
Changes the password for the specified customer.
setPassword(Customer, String) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Changes the password for the specified customer.
setPassword(String) - Method in interface com.elasticpath.sfweb.formbean.EditAccountFormBean
Set the password.
setPassword(String) - Method in class com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the password.
setPaymentGatewayMap(Map) - Method in interface com.elasticpath.domain.ElasticPath
Set the payment gateway map, keyed by the payment type (e.g.
setPaymentGatewayMap(Map) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Set the payment gateway map, keyed by the payment type (e.g.
setPaymentMethod(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the payment method such as "C.O.D." or "Verisign".
setPaymentMethod(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the payment method such as "C.O.D." or "Verisign".
setPaymentStatus(OrderPaymentStatus) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Set the payment status.
setPaymentStatus(OrderPaymentStatus) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Set the payment status.
setPaymentTypeFactory(PaymentTypeFactory) - Method in class com.elasticpath.persistence.impl.ElasticPathDaoXmlFileImpl
Set the PaymentTypeFactory singleton.
setPaymentTypeFactory(PaymentTypeFactory) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Set the PaymentTypeFactory singleton.
setPaymentTypeFactory(PaymentTypeFactory) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the PaymentTypeFactory singleton.
setPermissionGroup(String) - Method in class com.elasticpath.domain.cmuser.impl.UserPermissionImpl
Sets the group that this Permission is in.
setPermissionGroup(String) - Method in interface com.elasticpath.domain.cmuser.UserPermission
Sets the group that this Permission is in.
setPermissionPrefix(String) - Method in class com.elasticpath.cmweb.util.impl.EpRoleVoter
Allows the default permission prefix of PERMISSION_ to be overriden.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.cmweb.reportservice.impl.CustomerReportServiceImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.cmweb.reportservice.impl.OrderReportServiceImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.cmweb.reportservice.impl.ProductReportServiceImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.cmweb.reportservice.impl.PromotionReportServiceImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.persistence.impl.CmUserAuthenticationDaoImpl
F Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.persistence.impl.CustomerAuthenticationDaoImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.persistence.impl.SkuConfigurationDaoImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in interface com.elasticpath.persistence.SkuConfigurationDao
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in interface com.elasticpath.service.EpPersistenceService
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl
Sets the persistence engine.
setPersistenceEngine(PersistenceEngine) - Method in class com.elasticpath.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Sets the persistence engine.
setPhoneNumber(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the phone number associated with this Address.
setPhoneNumber(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the phone number associated with this Customer.
setPhoneNumber(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the phone number associated with this Address.
setPhoneNumber(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the phone number associated with this Customer.
setPhoneNumber(String) - Method in interface com.elasticpath.domain.search.CustomerSearchCriteria
Sets the phone number.
setPhoneNumber(String) - Method in class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
Sets the phone number.
setPhoneNumber(String) - Method in interface com.elasticpath.sfweb.formbean.EditAccountFormBean
Sets the phone number.
setPhoneNumber(String) - Method in class com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
Sets the phone number.
setPreferredBillingAddress(CustomerAddress) - Method in interface com.elasticpath.domain.customer.Customer
Set the preferred billing address.
setPreferredBillingAddress(CustomerAddress) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set the preferred billing address.
setPreferredCreditCard(CustomerCreditCard) - Method in interface com.elasticpath.domain.customer.Customer
Sets the customer's default (preferred) credit card.
setPreferredCreditCard(CustomerCreditCard) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the customer's default (preferred) credit card.
setPreferredCurrency(Currency) - Method in interface com.elasticpath.domain.customer.Customer
Set the preferred currency of the customer corresponding to the shopping cart.
setPreferredCurrency(Currency) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set the preferred currency of the customer corresponding to the shopping cart.
setPreferredLocale(Locale) - Method in interface com.elasticpath.domain.customer.Customer
Set the preferred locale of the customer corresponding to the shopping cart.
setPreferredLocale(Locale) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set the preferred locale of the customer corresponding to the shopping cart.
setPreferredShippingAddress(CustomerAddress) - Method in interface com.elasticpath.domain.customer.Customer
Set the preferred shipping address.
setPreferredShippingAddress(CustomerAddress) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set the preferred shipping address.
setPrefixLength(int) - Method in interface com.elasticpath.domain.ElasticPath
Sets fuzzy search setting for the length of common non-fuzzy prefix.
setPrefixLength(int) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Sets fuzzy search setting for the length of common non-fuzzy prefix.
setPriceCalculationMethod(Boolean) - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
Set the price calculation method of this TaxJurisdiction.
setPriceCalculationMethod(Boolean) - Method in interface com.elasticpath.domain.tax.TaxJurisdiction
Set the price calculation method of this TaxCategory.
setPriceTierContents(String[]) - Method in interface com.elasticpath.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the price tier contents as the String Array to be diplayed.
setPriceTierContents(String[]) - Method in class com.elasticpath.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the price tier contents as the String Array to be diplayed.
setPriceTiers(Map) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
set the price Tiers.
setPriceTiers(Map) - Method in interface com.elasticpath.domain.catalog.Price
set the price Tiers.
setProduct(Product) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductAjaxBeanImpl
Set a reference to the domain model object representing a product.
setProduct(Product) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductAjaxBean
Set a reference to the domain model object representing a product.
setProduct(Product) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the parent product of this SKU.
setProduct(Product) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the parent product of this SKU.
setProduct(Product) - Method in class com.elasticpath.domain.catalogview.impl.AbstractProductAdaptorForFilterImpl
Sets the product to wrap.
setProduct(Product) - Method in interface com.elasticpath.domain.catalogview.ProductAdaptorForFilter
Sets the product to wrap.
setProduct(Product) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the parent product of this SKU.
setProduct(Product) - Method in interface com.elasticpath.domain.order.OrderSku
Set the parent product of this SKU.
setProduct(Product) - Method in class com.elasticpath.sfweb.viewbean.impl.ProductViewBeanImpl
Set the product to be displayed.
setProduct(Product) - Method in interface com.elasticpath.sfweb.viewbean.ProductViewBean
Set the product to be displayed.
setProductAssociations(Set) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the ProductAssociations for merchandising this product.
setProductAssociations(Set) - Method in interface com.elasticpath.domain.catalog.Product
Set the ProductAssociations for merchandising this product.
setProductAssociationsByType(List) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductAjaxBeanImpl
Set a structure of product associations for this product.
setProductAssociationsByType(List) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductAjaxBean
Set a structure of product associations for this product.
setProductAttributeGroup(AttributeGroup) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Sets the product attribute group.
setProductAttributeGroup(AttributeGroup) - Method in interface com.elasticpath.domain.catalog.ProductType
Sets the product attribute group.
setProductCategories(Set) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets all product category associations.
setProductCategories(Set) - Method in interface com.elasticpath.domain.catalog.Product
Sets all product category associations.
setProductCategoryFeatured(long, long) - Method in class com.elasticpath.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.elasticpath.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.
setProductIndexBuildService(IndexBuildService) - Method in class com.elasticpath.service.index.impl.IndexBuildModeratorForCmUseImpl
Sets the product index build service.
setProductLoadTuner(ProductLoadTuner) - Method in class com.elasticpath.service.catalogview.impl.ProductCacheLoaderImpl
Set the product load tuner to be used for loading the cache.
setProductLoadTuner(ProductLoadTuner) - Method in class com.elasticpath.service.shoppingcart.impl.ShoppingCartServiceImpl
Sets the ProductLoadTuner for populating all data.
setProductLoadTuner(ProductLoadTuner) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartControllerImpl
Set the load tuner to be used for retrieving products to add to the cart.
setProductLoadTuner(ProductLoadTuner) - Method in class com.elasticpath.sfweb.controller.impl.BrowsingControllerImpl
Sets the product load tuner.
setProductLoadTuner(ProductLoadTuner) - Method in class com.elasticpath.sfweb.controller.impl.ProductViewControllerImpl
Sets the product load tuner.
setProductLoadTuner(ProductLoadTuner) - Method in class com.elasticpath.sfweb.controller.impl.SearchControllerImpl
Sets the product load tuner.
setProductLoadTunerAll(ProductLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Sets the ProductLoadTuner for populating all data.
setProductLoadTunerAll(ProductLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Sets the ProductLoadTuner for populating all data.
setProductLoadTunerAssociationsOnly(ProductLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductRecommendationServiceImpl
Set the product load tuner used to load products whose recommendations are to be updated.
setProductLoadTunerForDefaultCategory(ProductLoadTuner) - Method in class com.elasticpath.cmweb.ajaxservice.impl.CatalogAjaxServiceImpl
Sets the ProductLoadTuner for populating the default category.
setProductLoadTunerForDefaultCategory(ProductLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Sets the ProductLoadTuner for populating the default category.
setProductLoadTunerMinimal(ProductLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Sets the ProductLoadTuner for populating a minimal data set.
setProductLoadTunerNoCollections(ProductLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductRecommendationServiceImpl
Set the product load tuner used only to set a reference to a target product.
setProductLowestPriceComparator(ProductLowestPriceComparator) - Method in class com.elasticpath.domain.catalogview.impl.PriceSorterImpl
Sets the display name comparator.
setProductOneWay(Product) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the parent product of this SKU.
setProductOneWay(Product) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the parent product of this SKU.
setProductPrices(Map) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the product-price assocations of this product.
setProductQueryComposer(QueryComposer) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Sets the product query composer.
setProductRetrieveStrategy(ProductRetrieveStrategy) - Method in class com.elasticpath.service.catalogview.impl.BrowsingServiceImpl
Sets the ProductRetrieveStrategy.
setProductRetrieveStrategy(ProductRetrieveStrategy) - Method in class com.elasticpath.service.catalogview.impl.ProductViewServiceImpl
Sets the ProductRetrieveStrategy.
setProductRetrieveStrategy(ProductRetrieveStrategy) - Method in class com.elasticpath.service.catalogview.impl.SearchServiceImpl
Sets the ProductRetrieveStrategy.
setProducts(List) - Method in interface com.elasticpath.domain.catalogview.CatalogViewResult
Sets a list of products as the search result.
setProducts(List) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl
Sets a list of products as the search result.
setProductService(ProductService) - Method in interface com.elasticpath.cmweb.ajaxservice.CatalogAjaxService
Set the product service used to retrieve product information.
setProductService(ProductService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.CatalogAjaxServiceImpl
Set the product service used to retrieve product information.
setProductService(ProductService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.DashboardAjaxServiceImpl
Set the Product Service.
setProductService(ProductService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.InventoryAjaxServiceImpl
 
setProductService(ProductService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.SkuConfigurationServiceImpl
Set a reference to the product service.
setProductService(ProductService) - Method in interface com.elasticpath.cmweb.ajaxservice.SkuConfigurationService
Set a reference to the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalog.impl.ProductCacheUpdateServiceImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalog.impl.ProductRecommendationServiceImpl
Set the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Set the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalog.impl.ProductXmlServiceImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Set the product service.
setProductService(ProductService) - Method in interface com.elasticpath.service.catalog.ProductRecommendationService
Set the product service.
setProductService(ProductService) - Method in interface com.elasticpath.service.catalog.TopSellerService
Set the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalogview.impl.AbstractProductRetrieveStrategyImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalogview.impl.ProductCacheLoaderImpl
Set the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.catalogview.impl.ProductViewServiceImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.dataimport.impl.ImportGuidHelperImpl
Set the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.index.impl.ProductIndexForCmUseBuildServiceImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.service.index.impl.ProductIndexForSfUseBuildServiceImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
 
setProductService(ProductService) - Method in class com.elasticpath.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set a reference to the product service.
setProductService(ProductService) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
 
setProductService(ProductService) - Method in interface com.elasticpath.sfweb.ajax.service.SkuConfigurationService
Set a reference to the product service.
setProductService(ProductService) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartControllerImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.sfweb.controller.impl.MoveToCartControllerImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.sfweb.controller.impl.ProductReviewControllerImpl
Sets the product service.
setProductService(ProductService) - Method in class com.elasticpath.sfweb.controller.impl.SitemapControllerImpl
 
setProductSku(ProductSku) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the product sku sold.
setProductSku(ProductSku) - Method in interface com.elasticpath.domain.order.OrderSku
Set the product sku sold.
setProductSku(ProductSku) - Method in interface com.elasticpath.domain.shoppingcart.CartItem
Set the product SKU corresponding to this item in a cart.
setProductSku(ProductSku) - Method in class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
Set the product SKU corresponding to this item in a cart.
setProductSku(ProductSku) - Method in interface com.elasticpath.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the ProductSku.
setProductSku(ProductSku) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the product SKU corresponding to this item in a cart.
setProductSku(ProductSku) - Method in class com.elasticpath.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the ProductSku.
setProductSkuLoadTuner(ProductSkuLoadTuner) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the ProductSkuLoadTuner.
setProductSkuLoadTuner(ProductSkuLoadTuner) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the ProductSkuLoadTuner.
setProductSkuLoadTuner(ProductSkuLoadTuner) - Method in class com.elasticpath.service.shoppingcart.impl.ShoppingCartServiceImpl
Sets the ProductSkuLoadTuner for populating all data.
setProductSkuLoadTunerAll(ProductSkuLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Sets the ProductSkuLoadTuner for populating all data.
setProductSkuLoadTunerMinimal(ProductSkuLoadTuner) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Sets the ProductSkuLoadTuner to populate the SkuOptionValues.
setProductSkuPrices(Map) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the product-price assocations of this product SKU.
setProductSkus(Map) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the variations of this product.
setProductSkus(Map) - Method in interface com.elasticpath.domain.catalog.Product
Set the variations of this product.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.CatalogAjaxServiceImpl
Set the product sku service used to retrieve product sku information.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.InventoryAjaxServiceImpl
 
setProductSkuService(ProductSkuService) - Method in interface com.elasticpath.cmweb.ajaxservice.InventoryAjaxService
 
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.cmweb.controller.impl.InventoryUploadControllerImpl
 
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleDelegateImpl
Set the ProductSkuService.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.service.catalog.impl.InventoryServiceImpl
Set method for the product sku service.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set a reference to the product sku service.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the product service.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.sfweb.controller.impl.AddToWishListControllerImpl
Sets the product service.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.sfweb.controller.impl.MoveToCartControllerImpl
Sets the product service.
setProductSkuService(ProductSkuService) - Method in class com.elasticpath.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the product service.
setProductSkuUid(long) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductSkuAjaxBeanImpl
Set a reference to the uid of the product sku represented.
setProductSkuUid(long) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductSkuAjaxBean
Set a reference to the uid of the product sku represented.
setProductSkuUid(long) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the product sku uid.
setProductSkuUid(long) - Method in interface com.elasticpath.domain.order.OrderSku
Set the product sku uid.
setProductType(ProductType) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the ProductType.
setProductType(ProductType) - Method in interface com.elasticpath.domain.catalog.Product
Set the ProductType.
setProductTypeLoadTuner(ProductTypeLoadTuner) - Method in class com.elasticpath.domain.catalog.impl.ProductLoadTunerImpl
Sets the ProductTypeLoadTuner.
setProductTypeLoadTuner(ProductTypeLoadTuner) - Method in interface com.elasticpath.domain.catalog.ProductLoadTuner
Sets the ProductTypeLoadTuner.
setProductTypeName(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Set the prodcut type name of the product represented.
setProductTypeName(String) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Set the prodcut type name of the product represented.
setProductUid(long) - Method in class com.elasticpath.domain.catalog.impl.ProductDeletedImpl
Sets the uid of the deleted product.
setProductUid(long) - Method in interface com.elasticpath.domain.catalog.ProductDeleted
Sets the uid of the deleted product.
setProductUid(long) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the parent product uid of this SKU.
setProductUid(long) - Method in interface com.elasticpath.domain.order.OrderSku
Set the parent product uid of this SKU.
setProductViewService(ProductViewService) - Method in class com.elasticpath.sfweb.controller.impl.ProductViewControllerImpl
Sets the product view service.
setProductXmlService(ProductXmlService) - Method in class com.elasticpath.sfweb.controller.impl.ProductLookupControllerImpl
Sets the product xml service.
setProfileValue(String, Object) - Method in interface com.elasticpath.domain.customer.CustomerProfile
Set the customer profile value based on the given pair of key/object.
setProfileValue(String, Object) - Method in class com.elasticpath.domain.customer.impl.CustomerProfileImpl
Set the customer profile value based on the given pair of key/object.
setProfileValueMap(Map) - Method in interface com.elasticpath.domain.customer.CustomerProfile
Sets the attribute value map.
setProfileValueMap(Map) - Method in class com.elasticpath.domain.customer.impl.CustomerProfileImpl
Sets the attribute value map.
setPromoCode(String) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleImpl
Set the promoCode of the rule.
setPromoCode(String) - Method in interface com.elasticpath.domain.rules.Rule
Set the promoCode of the rule.
setPromotionCode(String) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the promotion code entered by the user.
setPromotionCode(String) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the promotion code entered by the user.
setPromotionCode(String, HttpServletRequest) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Attempts to apply a given promotion code to the shopping cart.
setPromotionCode(String, HttpServletRequest) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
Attempts to apply a given promotion code to the shopping cart.
setPromotionCodeAccepted(boolean) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set whether or not the promotion code entered by the user is valid.
setPromotionCodeAccepted(boolean) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set whether or not the promotion code entered by the user is valid.
setPromotionReportService(PromotionReportService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.DashboardAjaxServiceImpl
Set the promotion Report Service.
setPromotionRuleDelegate(PromotionRuleDelegate) - Method in interface com.elasticpath.service.rules.EpRuleEngine
Set the promotion rule helper that will be passed into the working memory.
setPromotionRuleDelegate(PromotionRuleDelegate) - Method in class com.elasticpath.service.rules.impl.EpRuleEngineImpl
Set the promotion rule helper that will be passed into the working memory.
setProperties(Map) - Method in interface com.elasticpath.domain.ElasticPath
Set the properties.
setProperties(Map) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Set the properties.
setProperties(Properties) - Method in class com.elasticpath.domain.payment.impl.AbstractPaymentGatewayImpl
Set the properties of the payment gateway (e.g.
setProperties(Properties) - Method in class com.elasticpath.domain.payment.impl.CyberSourcePaymentGatewayImpl
Set the properties of the payment gateway (e.g.
setProperties(Properties) - Method in class com.elasticpath.domain.payment.impl.PaypalExpressPaymentGatewayImpl
Set the properties of the payment gateway (e.g.
setProperties(Properties) - Method in interface com.elasticpath.domain.payment.PaymentGateway
Set the properties of the payment gateway (e.g.
setPropertiesDao(PropertiesDao) - Method in class com.elasticpath.service.catalog.impl.ProductCacheUpdateServiceImpl
Set the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Sets the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in interface com.elasticpath.service.catalog.TopSellerService
Sets the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in class com.elasticpath.service.index.impl.AbstractIndexServiceImpl
Set the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in class com.elasticpath.service.misc.impl.PropertyServiceImpl
Set the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in interface com.elasticpath.service.misc.PropertyService
Set the DAO used to load properties.
setPropertiesDao(PropertiesDao) - Method in class com.elasticpath.service.rules.impl.EpRuleEngineImpl
Set the DAO used to load properties.
setPropertiesDir(String) - Method in class com.elasticpath.persistence.impl.PropertiesDaoImpl
Set the name of the alternative properties directory.
setPropertiesDir(String) - Method in interface com.elasticpath.persistence.PropertiesDao
Set the name of the alternative properties directory.
setPropertiesMap(Map) - Method in interface com.elasticpath.domain.misc.Geography
Set the properties files that are used as a source of Country and SubCountry data.
setPropertiesMap(Map) - Method in class com.elasticpath.domain.misc.impl.GeographyImpl
Set the properties (file) map that is used as a source of Country data.
setPropertyCriterion1(PropertyCriterion) - Method in class com.elasticpath.persistence.support.impl.AbstractRelationCriterionImpl
Sets the first PropertyCriterion.
setPropertyCriterion1(PropertyCriterion) - Method in interface com.elasticpath.persistence.support.RelationCriterion
Sets the first PropertyCriterion.
setPropertyCriterion2(PropertyCriterion) - Method in class com.elasticpath.persistence.support.impl.AbstractRelationCriterionImpl
Sets the second PropertyCriterion.
setPropertyCriterion2(PropertyCriterion) - Method in interface com.elasticpath.persistence.support.RelationCriterion
Sets the second PropertyCriterion.
setPropertyName(String) - Method in class com.elasticpath.commons.util.impl.PluginBeanFactoryPostProcessor
Set the name of the property to override.
setPropertyName(String) - Method in class com.elasticpath.persistence.support.impl.AbstractPropertyCriterionImpl
Sets the name of the property to be checked.
setPropertyName(String) - Method in interface com.elasticpath.persistence.support.PropertyCriterion
Sets the name of the property to be checked.
setPropertyService(PropertyService) - Method in class com.elasticpath.service.shipping.impl.ShippingRegionServiceImpl
Set the propertyService singleton.
setPropertyService(PropertyService) - Method in interface com.elasticpath.service.shipping.ShippingRegionService
Set the propertyService singleton.
setPropertyValue(Object) - Method in class com.elasticpath.commons.util.impl.PluginBeanFactoryPostProcessor
Set the value of the property being overridden.
setQuantity(int) - Method in class com.elasticpath.domain.catalog.impl.InventoryAuditImpl
 
setQuantity(int) - Method in interface com.elasticpath.domain.catalog.InventoryAudit
 
setQuantity(int) - Method in class com.elasticpath.domain.order.impl.OrderReturnSkuImpl
Set the quantity of this sku returned.
setQuantity(int) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the quantity of this sku ordered.
setQuantity(int) - Method in interface com.elasticpath.domain.order.OrderReturnSku
Set the quantity of this sku returned.
setQuantity(int) - Method in interface com.elasticpath.domain.order.OrderSku
Set the quantity of this sku ordered.
setQuantity(int) - Method in interface com.elasticpath.domain.shoppingcart.CartItem
Set the quantity of this item.
setQuantity(int) - Method in class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
Set the quantity of this item as a primitive int.
setQuantity(int) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the quantity of this item as a primitive int.
setQuantityOnHand(int) - Method in class com.elasticpath.domain.catalog.impl.InventoryImpl
Set the quantity on hand.
setQuantityOnHand(int) - Method in interface com.elasticpath.domain.catalog.Inventory
Set the quantity on hand.
setQueryStringDownToThisFilter(String) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest.FilterQueryString
Sets the query string down to this filter.
setQueryStringDownToThisFilter(String) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl.FilterQueryStringImpl
Sets the query string down to this filter.
setQueryStringWithoutThisFilter(String) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest.FilterQueryString
Sets the query string without this filter.
setQueryStringWithoutThisFilter(String) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl.FilterQueryStringImpl
Sets the query string without this filter.
setRangeType(String) - Method in class com.elasticpath.domain.catalogview.impl.AbstractRangeFilterImpl
Set the range type.
setRangeType(String) - Method in interface com.elasticpath.domain.catalogview.RangeFilter
Set the range type.
setRecipientEmails(String) - Method in class com.elasticpath.domain.shoppingcart.impl.WishListMessageImpl
Set the recipient's email addresses.
setRecipientEmails(String) - Method in interface com.elasticpath.domain.shoppingcart.WishListMessage
Set the recipient's email addresses.
setReferenceId(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the reference id.
setReferenceId(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the reference id.
setRefreshableCachedProductRetrieveStrategy(RefreshableCachedProductRetrieveStrategy) - Method in class com.elasticpath.service.catalog.impl.ProductCacheUpdateServiceImpl
Set the cached product retrieve strategy that is to be updated.
setRefreshableCachedProductRetrieveStrategy(RefreshableCachedProductRetrieveStrategy) - Method in class com.elasticpath.service.catalogview.impl.ProductCacheLoaderImpl
Set the refreshable cached product retrieve strategy whose cache is to be loaded.
setRegionCode(String) - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
Set the region code of the geographic area represented by the TaxJurisdiction.
setRegionCode(String) - Method in interface com.elasticpath.domain.tax.TaxJurisdiction
Set the region code of the geographic area represented by the TaxJurisdiction.
setRegionMap(Map) - Method in class com.elasticpath.domain.shipping.impl.ShippingRegionImpl
Set the Map of regions assoicated with this shippingregion.
setRegionMap(Map) - Method in interface com.elasticpath.domain.shipping.ShippingRegion
Set the Map of regions assoicated with this shippingregion.
setRegionStr(String) - Method in class com.elasticpath.domain.shipping.impl.ShippingRegionImpl
Set the string representation of the region definition (for persistence).
setReorderMinimum(int) - Method in class com.elasticpath.domain.catalog.impl.InventoryImpl
Set the reorder minimum quantity.
setReorderMinimum(int) - Method in interface com.elasticpath.domain.catalog.Inventory
Set the reorder minimum quantity.
setReportService(BirtReportService) - Method in class com.elasticpath.cmweb.controller.impl.ReportsControllerImpl
Set report service.
setRequestFromCheckout(boolean) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
Set whether or not the credit card update request is from the checkout page.
setRequestFromCheckout(boolean) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
Set whether or not the credit card update request is from the checkout page.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.cmweb.ajaxservice.impl.InventoryAjaxServiceImpl
 
setRequestHelper(RequestHelper) - Method in interface com.elasticpath.cmweb.ajaxservice.InventoryAjaxService
 
setRequestHelper(RequestHelper) - Method in interface com.elasticpath.cmweb.controller.EpController
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.cmweb.controller.impl.AbstractEpControllerImpl
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.cmweb.controller.impl.AbstractEpFormController
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.cmweb.filters.CmUserSessionFilter
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.ajax.interceptor.SessionTimeoutInterceptor
 
setRequestHelper(RequestHelper) - Method in interface com.elasticpath.sfweb.ajax.service.CheckoutAjaxController
 
setRequestHelper(RequestHelper) - Method in interface com.elasticpath.sfweb.ajax.service.CustomerAjaxController
 
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.ajax.service.impl.GeographyControllerImpl
Sets the request helper.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Set the request helper.
setRequestHelper(RequestHelper) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
Set the request helper.
setRequestHelper(RequestHelper) - Method in interface com.elasticpath.sfweb.controller.EpController
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.controller.impl.AbstractEpControllerImpl
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.controller.impl.AbstractEpFormController
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.elasticpath.sfweb.service.WebCustomerSessionServiceImpl
Sets the request helper.
setRequestToken(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the request token.
setRequestToken(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the request token.
setRequestType(String) - Method in class com.elasticpath.sfweb.controller.impl.ViewOrderControllerImpl
Sets the request type.
setRequired(boolean) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the required flag.
setRequired(boolean) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the required flag.
setRequiredFields(List) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep5FormBeanImpl
Sets the required fields for the import data type.
setRequiredFields(List) - Method in interface com.elasticpath.cmweb.formbean.ImportStep5FormBean
Sets the required fields for the import data type.
setRequiredFieldsValidation(List) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep5FormBeanImpl
Sets the list of required fields validation.
setRequiredFieldsValidation(List) - Method in interface com.elasticpath.cmweb.formbean.ImportStep5FormBean
Sets the list of required fields validation.
setRequiredHeight(int) - Method in interface com.elasticpath.domain.misc.ImageRenderRequest
Sets the required height.
setRequiredHeight(int) - Method in class com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
Sets the required height.
setRequiredWidth(int) - Method in interface com.elasticpath.domain.misc.ImageRenderRequest
Sets the required width.
setRequiredWidth(int) - Method in class com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
Sets the required width.
setReservedQuantity(int) - Method in class com.elasticpath.domain.catalog.impl.InventoryImpl
Set the reserved quantity.
setReservedQuantity(int) - Method in interface com.elasticpath.domain.catalog.Inventory
Set the reserved quantity.
setRestockDate(Date) - Method in class com.elasticpath.domain.catalog.impl.InventoryImpl
Set the restock date.
setRestockDate(Date) - Method in interface com.elasticpath.domain.catalog.Inventory
Set the restock date.
setRestrictionValues(Object[]) - Method in class com.elasticpath.persistence.support.impl.AbstractPropertyCriterionImpl
Sets the restriction values, i.e., the value that the property should equal to.
setRestrictionValues(Object[]) - Method in interface com.elasticpath.persistence.support.PropertyCriterion
Sets the restriction values, i.e., the value that the property should equal to.
setResultCount(int) - Method in class com.elasticpath.domain.catalogview.search.impl.SearchResultImpl
Sets the amount of unfiltered results returned.
setResultCount(int) - Method in interface com.elasticpath.domain.catalogview.search.SearchResult
Sets the amount of unfiltered results returned.
setResultCount(int) - Method in class com.elasticpath.domain.search.impl.SfSearchLogImpl
Sets the number of results returned by the search.
setResultCount(int) - Method in interface com.elasticpath.domain.search.SfSearchLog
Sets the number of results returned by the search.
setReturnAmount(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderReturnSkuImpl
Set the return amount for this item.
setReturnAmount(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderReturnSku
Set the return amount for this item.
setReturnComment(String) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the return comment.
setReturnComment(String) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the return comment.
setReturnPath(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property return path.
setReturnPath(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property return path.
setReturnReason(OrderReturnReason) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the return reason.
setReturnReason(OrderReturnReason) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the return reason.
setReturns(Set) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the returns of this order.
setReturns(Set) - Method in interface com.elasticpath.domain.order.Order
Set the returns of this order.
setReturnTaxes(Set) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the set of return taxes.
setReturnTaxes(Set) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the set of return taxes.
setReturnTotal(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the return total.
setReturnTotal(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the return total.
setRmaCode(String) - Method in class com.elasticpath.domain.order.impl.OrderReturnImpl
Set the return RMA code.
setRmaCode(String) - Method in interface com.elasticpath.domain.order.OrderReturn
Set the return RMA code.
setRow(String) - Method in class com.elasticpath.domain.dataimport.impl.ImportBadRowImpl
Set the row.
setRow(String) - Method in interface com.elasticpath.domain.dataimport.ImportBadRow
Set the row.
setRowArea(int, int) - Method in class com.elasticpath.domain.dataimport.impl.ImportBadRowImpl
Sets the row area in which the bad row is in.
setRowArea(int, int) - Method in interface com.elasticpath.domain.dataimport.ImportBadRow
Sets the row area in which the bad row is in.
setRowNumber(int) - Method in class com.elasticpath.domain.dataimport.impl.ImportBadRowImpl
Set the row number that caused error.
setRowNumber(int) - Method in interface com.elasticpath.domain.dataimport.ImportBadRow
Set the row number that caused error.
setRuleCode(String) - Method in interface com.elasticpath.domain.rules.AppliedRule
Set the rule engine code for the applied rule.
setRuleCode(String) - Method in class com.elasticpath.domain.rules.impl.AppliedRuleImpl
Set the rule engine code for the applied rule.
setRuleEngine(EpRuleEngine) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Sets the rule engine.
setRuleEngine(EpRuleEngine) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Sets the rule engine.
setRuleExecutionIntervalSeconds(long) - Method in class com.elasticpath.service.catalogview.impl.RefreshableCachedProductRetrieveStrategyImpl
Set the rule execution interval.
setRuleId(long) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl
Set the identifier for the rule that contains this action.
setRuleId(long) - Method in interface com.elasticpath.domain.rules.RuleElement
Set the identifier for the rule that contains this action.
setRuleName(String) - Method in interface com.elasticpath.domain.rules.AppliedRule
Set the name of the applied rule.
setRuleName(String) - Method in class com.elasticpath.domain.rules.impl.AppliedRuleImpl
Set the name of the applied rule.
setRuleParameterService(RuleParameterService) - Method in class com.elasticpath.service.shipping.impl.ShippingServiceLevelServiceImpl
Set the RuleParameterService.
setRules(Set) - Method in class com.elasticpath.domain.rules.impl.RuleSetImpl
Set the rules in this rule set.
setRules(Set) - Method in interface com.elasticpath.domain.rules.RuleSet
Set the rules in this rule set.
setRuleService(RuleService) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Set the rule service.
setRuleService(RuleService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the rule service.
setRuleSet(RuleSet) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set the ruleSet this rule belongs to.
setRuleSet(RuleSet) - Method in interface com.elasticpath.domain.rules.Rule
Set the ruleSet this rule belongs to.
setRuleSetService(RuleSetService) - Method in interface com.elasticpath.service.rules.EpRuleEngine
Set the rule set service that will provide rules.
setRuleSetService(RuleSetService) - Method in class com.elasticpath.service.rules.impl.EpRuleEngineImpl
Set the rule set service that will provide rules.
setRuleSetService(RuleSetService) - Method in class com.elasticpath.service.rules.impl.RuleServiceImpl
Set the rule set service.
setRuleSetService(RuleSetService) - Method in interface com.elasticpath.service.rules.RuleService
Set the rule set service.
setRuleUid(long) - Method in interface com.elasticpath.domain.rules.AppliedRule
Set the uid of the applied rule.
setRuleUid(long) - Method in class com.elasticpath.domain.rules.impl.AppliedRuleImpl
Set the uid of the applied rule.
setRunView(String) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep1FormControllerImpl
Set the run view name.
setSalePrice(Money, int) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set the product's sale price.
setSalePrice(Money) - Method in class com.elasticpath.domain.catalog.impl.AbstractPriceImpl
Set the product's sale price for the first price tier.
setSalePrice(BigDecimal) - Method in class com.elasticpath.domain.catalog.impl.PriceTierImpl
Set the sale price for the price tier.
setSalePrice(Money) - Method in interface com.elasticpath.domain.catalog.Price
Set the product's sale price.
setSalePrice(Money, int) - Method in interface com.elasticpath.domain.catalog.Price
Set the product's sale price.
setSalePrice(BigDecimal) - Method in interface com.elasticpath.domain.catalog.PriceTier
Set the sale price for the price tier.
setSalePrice(BigDecimal) - Method in class com.elasticpath.domain.dataimport.impl.PriceTierAdaptorImpl
Set the sale price for the price tier.
setSalePrice(BigDecimal) - Method in interface com.elasticpath.domain.dataimport.PriceTierAdaptor
Set the sale price for the price tier.
setSalesCount(int) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Sets the total sales count of the product.
setSalesCount(int) - Method in interface com.elasticpath.domain.catalog.Product
Sets the total sales count of the product.
setSalience(int) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleActionImpl
Set the salience value.
setSalience(int) - Method in interface com.elasticpath.domain.rules.RuleAction
Set the salience value.
setSaveCreditCardForFutureUse(boolean) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set whether new credit card information should be saved for future use.
setSaveCreditCardForFutureUse(boolean) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set whether new credit card information should be saved for future use.
setSaveImport(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the indicator to save import job.
setSaveImport(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the indicator to save import job.
setSaveImportSuccess(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the indicator to determine whether saving the import job is successful.
setSaveImportSuccess(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the indicator to determine whether saving the import job is successful.
setScaledImage(RenderedImage) - Method in interface com.elasticpath.domain.misc.ImageRenderResponse
Sets the scaled image.
setScaledImage(RenderedImage) - Method in class com.elasticpath.domain.misc.impl.ImageRenderResponseImpl
Sets the scaled image.
setScenario(int) - Method in class com.elasticpath.domain.rules.impl.RuleSetImpl
Set the scenario that this rule set applies to.
setScenario(int) - Method in interface com.elasticpath.domain.rules.RuleSet
Set the scenario that this rule set applies to.
setSearchService(SearchService) - Method in class com.elasticpath.sfweb.controller.impl.SearchControllerImpl
Sets the category service.
setSearchTime(Date) - Method in class com.elasticpath.domain.search.impl.SfSearchLogImpl
Sets the date that this search was executed.
setSearchTime(Date) - Method in interface com.elasticpath.domain.search.SfSearchLog
Sets the date that this search was executed.
setSecurityCode(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
Set the 3 or 4 digit security code from the back of the card.
setSecurityCode(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
Set the 3 or 4 digit security code from the back of the card.
setSecurityCode(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setSecurityCode(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setSelectedExistingCreditCardUid(long) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Sets the id of the existing credit card selected by the user.
setSelectedExistingCreditCardUid(long) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Sets the id of the existing credit card selected by the user.
setSelectedPaymentOption(String) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set the payment option that the user has selected.
setSelectedPaymentOption(String) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the payment option that the user has selected.
setSelectedShippingServiceLevelUid(long) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the selectedShippingServiceLevelUid and update the shippingCost correspondingly.
setSelectedShippingServiceLevelUid(long) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the selectedShippingServiceLevelUid and update the shippingCost correspondingly.
setSenderName(String) - Method in class com.elasticpath.domain.shoppingcart.impl.WishListMessageImpl
Set the senders's name.
setSenderName(String) - Method in interface com.elasticpath.domain.shoppingcart.WishListMessage
Set the senders's name.
setSeoId(String) - Method in interface com.elasticpath.domain.catalogview.FilterDisplayInfo
Set the seo id.
setSeoId(String) - Method in class com.elasticpath.domain.catalogview.impl.FilterDisplayInfoImpl
Set the seo id.
setSeoName(String) - Method in interface com.elasticpath.domain.catalogview.FilterDisplayInfo
Set the seo name.
setSeoName(String) - Method in class com.elasticpath.domain.catalogview.impl.FilterDisplayInfoImpl
Set the seo name.
setSeoUrlDownToThisFilter(String) - Method in interface com.elasticpath.domain.catalogview.browsing.BrowsingRequest.FilterSeoUrl
Sets the seo urldown to this filter.
setSeoUrlDownToThisFilter(String) - Method in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingRequestImpl.FilterSeoUrlImpl
Sets the query string down to this filter.
setSeoUrlWithoutThisFilter(String) - Method in interface com.elasticpath.domain.catalogview.browsing.BrowsingRequest.FilterSeoUrl
Sets the seo urlwithout this filter.
setSeoUrlWithoutThisFilter(String) - Method in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingRequestImpl.FilterSeoUrlImpl
Sets the query string without this filter.
setServiceLevel(String) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
 
setServiceLevel(String) - Method in interface com.elasticpath.domain.order.OrderShipment
 
setSession(PersistenceSession) - Method in class com.elasticpath.service.dataimport.impl.ImportGuidHelperImpl
Set the session.
setSession(PersistenceSession) - Method in interface com.elasticpath.service.dataimport.ImportGuidHelper
Set the session.
setSfSearchLogService(SfSearchLogService) - Method in class com.elasticpath.service.catalogview.impl.SearchServiceImpl
Sets the SfSearchLogService.
setSfSearchLogService(SfSearchLogService) - Method in interface com.elasticpath.service.catalogview.SearchService
Sets the SfSearchLogService.
setShipmentAddress(OrderAddress) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the shipping address corresponding to this shipment.
setShipmentAddress(OrderAddress) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the shipping address corresponding to this shipment.
setShipmentAddressCriteria(Map) - Method in interface com.elasticpath.domain.order.AdvancedOrderSearchCriteria
Set the map of order shipmentAddress property name to criteria value.
setShipmentAddressCriteria(Map) - Method in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the map of order shipmentAddress property name to criteria value.
setShipmentDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the date that the order was shipped on.
setShipmentDate(Date) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the date that the order was shipped on.
setShipments(Set) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the shipments of this order.
setShipments(Set) - Method in interface com.elasticpath.domain.order.Order
Set the shipments of this order.
setShipmentStatus(OrderShipmentStatus) - Method in class com.elasticpath.cmweb.ajaxbean.impl.OrderInfoAjaxBeanImpl
Set the order shipment status.
setShipmentStatus(OrderShipmentStatus) - Method in interface com.elasticpath.cmweb.ajaxbean.OrderInfoAjaxBean
Set the order shipment status.
setShipmentStatus(int) - Method in interface com.elasticpath.domain.order.AdvancedOrderSearchCriteria
Set the shipment status.
setShipmentStatus(int) - Method in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the shipment status.
setShipmentStatus(OrderShipmentStatus) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Set the shipment status.
setShipmentStatus(OrderShipmentStatus) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Set the shipment status.
setShipmentZipcode(String) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Sets the shipment zipcode.
setShipmentZipcode(String) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Sets the shipment zipcode.
setShippable(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Sets if this SKU is shippable (i.e.
setShippable(boolean) - Method in interface com.elasticpath.domain.catalog.ProductSku
Sets if this SKU is shippable (i.e.
setShippingAddress(Address) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the shipping address.
setShippingAddress(Address) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the preferred shipping address.
setShippingAddress(Address) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set the shipping address.
setShippingAddress(boolean) - Method in interface com.elasticpath.sfweb.formbean.CheckoutAddressFormBean
Set whether the shipping address or billing address is being specified.
setShippingAddress(Address) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the shipping address.
setShippingAddress(boolean) - Method in class com.elasticpath.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Set whether the shipping address or billing address is being specified.
setShippingAddressView(String) - Method in class com.elasticpath.sfweb.controller.impl.CheckoutControllerImpl
Sets the name of the view for specifying addresses.
setShippingCost(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the shipping cost in BigDecimal.
setShippingCost(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the shipping cost in BigDecimal.
setShippingCostCalculationMethod(ShippingCostCalculationMethod) - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Set the shipping cost calculation method associated with this ShippingServiceLevel.
setShippingCostCalculationMethod(ShippingCostCalculationMethod) - Method in interface com.elasticpath.domain.shipping.ShippingServiceLevel
Set the shipping cost calculation method associated with this ShippingServiceLevel.
setShippingCostCalculationMethod(ShippingCostCalculationMethod) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set the shipping cost calculation method associated with this ShippingServiceLevel.
setShippingDiscount(Money) - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Applies a discount to this shipping service level.
setShippingDiscount(Money) - Method in interface com.elasticpath.domain.shipping.ShippingServiceLevel
Applies a discount to this shipping service level.
setShippingDiscount(Money) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Applies a discount to this shipping service level.
setShippingRegion(ShippingRegion) - Method in class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
Set the shipping region associated with this ShippingServiceLevel.
setShippingRegion(ShippingRegion) - Method in interface com.elasticpath.domain.shipping.ShippingServiceLevel
Set the shipping region associated with this ShippingServiceLevel.
setShippingRegion(ShippingRegion) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set the shipping region associated with this ShippingServiceLevel.
setShippingServiceLevel(long, HttpServletRequest) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Calculate shopping cart with the selected shipping service level.
setShippingServiceLevel(long, HttpServletRequest) - Method in interface com.elasticpath.sfweb.ajax.service.ShoppingCartAjaxController
Calculate shopping cart with the selected shipping service level.
setShippingServiceLevelList(List) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the list of shippingServiceLevel list available based on the current shopping cart info.
setShippingServiceLevelList(List) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the list of shippingServiceLevel list available based on the current shopping cart info.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Set the shippingServiceLevel service.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the shippingServiceLevel service.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in class com.elasticpath.sfweb.controller.impl.ShoppingCartControllerImpl
Set the ShippingServiceLevelService singleton to retrieve the country/subcountry map with shipping service configured.
setShoppingCart(ShoppingCart) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
setShoppingCart(ShoppingCart) - Method in interface com.elasticpath.sfweb.ajax.bean.ShoppingCartBean
 
setShoppingCart(HttpServletRequest, ShoppingCart) - Method in class com.elasticpath.sfweb.util.impl.RequestHelperImpl
Set a ShoppingCart into http sessino.
setShoppingCart(HttpServletRequest, ShoppingCart) - Method in interface com.elasticpath.sfweb.util.RequestHelper
Set a ShoppingCart into http sessino.
setShoppingCartService(ShoppingCartService) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Set the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set a reference to the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.AddToWishListControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.MoveToCartControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.ProductViewControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.RemoveCartItemControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.RemoveWishListItemControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.controller.impl.ShoppingCartControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.elasticpath.sfweb.service.WebCustomerSessionServiceImpl
Set the shopping cart service.
setShoppingCartView(String) - Method in class com.elasticpath.sfweb.controller.impl.ShoppingCartControllerImpl
Set the checkout view.
setShortTextMultiValues(List) - Method in interface com.elasticpath.domain.attribute.AttributeValueWithType
Set the multi-values for short text.
setShortTextMultiValues(List) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the multi-values for short text.
setShortTextValue(String) - Method in interface com.elasticpath.domain.attribute.AttributeValueWithType
Set the short text value.
setShortTextValue(String) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the short text value.
setSignedIn(boolean) - Method in interface com.elasticpath.domain.customer.CustomerSession
Set to true if the customer is signed in.
setSignedIn(boolean) - Method in class com.elasticpath.domain.customer.impl.CustomerSessionImpl
Set to true if the customer is signed in.
setSingleUse(boolean) - Method in class com.elasticpath.domain.rules.impl.PromotionRuleImpl
Sets whether this promoCode is for single use.
setSingleUse(boolean) - Method in interface com.elasticpath.domain.rules.Rule
Sets whether this promoCode is for single use.
setSkuAttributeGroup(AttributeGroup) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Sets the product sku attribute group.
setSkuAttributeGroup(AttributeGroup) - Method in interface com.elasticpath.domain.catalog.ProductType
Sets the product sku attribute group.
setSkuCode(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductSkuAjaxBeanImpl
Set the skuCode of the product sku represented.
setSkuCode(String) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductSkuAjaxBean
Set the skuCode of the product sku represented.
setSkuCode(String) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the SKU for this product variation.
setSkuCode(String) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the SKU for this productSku.
setSkuCode(String) - Method in interface com.elasticpath.domain.order.AdvancedOrderSearchCriteria
Set the sku code for search.
setSkuCode(String) - Method in class com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
Set the sku code for search.
setSkuCode(String) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the SKU for this productSku.
setSkuCode(String) - Method in interface com.elasticpath.domain.order.OrderSku
Set the SKU for this productSku.
setSkuCode(String) - Method in class com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
Sets the sku code.
setSkuCode(String) - Method in interface com.elasticpath.domain.search.OrderSearchCriteria
Sets the sku code.
setSkuConfiguration(String) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductSkuAjaxBeanImpl
Set the string representation of the SkuOptionValues for the associated product sku.
setSkuConfiguration(String) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductSkuAjaxBean
Set the string representation of the SkuOptionValues for the associated product sku.
setSkuConfigurationDao(SkuConfigurationDao) - Method in class com.elasticpath.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set the SKU configuration DAO.
setSkuConfigurationDao(SkuConfigurationDao) - Method in interface com.elasticpath.sfweb.ajax.service.SkuConfigurationService
Set the SKU configuration DAO.
setSkuOptions(Set) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Sets the available options for configuring SKUs of this product.
setSkuOptions(Set) - Method in interface com.elasticpath.domain.catalog.ProductType
Sets the available options for configuring SKUs of this product.
setSkuOptionValue(SkuOption, String) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Sets the sku option value to the one corresponding given value code.
setSkuOptionValue(SkuOption, String) - Method in interface com.elasticpath.domain.catalog.ProductSku
Sets the sku option value to the one corresponding given value code.
setSorterFactory(SorterFactory) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the search sorter factory.
setSorterIdStr(String) - Method in interface com.elasticpath.domain.catalogview.CatalogViewRequest
Sets the sorter identifier string.
setSorterIdStr(String) - Method in class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl
Sets the sorter identifier string.
setSource(Exception) - Method in class com.elasticpath.domain.dataimport.impl.ImportFaultImpl
Sets the fault source.
setSource(Exception) - Method in interface com.elasticpath.domain.dataimport.ImportFault
Sets the fault source.
setSourceProductDependent(boolean) - Method in class com.elasticpath.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.elasticpath.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.
setSpec(ProductSkuSpec) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Sets the ProductSkuSpec instance -- the product sku specification.
setSpec(ProductSkuSpec) - Method in interface com.elasticpath.domain.catalog.ProductSku
Sets the ProductSkuSpec instance -- the product sku specification.
setSpellIndexSearcher(SpellIndexSearcher) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Sets the spell index searcher.
setStartDate(Date) - Method in interface com.elasticpath.domain.catalog.Category
Set the start date that this category will become valid.
setStartDate(Date) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Set the start date that this category will become valid.
setStartDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Set the starting date on which this MerchandiseAssociation is valid for display.
setStartDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the start date that this product will become valid.
setStartDate(Date) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuImpl
Set the start date that this product will become valid.
setStartDate(Date) - Method in interface com.elasticpath.domain.catalog.Product
Set the start date that this product will become valid.
setStartDate(Date) - Method in interface com.elasticpath.domain.catalog.ProductAssociation
Set the starting date on which this MerchandiseAssociation is valid for display.
setStartDate(Date) - Method in interface com.elasticpath.domain.catalog.ProductSku
Set the start date that this productSku will become valid.
setStartDate(Date) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the cart start date used by some U.K.
setStartDate(Date) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the cart start date used by some U.K.
setStartDate(Date) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleImpl
Set the starting date that this rule can be applied.
setStartDate(Date) - Method in interface com.elasticpath.domain.rules.Rule
Set the starting date that this rule can be applied.
setStartMonth(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setStartMonth(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setStartMonth(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setStartMonth(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setStartYear(String) - Method in interface com.elasticpath.domain.customer.CustomerCreditCard
 
setStartYear(String) - Method in class com.elasticpath.domain.customer.impl.CustomerCreditCardImpl
 
setStartYear(String) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
 
setStartYear(String) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
 
setStatus(int) - Method in interface com.elasticpath.domain.customer.Customer
Sets the status of this Customer.
setStatus(int) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the status of this Customer.
setStatus(OrderStatus) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the status of the order.
setStatus(OrderPaymentStatus) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Set the status of the order payment.
setStatus(OrderShipmentStatus) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
Set the status of the shipment.
setStatus(OrderStatus) - Method in interface com.elasticpath.domain.order.Order
Set the status of the order.
setStatus(OrderPaymentStatus) - Method in interface com.elasticpath.domain.order.OrderPayment
Set the status of the order payment.
setStatus(OrderShipmentStatus) - Method in interface com.elasticpath.domain.order.OrderShipment
Set the status of the shipment.
setStreet1(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the streetname of this Address.
setStreet1(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the streetname of this Address.
setStreet2(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the streetname of this Address.
setStreet2(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the streetname of this Address.
setStringAttributeValue(Attribute, Locale, String) - Method in interface com.elasticpath.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.elasticpath.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.elasticpath.domain.customer.CustomerProfile
Set the customer profile value based on the given string value.
setStringProfileValue(String, String) - Method in class com.elasticpath.domain.customer.impl.CustomerProfileImpl
Set the customer profile value based on the given string value.
setStringValue(String) - Method in class com.elasticpath.cmweb.reportservice.impl.ReportParameter
Sets string value from user input.
setStringValue(AttributeValueWithType, String) - Method in interface com.elasticpath.domain.attribute.AttributeType
Sets the given attribute value with the given string value.
setStringValue(String) - Method in interface com.elasticpath.domain.attribute.AttributeValue
Set the value of the attribute based on the given string value.
setStringValue(AttributeValueWithType, String) - Method in class com.elasticpath.domain.attribute.impl.AbstractAttributeTypeImpl
Set the given attribute value with the given string value.
setStringValue(String) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the value of the attribute based on the given string value.
setStringValue(Persistence, String, ImportGuidHelper) - Method in interface com.elasticpath.domain.dataimport.ImportField
Sets the string value to the field of the given Persistence instance.
setSubCountries(Map) - Method in interface com.elasticpath.domain.shipping.Country
Returns a map of subcountries codes and their labels.
setSubCountries(Map) - Method in class com.elasticpath.domain.shipping.impl.CountryImpl
Returns a map of subcountries codes and their labels.
setSubCountry(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the state, province, or other region of the country for this Address.
setSubCountry(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the state or province of this Address.
setSubCountryCodeList(List) - Method in class com.elasticpath.domain.shipping.impl.RegionImpl
Set the region's subcountry code list.
setSubCountryCodeList(List) - Method in interface com.elasticpath.domain.shipping.Region
Set the region's subcountry code list.
setSubject(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property subject.
setSubject(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property subject.
setSubtotal(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the order subtotal paid by the customer.
setSubtotal(BigDecimal) - Method in interface com.elasticpath.domain.order.Order
Set the order subtotal paid by the customer.
setSubtotalDiscount(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Applies a discount to the shopping cart subtotal.
setSubtotalDiscount(BigDecimal) - Method in interface com.elasticpath.domain.order.Order
Applies a discount to the shopping cart subtotal.
setSubtotalDiscount(BigDecimal) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Applies a discount to the shopping cart subtotal.
setSubtotalDiscount(BigDecimal) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Applies a discount to the shopping cart subtotal.
setSuccessView(String) - Method in class com.elasticpath.cmweb.controller.impl.ReportsControllerImpl
Sets the success view name.
setSuccessView(String) - Method in class com.elasticpath.cmweb.controller.impl.SignOutControllerImpl
Sets the successView.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.AddToWishListControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.ManageAccountControllerImpl
Sets the success view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.MoveToCartControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.OnePageControllerImpl
 
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.PayPalExpressCheckoutController
Sets the name of the view upon succefully creating the order.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.ProductReviewControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.RemoveCartItemControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.RemoveWishListItemControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.SearchControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.SecureAssetControllerImpl
Sets the success view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.SignOutCustomerSessionControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.SitemapControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.elasticpath.sfweb.controller.impl.ViewOrderControllerImpl
Sets the static view name.
setSuggestions(List) - Method in class com.elasticpath.domain.catalogview.search.impl.SearchResultImpl
Sets the list of alternate query suggestions.
setSuggestions(List) - Method in interface com.elasticpath.domain.catalogview.search.SearchResult
Sets the list of alternate query suggestions.
setSuggestionsGenerated(boolean) - Method in class com.elasticpath.domain.search.impl.SfSearchLogImpl
Sets whether or not suggestions were generated for this search.
setSuggestionsGenerated(boolean) - Method in interface com.elasticpath.domain.search.SfSearchLog
Sets whether or not suggestions were generated for this search.
setSupportedCardTypes(List) - Method in interface com.elasticpath.domain.payment.CreditCardPaymentGateway
Set the card types supported by this payment gateway.
setSupportedCardTypes(List) - Method in class com.elasticpath.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
Set the card types supported by this payment gateway.
setSupportedCurrencies(List) - Method in class com.elasticpath.domain.payment.impl.AbstractPaymentGatewayImpl
Set the currencies supported by this payment gateway.
setSupportedCurrencies(List) - Method in interface com.elasticpath.domain.payment.PaymentGateway
Set the currencies supported by this payment gateway.
setSystem(boolean) - Method in interface com.elasticpath.domain.attribute.Attribute
Set the system flag.
setSystem(boolean) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set the system flag.
setTargetProduct(Product) - Method in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Set the target product.
setTargetProduct(Product) - Method in interface com.elasticpath.domain.catalog.ProductAssociation
Set the target product.
setTargetSku(ProductSku) - Method in class com.elasticpath.domain.catalog.impl.ProductAssociationImpl
Set the specific SKU to be targeted by this association.
setTargetSku(ProductSku) - Method in interface com.elasticpath.domain.catalog.ProductAssociation
Set the specific SKU to be targeted by this association.
setTax(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the tax amount.
setTax(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderSku
Set the tax amount.
setTaxCategory(TaxCategory) - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionCategoryXImpl
Set the tax category.
setTaxCategory(TaxCategory) - Method in interface com.elasticpath.domain.tax.TaxJurisdictionCategoryX
Set the tax category.
setTaxCategoryDisplayName(String) - Method in class com.elasticpath.domain.order.impl.OrderTaxValueImpl
Set the taxCategory display name in order locale.
setTaxCategoryDisplayName(String) - Method in interface com.elasticpath.domain.order.OrderTaxValue
Set the taxCategory display name in order locale.
setTaxCategoryName(String) - Method in class com.elasticpath.domain.order.impl.OrderTaxValueImpl
Set the taxCategory name.
setTaxCategoryName(String) - Method in interface com.elasticpath.domain.order.OrderTaxValue
Set the taxCategory name.
setTaxCategoryXMap(Map) - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
Set the taxCategoryUid -> TaxJurisdictionCategoryX map.
setTaxCategoryXMap(Map) - Method in interface com.elasticpath.domain.tax.TaxJurisdiction
Set the taxCategoryUid -> TaxJurisdictionCategoryX map.
setTaxCode(TaxCode) - Method in class com.elasticpath.domain.catalog.impl.ProductImpl
Set the TaxCode associated with this Product.
setTaxCode(TaxCode) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Set the TaxCode associated with this ProductType.
setTaxCode(TaxCode) - Method in interface com.elasticpath.domain.catalog.Product
Set the TaxCode associated with this ProductType.
setTaxCode(TaxCode) - Method in interface com.elasticpath.domain.catalog.ProductType
Set the TaxCode associated with this ProductType.
setTaxCode(String) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Sets the tax code for this order SKU.
setTaxCode(String) - Method in interface com.elasticpath.domain.order.OrderSku
Sets the tax code for this order SKU.
setTaxJurisdiction(TaxJurisdiction) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the most specific TaxJurisdiction based on the shippingAddress of this ShoppingCart.
setTaxJurisdiction(TaxJurisdiction) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the most specific TaxJurisdiction based on the shippingAddress of this ShoppingCart.
setTaxJurisdictionService(TaxJurisdictionService) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Set the taxJurisdictionService.
setTaxJurisdictionService(TaxJurisdictionService) - Method in interface com.elasticpath.service.shoppingcart.CheckoutService
Set the taxJurisdiction service.
setTaxJurisdictionService(TaxJurisdictionService) - Method in class com.elasticpath.service.shoppingcart.impl.CheckoutServiceImpl
Set the taxJurisdiction service.
setTaxValue(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderTaxValueImpl
Set the tax value.
setTaxValue(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderTaxValue
Set the tax value.
setTaxValueMap(Map) - Method in class com.elasticpath.domain.tax.impl.TaxJurisdictionCategoryXImpl
Set the the tax code -> value map.
setTaxValueMap(Map) - Method in interface com.elasticpath.domain.tax.TaxJurisdictionCategoryX
Set the the tax code -> value map.
setTemplate(String) - Method in interface com.elasticpath.domain.catalog.CategoryType
Set the template.
setTemplate(String) - Method in class com.elasticpath.domain.catalog.impl.CategoryTypeImpl
Set the template.
setTemplate(String) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Set the template.
setTemplate(String) - Method in interface com.elasticpath.domain.catalog.ProductType
Set the template.
setTextQualifier(String) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep3FormBeanImpl
Sets the text qualifier.
setTextQualifier(String) - Method in interface com.elasticpath.cmweb.formbean.ImportStep3FormBean
Sets the text qualifier.
setTimeService(TimeService) - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Sets the time service.
setTimeService(TimeService) - Method in class com.elasticpath.service.index.impl.AbstractIndexServiceImpl
Sets the time service.
setTimeService(TimeService) - Method in class com.elasticpath.service.rules.impl.EpRuleEngineImpl
Sets the time service.
setTimeService(TimeService) - Method in class com.elasticpath.service.rules.impl.RuleSetServiceImpl
Sets the time service.
setTimestamp(Date) - Method in class com.elasticpath.domain.catalog.impl.InventoryAuditImpl
 
setTimestamp(Date) - Method in interface com.elasticpath.domain.catalog.InventoryAudit
 
setTitle(String) - Method in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Sets the title.
setTitle(String) - Method in interface com.elasticpath.domain.catalog.LocaleDependantFields
Sets the title.
setToBeNotified(boolean) - Method in interface com.elasticpath.domain.customer.Customer
Set whether the user wishes to be notified of news.
setToBeNotified(boolean) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Set whether the user wishes to be notified of news.
setToName(String) - Method in class com.elasticpath.commons.util.impl.MailerImpl
Setter for property to name.
setToName(String) - Method in interface com.elasticpath.commons.util.Mailer
Setter for property to name.
setTopSellerProducts(Map) - Method in class com.elasticpath.domain.catalog.impl.TopSellerImpl
Sets the top seller products.
setTopSellerProducts(Map) - Method in interface com.elasticpath.domain.catalog.TopSeller
Sets the top seller products.
setTopSellers(Set) - Method in interface com.elasticpath.domain.catalog.Category
Sets the top sellers for this category.
setTopSellers(Set) - Method in class com.elasticpath.domain.catalog.impl.CategoryImpl
Sets the top sellers for this category.
setTopSellers(List) - Method in interface com.elasticpath.domain.catalogview.browsing.BrowsingResult
Sets a list of top selling products.
setTopSellers(List) - Method in class com.elasticpath.domain.catalogview.browsing.impl.BrowsingResultImpl
Sets a list of top selling products.
setTopSellerService(TopSellerService) - Method in class com.elasticpath.cmweb.ajaxservice.impl.DashboardAjaxServiceImpl
Set the Top Seller Service.
setTopSellerService(TopSellerService) - Method in class com.elasticpath.service.catalogview.impl.BrowsingServiceImpl
Sets the top seller service.
setTotal(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderImpl
Set the order total paid by the customer.
setTotal(BigDecimal) - Method in interface com.elasticpath.domain.order.Order
Set the order total paid by the customer.
setTotalRows(int) - Method in class com.elasticpath.domain.dataimport.impl.ImportJobImpl
Set total number of rows.
setTotalRows(int) - Method in interface com.elasticpath.domain.dataimport.ImportJob
Sets the total rows.
setTrackingCode(String) - Method in class com.elasticpath.domain.order.impl.OrderShipmentImpl
 
setTrackingCode(String) - Method in interface com.elasticpath.domain.order.OrderShipment
 
setTransactionType(String) - Method in class com.elasticpath.domain.order.impl.OrderPaymentImpl
Get the payment transaction type, i.e.
setTransactionType(String) - Method in interface com.elasticpath.domain.order.OrderPayment
Get the payment transaction type, i.e.
setType(String) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl
Set the type of element.
setType(String) - Method in class com.elasticpath.domain.rules.impl.AbstractRuleExceptionImpl
Set the type of element.
setType(String) - Method in interface com.elasticpath.domain.rules.RuleElement
Set the type of action.
setType(String) - Method in interface com.elasticpath.domain.rules.RuleException
Set the type of exception.
setType(String) - Method in class com.elasticpath.domain.shipping.impl.AbstractShippingCostCalculationMethodImpl
Set the type of shippingCostCalculationMethod.
setType(String) - Method in interface com.elasticpath.domain.shipping.ShippingCostCalculationMethod
Set the type of shippingCostCalculationMethod.
setType(String) - Method in interface com.elasticpath.domain.shoppingcart.CartItem
Set the type of action.
setType(String) - Method in class com.elasticpath.domain.shoppingcart.impl.AbstractCartItemImpl
Set the type of element.
setType(String) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
 
setUidPk(long) - Method in interface com.elasticpath.cmweb.ajaxbean.CategoryInfoAjaxBean
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.elasticpath.cmweb.ajaxbean.impl.CategoryInfoAjaxBeanImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.elasticpath.cmweb.ajaxbean.impl.ProductInfoAjaxBeanImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in interface com.elasticpath.cmweb.ajaxbean.ProductInfoAjaxBean
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.elasticpath.domain.impl.AbstractPersistenceImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in interface com.elasticpath.domain.Persistence
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in class com.elasticpath.domain.shoppingcart.impl.ViewHistoryProductImpl
Sets the uidPk for the viewed product.
setUidPk(long) - Method in class com.elasticpath.sfweb.ajax.bean.impl.CartItemBeanImpl
Sets the unique identifier for the cart item object.
setUidPk(long) - Method in class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Sets the unique identifier for this domain model object.
setUidPk(long) - Method in interface com.elasticpath.sfweb.formbean.CreditCardFormBean
Sets the unique identifier of the credit card represented by this form bean.
setUidPk(long) - Method in class com.elasticpath.sfweb.formbean.impl.CreditCardFormBeanImpl
Sets the unique identifier of the credit card represented by this form bean.
setUnauthorizedView(String) - Method in class com.elasticpath.sfweb.controller.impl.EditAccountFormControllerImpl
Sets the unauthorized view name.
setUnauthorizedView(String) - Method in class com.elasticpath.sfweb.controller.impl.ManageAccountControllerImpl
Sets the unauthorized view name.
setUnitPrice(BigDecimal) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Set the unit price for this sku.
setUnitPrice(BigDecimal) - Method in interface com.elasticpath.domain.order.OrderSku
Set the unit price for this sku.
setUpdateCartItemQty(int) - Method in class com.elasticpath.sfweb.viewbean.impl.ProductViewBeanImpl
Set the Qty of the cart item to be updated.
setUpdateCartItemQty(int) - Method in interface com.elasticpath.sfweb.viewbean.ProductViewBean
Set the Qty of the cart item to be updated.
setUpdateCartItemUid(long) - Method in class com.elasticpath.sfweb.viewbean.impl.ProductViewBeanImpl
Set the UID of the cart item to be updated.
setUpdateCartItemUid(long) - Method in interface com.elasticpath.sfweb.viewbean.ProductViewBean
Set the UID of the cart item to be updated.
setUpdatePage(String) - Method in class com.elasticpath.sfweb.viewbean.impl.ProductViewBeanImpl
Set the page that is being updated.
setUpdatePage(String) - Method in interface com.elasticpath.sfweb.viewbean.ProductViewBean
Set the page that is being updated.
setUpperValue(Object) - Method in class com.elasticpath.domain.catalogview.impl.AbstractRangeFilterImpl
Set the upper value for the range.
setUpperValue(Object) - Method in class com.elasticpath.domain.catalogview.impl.AttributeRangeFilterImpl
Set the upper value for the range.
setUpperValue(Object) - Method in class com.elasticpath.domain.catalogview.impl.PriceFilterImpl
Set the upper value for the range.
setUpperValue(Object) - Method in interface com.elasticpath.domain.catalogview.RangeFilter
Set the upper value for the range.
setUrl(String) - Method in class com.elasticpath.domain.catalog.impl.LocaleDependantFieldsImpl
Sets the url.
setUrl(String) - Method in interface com.elasticpath.domain.catalog.LocaleDependantFields
Sets the url.
setUrlPattern(String) - Method in class com.elasticpath.commons.filter.impl.CachingControlFilter.CachingControlEntry
Sets the url pattern.
setUsedInGuidedNavigation(boolean) - Method in interface com.elasticpath.domain.attribute.Attribute
Set this attribute is used in guided navigation.
setUsedInGuidedNavigation(boolean) - Method in class com.elasticpath.domain.attribute.impl.AttributeImpl
Set this attribute is used in guided navigation.
setUserId(String) - Method in interface com.elasticpath.domain.customer.Customer
Sets the user identifier for this Customer.
setUserId(String) - Method in class com.elasticpath.domain.customer.impl.CustomerImpl
Sets the user identifier for this Customer.
setUserId(String) - Method in interface com.elasticpath.domain.search.CustomerSearchCriteria
Sets the user Id.
setUserId(String) - Method in class com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
Sets the user Id.
setUserIdentityService(UserIdentityService) - Method in interface com.elasticpath.service.customer.CustomerService
Set the userIdentityService instance.
setUserIdentityService(UserIdentityService) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Set the userIdentityService instance.
setUserName(String) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the user name for this CmUser.
setUserName(String) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the user name for this CmUser.
setUserPermissions(Set) - Method in class com.elasticpath.domain.cmuser.impl.UserRoleImpl
Sets the Permissions associated with this UserRole.
setUserPermissions(Set) - Method in interface com.elasticpath.domain.cmuser.UserRole
Sets the Permissions associated with this UserRole.
setUserRoles(Set) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets the UserRoles associated with this CmUser.
setUserRoles(Set) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets the UserRoles associated with this CmUser.
setUserRoleService(UserRoleService) - Method in class com.elasticpath.service.cmuser.impl.CmUserServiceImpl
Set the userRoleService instance.
setUtility(Utility) - Method in class com.elasticpath.domain.catalogview.impl.BrandFilterImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.domain.catalogview.impl.PriceFilterImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.domain.catalogview.impl.PriceSorterImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.domain.catalogview.impl.ProductNameSorterImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.service.catalog.impl.CategoryServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.service.catalog.impl.ProductCacheUpdateServiceImpl
Set the utility class.
setUtility(Utility) - Method in class com.elasticpath.service.catalog.impl.ProductServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.service.catalog.impl.ProductSkuServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
Set the utility class.
setUtility(Utility) - Method in interface com.elasticpath.service.catalog.TopSellerService
Set the utility class.
setUtility(Utility) - Method in class com.elasticpath.service.customer.impl.CustomerServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.service.index.impl.AbstractIndexServiceImpl
Set the utility class.
setUtility(Utility) - Method in class com.elasticpath.service.order.impl.OrderServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.service.rules.impl.EpRuleEngineImpl
Set the utility class.
setUtility(Utility) - Method in class com.elasticpath.service.tax.impl.TaxJurisdictionServiceImpl
Sets the utility.
setUtility(Utility) - Method in class com.elasticpath.sfweb.controller.impl.CreditCardFormControllerImpl
Set the utility object.
setUtility(Utility) - Method in class com.elasticpath.sfweb.controller.impl.OnePageControllerImpl
Set the utility object.
setUtility(Utility) - Method in class com.elasticpath.sfweb.service.WebCustomerSessionServiceImpl
Sets the utility.
setValidateCvv2(boolean) - Method in interface com.elasticpath.domain.payment.CreditCardPaymentGateway
Set whether the payment gateway should validate the Cvv2.
setValidateCvv2(boolean) - Method in class com.elasticpath.domain.payment.impl.AbstractCreditCardPaymentGatewayImpl
Set whether the payment gateway should validate the Cvv2.
setValidateCvv2(boolean) - Method in interface com.elasticpath.sfweb.formbean.BillingAndReviewFormBean
Set whether or not the cvv2 code should be validated.
setValidateCvv2(boolean) - Method in class com.elasticpath.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set whether or not the cvv2 code should be validated.
setValidationErrors(Map) - Method in exception com.elasticpath.sfweb.ajax.validation.DwrValidationException
 
setValidationResults(List) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep5FormBeanImpl
Sets the list of validation import errors.
setValidationResults(List) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the list of validation import errors.
setValidationResults(List) - Method in interface com.elasticpath.cmweb.formbean.ImportStep5FormBean
Sets the list of validation import errors.
setValidationResults(List) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the list of validation import errors.
setValue(AttributeValueWithType, Object) - Method in interface com.elasticpath.domain.attribute.AttributeType
Sets the given value object to the given attribute value instance.
setValue(int) - Method in interface com.elasticpath.domain.attribute.AttributeUsage
Sets the attribute usage value.
setValue(Object) - Method in interface com.elasticpath.domain.attribute.AttributeValue
Set the value of the attribute.
setValue(AttributeValueWithType, Object) - Method in class com.elasticpath.domain.attribute.impl.AbstractAttributeTypeImpl
Set the given value object to the given attribute value instance.
setValue(int) - Method in class com.elasticpath.domain.attribute.impl.AttributeUsageImpl
Sets the attribute usage value.
setValue(Object) - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Set the value of the attribute.
setValue(String, Locale, String) - Method in class com.elasticpath.domain.misc.impl.LocalizedPropertiesImpl
Sets the given value with the given property and locale.
setValue(BigDecimal, Currency) - Method in class com.elasticpath.domain.misc.impl.MoneyImpl
Set the value that this object represents.
setValue(float, Currency) - Method in class com.elasticpath.domain.misc.impl.MoneyImpl
Set the value that this object represents.
setValue(String, Locale, String) - Method in interface com.elasticpath.domain.misc.LocalizedProperties
Sets the given value with the given property and locale.
setValue(BigDecimal, Currency) - Method in interface com.elasticpath.domain.misc.Money
Set the value that this object represents.
setValue(float, Currency) - Method in interface com.elasticpath.domain.misc.Money
Set the value that this object represents.
setValue(String) - Method in class com.elasticpath.domain.rules.impl.RuleParameterImpl
Set the parameter value.
setValue(String) - Method in interface com.elasticpath.domain.rules.RuleParameter
Set the parameter value.
setValue(String) - Method in class com.elasticpath.domain.shipping.impl.ShippingCostCalculationParameterImpl
Set the parameter value.
setValue(String) - Method in interface com.elasticpath.domain.shipping.ShippingCostCalculationParameter
Set the parameter value.
setValueLookupEnabled(boolean) - Method in interface com.elasticpath.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.elasticpath.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.elasticpath.service.misc.impl.EmailServiceImpl
Set the velocity engine.
setVelocityEngine(VelocityEngine) - Method in class com.elasticpath.sfweb.ajax.util.impl.OnePageHelperImpl
 
setVelocityEngine(VelocityEngine) - Method in interface com.elasticpath.sfweb.ajax.util.OnePageHelper
 
setViewName(String) - Method in class com.elasticpath.cmweb.controller.impl.ImportStep4ControllerImpl
Sets the static view name.
setViewName(String) - Method in class com.elasticpath.cmweb.controller.impl.InvalidAccessControllerImpl
Sets the viewName.
setViewName(String) - Method in class com.elasticpath.cmweb.controller.impl.SimplePageControllerImpl
Sets the static view name.
setViewName(String) - Method in class com.elasticpath.cmweb.exceptionhandler.EpSystemExceptionHandler
Sets the static view name.
setViewName(String) - Method in class com.elasticpath.sfweb.controller.impl.InvalidAccessControllerImpl
Sets the viewName.
setViewName(String) - Method in class com.elasticpath.sfweb.controller.impl.SimplePageControllerImpl
Sets the static view name.
setViewName(String) - Method in class com.elasticpath.sfweb.exceptionhandler.EpSystemExceptionHandler
Sets the static view name.
setVisibleWhenOutOfStock(boolean) - Method in class com.elasticpath.domain.catalog.impl.InventoryImpl
Set to true if this Inventory is visible in the when out of stock.
setVisibleWhenOutOfStock(boolean) - Method in interface com.elasticpath.domain.catalog.Inventory
Set to true if this Inventory is visible in the when out of stock.
setWarning(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep6FormBeanImpl
Sets the indicator to determine whether import job has warning.
setWarning(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep6FormBean
Sets the indicator to determine whether import job has warning.
setWarningConfirmed(boolean) - Method in class com.elasticpath.cmweb.formbean.impl.ImportStep5FormBeanImpl
Set value of the warning confirmed field.
setWarningConfirmed(boolean) - Method in interface com.elasticpath.cmweb.formbean.ImportStep5FormBean
Set value of the warning confirmed field.
setWebApplicationContext(WebApplicationContext) - Method in interface com.elasticpath.domain.ElasticPath
Set the web application context.
setWebApplicationContext(WebApplicationContext) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Set the web application context.
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.elasticpath.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
Set the customer session service.
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.elasticpath.sfweb.filters.CustomerSessionFilter
Set the web customer session service.
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.elasticpath.sfweb.filters.EpAuthenticationProcessingFilter
Set the web customer session service.
setWebInfPath(String) - Method in interface com.elasticpath.domain.ElasticPath
Set the absolute path to the WEB-INF directory.
setWebInfPath(String) - Method in class com.elasticpath.domain.impl.ElasticPathImpl
Set the absolute path to the WEB-INF directory.
setWeight(BigDecimal) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuSpecImpl
Sets the weight.
setWeight(BigDecimal) - Method in interface com.elasticpath.domain.catalog.ProductSkuSpec
Sets the weight.
setWeight(int) - Method in class com.elasticpath.domain.order.impl.OrderSkuImpl
Sets the shipping weight.
setWeight(int) - Method in interface com.elasticpath.domain.order.OrderSku
Sets the shipping weight.
setWidth(BigDecimal) - Method in class com.elasticpath.domain.catalog.impl.ProductSkuSpecImpl
Sets the width.
setWidth(BigDecimal) - Method in interface com.elasticpath.domain.catalog.ProductSkuSpec
Sets the width.
setWishListItems(List) - Method in class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Set the wishList items in the shopping cart.
setWishListItems(List) - Method in interface com.elasticpath.domain.shoppingcart.ShoppingCart
Set the wish list items in the shopping cart.
setWishListService(WishListService) - Method in class com.elasticpath.sfweb.controller.impl.WishListControllerImpl
Set the wish list service.
setWithMultipleSkus(boolean) - Method in class com.elasticpath.domain.catalog.impl.ProductTypeImpl
Sets the multiple sku flag.
setWithMultipleSkus(boolean) - Method in interface com.elasticpath.domain.catalog.ProductType
Sets multiple sku flag.
setWsAccess(boolean) - Method in interface com.elasticpath.domain.cmuser.CmUser
Sets whether this CmUser has access to Web Services.
setWsAccess(boolean) - Method in class com.elasticpath.domain.cmuser.impl.CmUserImpl
Sets whether this CmUser has access to Web Services.
setZipOrPostalCode(String) - Method in interface com.elasticpath.domain.customer.Address
Sets the zip/postal code of this Address.
setZipOrPostalCode(String) - Method in class com.elasticpath.domain.customer.impl.AbstractAddressImpl
Sets the zip/postal code of this Address.
SF_SEARCH_LOG - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.search.SfSearchLog.
SfSearchLog - Interface in com.elasticpath.domain.search
Represents the persistent log information about a search query that has been issued to the storefront.
SfSearchLogImpl - Class in com.elasticpath.domain.search.impl
The default implementation of SfSearchLog.
SfSearchLogImpl() - Constructor for class com.elasticpath.domain.search.impl.SfSearchLogImpl
 
SfSearchLogService - Interface in com.elasticpath.service.catalogview
A description of an interface that persists and retrieves SfSearchLog objects.
SfSearchLogServiceImpl - Class in com.elasticpath.service.catalogview.impl
A default implementation of SfSearchLogService.
SfSearchLogServiceImpl() - Constructor for class com.elasticpath.service.catalogview.impl.SfSearchLogServiceImpl
 
SHIPMENT_STATUS - Static variable in class com.elasticpath.commons.constants.IndexConstants
Shipment status.
SHIPMENT_ZIPCODE - Static variable in class com.elasticpath.commons.constants.IndexConstants
Shipment code.
SHIPPED - Static variable in interface com.elasticpath.service.order.OrderShipmentStatusFactory
The OrderShipmentStatus instance for shipped.
SHIPPING_AMOUNT_DISCOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.impl.ShippingAmountDiscountActionImpl.
SHIPPING_COST_CALCULATION_METHOD - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.ShippingCostCalculationMethod.
SHIPPING_COST_CALCULATION_PARAMETER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.ShippingCostCalculationParameter.
SHIPPING_COST_PER_UNIT_WEIGHT_METHOD - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.impl.CostPerUnitWeightMethodImpl.
SHIPPING_FIXED_BASE_COST_PER_UNIT_WEIGHT_METHOD - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.impl.FixedBaseAndCostPerUnitWeightMethodImpl.
SHIPPING_FIXED_BASE_TOTAL_PERCENT_METHOD - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.impl.FixedBaseAndOrderTotalPercentageMethodImpl.
SHIPPING_FIXED_PRICE_METHOD - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.impl.FixedPriceMethodImpl.
SHIPPING_PERCENT_DISCOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.impl.ShippingPercentDiscountActionImpl.
SHIPPING_REGION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.ShippingRegion.
SHIPPING_REGION_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.ShippingREgionService.
SHIPPING_SERVICE_LEVEL - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.ShippingServiceLevel.
SHIPPING_SERVICE_LEVEL_ID_KEY - Static variable in interface com.elasticpath.domain.rules.RuleParameter
Shipping service level UID.
SHIPPING_SERVICE_LEVEL_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.ShippingServiceLevelService.
SHIPPING_TOTAL_PERCENT_METHOD - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shipping.impl.OrderTotalPercentageMethodImpl.
ShippingAddressFormControllerImpl - Class in com.elasticpath.sfweb.controller.impl
The Spring MVC controller for specifying a new shipping or billing address.
ShippingAddressFormControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.ShippingAddressFormControllerImpl
 
ShippingAmountDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts shipping cost by a given amount.
ShippingAmountDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.ShippingAmountDiscountActionImpl
 
ShippingCostCalculationMethod - Interface in com.elasticpath.domain.shipping
A shippingCostCalculationMethod represents a method to be used for shipping cost calculation.
ShippingCostCalculationParameter - Interface in com.elasticpath.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.elasticpath.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.elasticpath.domain.shipping.impl.ShippingCostCalculationParameterImpl
 
ShippingPercentDiscountActionImpl - Class in com.elasticpath.domain.rules.impl
Rule action that discounts shipping cost by a given percentage.
ShippingPercentDiscountActionImpl() - Constructor for class com.elasticpath.domain.rules.impl.ShippingPercentDiscountActionImpl
 
ShippingRegion - Interface in com.elasticpath.domain.shipping
A ShippingRegion represents a region that will be associated with one or more shipping services.
SHIPPINGREGION_FIND_BY_NAME - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve ShippingRegion by name.
SHIPPINGREGION_IN_USE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve Uids of all shippingRegion being used to configure shippingServiceLevel.
SHIPPINGREGION_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all shippingRegions.
SHIPPINGREGION_UID_IN_USE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve Uids of all shippingRegion being used to configure shippingServiceLevel.
ShippingRegionExistException - Exception in com.elasticpath.service.shipping
The exception for shipping region with a certain name already exists.
ShippingRegionExistException(String) - Constructor for exception com.elasticpath.service.shipping.ShippingRegionExistException
Creates a new ShippingRegionExistException object with the given message.
ShippingRegionExistException(String, Throwable) - Constructor for exception com.elasticpath.service.shipping.ShippingRegionExistException
Creates a new ShippingRegionExistException object using the given message and cause exception.
ShippingRegionImpl - Class in com.elasticpath.domain.shipping.impl
A ShippingRegion represents a region that will be associated with one or more shipping services.
ShippingRegionImpl() - Constructor for class com.elasticpath.domain.shipping.impl.ShippingRegionImpl
 
ShippingRegionService - Interface in com.elasticpath.service.shipping
Provide shipping service level-related business service.
ShippingRegionServiceImpl - Class in com.elasticpath.service.shipping.impl
Provide shipping region-related business service.
ShippingRegionServiceImpl() - Constructor for class com.elasticpath.service.shipping.impl.ShippingRegionServiceImpl
 
ShippingServiceLevel - Interface in com.elasticpath.domain.shipping
A ShippingServiceLevel represents a shipping option assoicated with a shipping region.
SHIPPINGSERVICELEVEL_FIND_BY_NAME - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve ShippingServiceLevel by name.
SHIPPINGSERVICELEVEL_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all shippingServiceLevels.
ShippingServiceLevelBean - Interface in com.elasticpath.sfweb.ajax.bean
This bean is used for wrapping ShippingServiceLevel objects into localized versions for dwr.
ShippingServiceLevelBeanImpl - Class in com.elasticpath.sfweb.ajax.bean.impl
 
ShippingServiceLevelBeanImpl(ShippingServiceLevel, Locale) - Constructor for class com.elasticpath.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Wraps a ShippingServiceLevel object for easy localized dwr conversion.
ShippingServiceLevelImpl - Class in com.elasticpath.domain.shipping.impl
A ShippingRegion represents a region that will be associated with one or more shipping services.
ShippingServiceLevelImpl() - Constructor for class com.elasticpath.domain.shipping.impl.ShippingServiceLevelImpl
 
ShippingServiceLevelService - Interface in com.elasticpath.service.shipping
Provide ShippingServiceLevel-related business service.
ShippingServiceLevelServiceImpl - Class in com.elasticpath.service.shipping.impl
Provide shipping service level-related business service.
ShippingServiceLevelServiceImpl() - Constructor for class com.elasticpath.service.shipping.impl.ShippingServiceLevelServiceImpl
 
SHOPPING_CART - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.ShoppingCart.
SHOPPING_CART - Static variable in class com.elasticpath.commons.constants.WebConstants
ShoppingCart object.
SHOPPING_CART_FIND_BY_CUSTOMER_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve shopping cart by guid.
SHOPPING_CART_ITEM - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.shoppingcart.CartItem.
SHOPPING_CART_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.ShoppingCartService.
ShoppingCart - Interface in com.elasticpath.domain.shoppingcart
ShoppingCart represents a shopping cart of a Customer.
ShoppingCartAjaxController - Interface in com.elasticpath.sfweb.ajax.service
Provides shopping cart related services for ajax.
ShoppingCartAjaxControllerImpl - Class in com.elasticpath.sfweb.ajax.service.impl
The default implementation of the ShoppingCartAjaxController.
ShoppingCartAjaxControllerImpl() - Constructor for class com.elasticpath.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
 
ShoppingCartBean - Interface in com.elasticpath.sfweb.ajax.bean
A convenience wrapper for sending the ShoppingCart and a List of CartItemBean objects via dwr.
ShoppingCartBeanImpl - Class in com.elasticpath.sfweb.ajax.bean.impl
A convenience wrapper for sending the ShoppingCart and a List of CartItemBean objects via dwr.
ShoppingCartBeanImpl(ShoppingCart, List, String) - Constructor for class com.elasticpath.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
ShoppingCartControllerImpl - Class in com.elasticpath.sfweb.controller.impl
The Spring MVC controller for the shopping cart page.
ShoppingCartControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.ShoppingCartControllerImpl
 
ShoppingCartImpl - Class in com.elasticpath.domain.shoppingcart.impl
The default implementation of ShoppingCart.
ShoppingCartImpl() - Constructor for class com.elasticpath.domain.shoppingcart.impl.ShoppingCartImpl
Default Constructor.
ShoppingCartItemImpl - Class in com.elasticpath.domain.shoppingcart.impl
A ShoppingCartItem represents a quantity of SKUs in a shopping cart.
ShoppingCartItemImpl() - Constructor for class com.elasticpath.domain.shoppingcart.impl.ShoppingCartItemImpl
 
ShoppingCartService - Interface in com.elasticpath.service.shoppingcart
Provide customer-session related business service.
ShoppingCartServiceImpl - Class in com.elasticpath.service.shoppingcart.impl
Service for retrieving and saving Shopping Carts.
ShoppingCartServiceImpl() - Constructor for class com.elasticpath.service.shoppingcart.impl.ShoppingCartServiceImpl
 
SHORT_TEXT - Static variable in class com.elasticpath.domain.attribute.impl.AbstractAttributeTypeImpl
Text short attribute type contains 255 characters or less.
SHORT_TEXT_MAX_LENGTH - Static variable in class com.elasticpath.commons.constants.GlobalConstants
Short text maximum length.
SHORT_TEXT_MULTI_VALUE_SEPERATOR - Static variable in class com.elasticpath.commons.constants.ImportConstants
Seperator for multi values in the short text type.
SHORT_TEXT_TYPE_ID - Static variable in class com.elasticpath.domain.attribute.impl.AbstractAttributeTypeImpl
Attribute type id for short text.
shutDown() - Method in interface com.elasticpath.cmweb.reportservice.BirtReportService
Shutdown the birt engine.
shutDown() - Method in class com.elasticpath.cmweb.reportservice.impl.BirtReportServiceImpl
Shutdown the birt engine.
SIGN_IN_FORM_BEAN - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.sfweb.formBean.SignInFormBean.
signIn(SignInFormBean, HttpServletRequest) - Method in interface com.elasticpath.sfweb.ajax.service.CustomerAjaxController
Perform customer sign in for dwr.
signIn(SignInFormBean, HttpServletRequest) - Method in class com.elasticpath.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Perform customer sign in for dwr.
SignInFormBean - Interface in com.elasticpath.cmweb.formbean
SignInFormBean represents the command object for sign-in form.
SignInFormBean - Interface in com.elasticpath.sfweb.formbean
SignInFormBean represents the command object for sign in form.
SignInFormBeanImpl - Class in com.elasticpath.cmweb.formbean.impl
This bean represents cmUser sign in form.
SignInFormBeanImpl() - Constructor for class com.elasticpath.cmweb.formbean.impl.SignInFormBeanImpl
 
SignInFormBeanImpl - Class in com.elasticpath.sfweb.formbean.impl
This bean represents customer sign in form.
SignInFormBeanImpl() - Constructor for class com.elasticpath.sfweb.formbean.impl.SignInFormBeanImpl
 
SignInFormControllerImpl - Class in com.elasticpath.cmweb.controller.impl
The Spring MVC controller for cmUser sign-in page.
SignInFormControllerImpl() - Constructor for class com.elasticpath.cmweb.controller.impl.SignInFormControllerImpl
 
SignInFormControllerImpl - Class in com.elasticpath.sfweb.controller.impl
The Spring MVC controller for customer sign-in page that is presented during a checkout.
SignInFormControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.SignInFormControllerImpl
 
SignOutControllerImpl - Class in com.elasticpath.cmweb.controller.impl
SignOutControllerImpl is the implemenetaion of spring controller to make sure the CmUserSession and Acegi security framework's SecuirtyContext are cleaned.
SignOutControllerImpl() - Constructor for class com.elasticpath.cmweb.controller.impl.SignOutControllerImpl
 
SignOutCustomerSessionControllerImpl - Class in com.elasticpath.sfweb.controller.impl
The Spring MVC controller for signing out of a customer session.
SignOutCustomerSessionControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.SignOutCustomerSessionControllerImpl
 
SimplePageControllerImpl - Class in com.elasticpath.cmweb.controller.impl
SimplePageControllerImpl is the implemenetaion of spring controller to load a static page.
SimplePageControllerImpl() - Constructor for class com.elasticpath.cmweb.controller.impl.SimplePageControllerImpl
 
SimplePageControllerImpl - Class in com.elasticpath.sfweb.controller.impl
SimplePageControllerImpl is the implemenetaion of spring controller to load a static page.
SimplePageControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.SimplePageControllerImpl
 
SingleCachingProductRetrieveStrategyImpl - Class in com.elasticpath.service.catalogview.impl
Provides an implementation of ProductRetrieveStrategy with JBoss tree caching ability.
SingleCachingProductRetrieveStrategyImpl() - Constructor for class com.elasticpath.service.catalogview.impl.SingleCachingProductRetrieveStrategyImpl
 
SingleCachingProductRetrieveStrategyImpl.CacheKey - Class in com.elasticpath.service.catalogview.impl
Represents a key object used in the cache.
SingleCachingProductRetrieveStrategyImpl.CacheKey(long, ProductLoadTuner) - Constructor for class com.elasticpath.service.catalogview.impl.SingleCachingProductRetrieveStrategyImpl.CacheKey
The constuctor.
SitemapControllerImpl - Class in com.elasticpath.sfweb.controller.impl
The Spring MVC controller for sitemap browsing.
SitemapControllerImpl() - Constructor for class com.elasticpath.sfweb.controller.impl.SitemapControllerImpl
 
size() - Method in interface com.elasticpath.domain.catalogview.CatalogViewResultHistory
Returns the size of catalog view results.
size() - Method in class com.elasticpath.domain.catalogview.impl.CatalogViewResultHistoryImpl
Returns the size of catalog view results.
SKU - Static variable in interface com.elasticpath.domain.attribute.AttributeUsage
Sku attribute usage id.
SKU_AMOUNT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.SkuAmountDiscountAction.
SKU_CODE - Static variable in class com.elasticpath.commons.constants.IndexConstants
Sku code.
SKU_CODE_KEY - Static variable in interface com.elasticpath.domain.rules.RuleParameter
SKU code.
SKU_CONFIGURATION_BEAN - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.sfweb.ajax.bean.SkuConfigurationBean.
SKU_CONFIGURATION_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.UserRoleService.
SKU_EXCEPTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.SkuException.
SKU_OPTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.skuConfiguration.SkuOption.
SKU_OPTION_FIND_BY_KEY - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve SkuOption by key.
SKU_OPTION_FIND_UIDPK_BY_KEY - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve SkuOption uidPk by key.
SKU_OPTION_IN_USE_PRODUCT_TYPE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve uids of all sku options used in product type.
SKU_OPTION_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve all sku option.
SKU_OPTION_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.SkuOptionService.
SKU_OPTION_VALUE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.skuConfiguration.SkuOptionValue.
SKU_OPTIONS_BY_PRODUCT - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve product options by product uid.
SKU_OPTIONVALUE_FIND_UIDPK_BY_KEY - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve SkuOptionValue uidPkby key.
SKU_OPTIONVALUE_IN_USE_PRODUCT_TYPE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve uids of all sku options used in product type.
SKU_PERCENT_ACTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.rules.SkuPercentDiscountAction.
SKU_PRICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.catalog.SkuPriceImpl.
SKU_SELECTION_BEAN - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.cmweb.formBean.ImportStep6FormBean.
SKU_USAGE - Static variable in class com.elasticpath.domain.attribute.impl.AttributeUsageImpl
The sku usage.
SkuConfigurationBean - Interface in com.elasticpath.sfweb.ajax.bean
Bean for sending configuration options for a multi-sku product through dwr.
SkuConfigurationBeanImpl - Class in com.elasticpath.sfweb.ajax.bean.impl
The default implementation of SkuConfigurationBean.
SkuConfigurationBeanImpl(List, Map) - Constructor for class com.elasticpath.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
SkuConfigurationDao - Interface in com.elasticpath.persistence
This DAO encapsulates dynamically generated HQL queries used by the SkuConfigurationService.
SkuConfigurationDaoImpl - Class in com.elasticpath.persistence.impl
This DAO encapsulates dynamically generated HQL queries used by the SkuConfigurationService.
SkuConfigurationDaoImpl() - Constructor for class com.elasticpath.persistence.impl.SkuConfigurationDaoImpl
 
SkuConfigurationService - Interface in com.elasticpath.cmweb.ajaxservice
Provides services relating to Sku Configuration for the Commerce Manager.
SkuConfigurationService - Interface in com.elasticpath.sfweb.ajax.service
Provides services relating to Sku Configuration.
SkuConfigurationServiceImpl - Class in com.elasticpath.cmweb.ajaxservice.impl
Provides services relating to Sku Configuration for the Commerce Manager.
SkuConfigurationServiceImpl() - Constructor for class com.elasticpath.cmweb.ajaxservice.impl.SkuConfigurationServiceImpl
 
SkuConfigurationServiceImpl - Class in com.elasticpath.sfweb.ajax.service.impl
Provides services relating to Sku Configuration.
SkuConfigurationServiceImpl() - Constructor for class com.elasticpath.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
 
SkuExceptionImpl - Class in com.elasticpath.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.elasticpath.domain.rules.impl.SkuExceptionImpl
 
SkuInCartConditionImpl - Class in com.elasticpath.domain.rules.impl
Rule condition that requires a particular SKU to be in the shopping cart.
SkuInCartConditionImpl() - Constructor for class com.elasticpath.domain.rules.impl.SkuInCartConditionImpl
 
SkuOption - Interface in com.elasticpath.domain.skuconfiguration
Represents a SKU option that can be configured.
SkuOptionImpl - Class in com.elasticpath.domain.skuconfiguration.impl
Represents a SKU option that can be configured.
SkuOptionImpl() - Constructor for class com.elasticpath.domain.skuconfiguration.impl.SkuOptionImpl
 
SkuOptionKeyExistException - Exception in com.elasticpath.service.catalog
The exception for a sku option key that already exists.
SkuOptionKeyExistException(String) - Constructor for exception com.elasticpath.service.catalog.SkuOptionKeyExistException
Creates a new SkuOptionKeyExistException object with the given message.
SkuOptionKeyExistException(String, Throwable) - Constructor for exception com.elasticpath.service.catalog.SkuOptionKeyExistException
Creates a new SkuOptionKeyExistException object using the given message and cause exception.
SkuOptionService - Interface in com.elasticpath.service.catalog
Provide sku option related business service.
SkuOptionServiceImpl - Class in com.elasticpath.service.catalog.impl
Default implementation for SkuOptionService.
SkuOptionServiceImpl() - Constructor for class com.elasticpath.service.catalog.impl.SkuOptionServiceImpl
 
SkuOptionValue - Interface in com.elasticpath.domain.skuconfiguration
Represents an available option value for a SKU option.
SkuOptionValueImpl - Class in com.elasticpath.domain.skuconfiguration.impl
Represents an available option value for a SKU option.
SkuOptionValueImpl() - Constructor for class com.elasticpath.domain.skuconfiguration.impl.SkuOptionValueImpl
 
SkuPrice - Interface in com.elasticpath.domain.catalog
A product sku price.
SkuPriceImpl - Class in com.elasticpath.domain.catalog.impl
A Sku Price class.
SkuPriceImpl() - Constructor for class com.elasticpath.domain.catalog.impl.SkuPriceImpl
 
sort(List) - Method in class com.elasticpath.domain.catalogview.impl.FeaturedProductSorterImpl
Sorts the given list of products and return the sorted list.
sort(List) - Method in class com.elasticpath.domain.catalogview.impl.PriceSorterImpl
Sorts the given list of products and return the sorted list.
sort(List) - Method in class com.elasticpath.domain.catalogview.impl.ProductNameSorterImpl
Sorts the given list of products and return the sorted list.
sort(List) - Method in class com.elasticpath.domain.catalogview.impl.TopSellerSorterImpl
Sorts the given list of products and return the sorted list.
sort(List) - Method in interface com.elasticpath.domain.catalogview.Sorter
Sorts the given list of products and return the sorted list.
Sorter - Interface in com.elasticpath.domain.catalogview
Represents a sorter.
SorterFactory - Interface in com.elasticpath.service.catalogview
Represents a factory which will create sorters based on the given sorter Id.
SorterFactoryImpl - Class in com.elasticpath.service.catalogview.impl
Represents a factory which will create sorters based on the given sorter Id.
SorterFactoryImpl() - Constructor for class com.elasticpath.service.catalogview.impl.SorterFactoryImpl
 
SpellIndexSearcher - Interface in com.elasticpath.persistence
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.
SpellIndexSearcherImpl - Class in com.elasticpath.persistence.impl
A Lucene-based implementation of SpellIndexSearcher.
SpellIndexSearcherImpl() - Constructor for class com.elasticpath.persistence.impl.SpellIndexSearcherImpl
 
SpellIndexWriter - Interface in com.elasticpath.persistence
Represents an index writer that will generate a spelling index based on the contents of the field in another index.
SpellIndexWriterImpl - Class in com.elasticpath.persistence.impl
A Lucene based implementation of the SpellIndexWriter interface.
SpellIndexWriterImpl() - Constructor for class com.elasticpath.persistence.impl.SpellIndexWriterImpl
 
sqlTypes() - Method in class com.elasticpath.persistence.support.impl.AbstractEpConstantType
Returns an array of sql column type codes.
sqlTypes() - Method in class com.elasticpath.persistence.support.impl.AttributeTypeValueType
Returns an array of sql column type codes.
sqlTypes() - Method in class com.elasticpath.persistence.support.impl.CustomerRoleType
Returns an array of sql column type codes.
sqlTypes() - Method in class com.elasticpath.persistence.support.impl.ImportTypeValueType
Returns an array of sql column type codes.
sqlTypes() - Method in class com.elasticpath.persistence.support.impl.UserPermissionType
Returns an array of sql column type codes.
start() - Method in class com.elasticpath.service.catalogview.impl.SingleCachingProductRetrieveStrategyImpl
Prepare the underlying JBossCache TreeCache instance.
START_DATE - Static variable in class com.elasticpath.commons.constants.IndexConstants
Start date.
STATUS_ACTIVE - Static variable in interface com.elasticpath.domain.customer.Customer
The status - Active.
STATUS_DISABLED - Static variable in interface com.elasticpath.domain.customer.Customer
The status - Disabled.
STATUS_PENDING_APPROVAL - Static variable in interface com.elasticpath.domain.customer.Customer
The status - Pending Approval.
stop() - Method in class com.elasticpath.service.catalogview.impl.SingleCachingProductRetrieveStrategyImpl
Stop the jboss cache.
storePropertiesFile(Properties, String) - Method in class com.elasticpath.persistence.impl.PropertiesDaoImpl
Persist the properties object to file, takes filename with properties extension or without extension.
storePropertiesFile(Properties, String) - Method in interface com.elasticpath.persistence.PropertiesDao
Persist the properties object to file, takes filename with properties extension or without extension.
string2BigDecimal(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to a BigDecimal object.
string2BigDecimal(String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to a BigDecimal object.
string2Boolean(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to a boolean value .
string2Boolean(String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to a boolean value.
string2Currency(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to a Currency instance.
string2Currency(String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to a Currency instance.
string2Date(String, SimpleDateFormat) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a date string and return a Date object.
string2Date(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to a Date based on the system default date format.
string2Date(String, SimpleDateFormat) - Method in interface com.elasticpath.commons.util.Utility
Convert a date string and return a Date object.
string2Date(String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to a Date based on the system default date format.
string2Int(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to an int value .
string2Int(String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to an int value.
string2Locale(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to a Locale instance.
string2Locale(String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to a Locale instance.
string2Long(String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to an long value.
string2Long(String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to an long value.
string2Money(Currency, String) - Method in class com.elasticpath.commons.util.impl.UtilityImpl
Convert a String to a Money instance.
string2Money(Currency, String) - Method in interface com.elasticpath.commons.util.Utility
Convert a String to a Money instance.
StringEncrypter - Interface in com.elasticpath.commons.util.security
Interface for encrypting and decrypting strings.
StringEncrypterImpl - Class in com.elasticpath.commons.util.security.impl
General encryption/decryption class.
StringEncrypterImpl() - Constructor for class com.elasticpath.commons.util.security.impl.StringEncrypterImpl
 
SUB_COUNTRY - Static variable in class com.elasticpath.commons.constants.WebConstants
Request parameter name of subCountry code.
SUBCOUNTRY_PROPS_KEY_PREFIX - Static variable in interface com.elasticpath.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.elasticpath.domain.rules.RuleParameter
Cart subtotal amount.
SUBTOTAL_DEPENDENT_AGENDA_GROUP - Static variable in interface com.elasticpath.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.elasticpath.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.elasticpath.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.elasticpath.commons.constants.SeoConstants
Define the SEO(Search Engine Optimization) Url's suffix.
suggest(String, String, String, String, Locale) - Method in class com.elasticpath.persistence.impl.SpellIndexSearcherImpl
Generates a list of alternate queries that are similar to the supplied query.
suggest(String, String, String, String, Locale) - Method in interface com.elasticpath.persistence.SpellIndexSearcher
Generates a list of alternate queries that are similar to the supplied query.
suggest(ProductSearchCriteria) - Method in class com.elasticpath.service.index.impl.IndexSearchServiceImpl
Suggests alternate query strings based on the given search criteria.
suggest(ProductSearchCriteria) - Method in interface com.elasticpath.service.index.IndexSearchService
Suggests new keywords based on the given search criteria.
SUPERUSER - Static variable in interface com.elasticpath.domain.cmuser.UserRole
The default userRole name.
supports(ConfigAttribute) - Method in class com.elasticpath.cmweb.util.impl.EpRoleVoter
Check if the given config attribute is supported by EpRoleVoter.
suppressValidation(HttpServletRequest) - Method in class com.elasticpath.sfweb.controller.impl.BillingAddressFormControllerImpl
Prevents validation of the form when the user is selecting an existing address from the list.
suppressValidation(HttpServletRequest) - Method in class com.elasticpath.sfweb.controller.impl.ShippingAddressFormControllerImpl
Prevents validation of the form when the user is selecting an existing address from the list.
swapProductAssociationOrder(long, long, long) - Method in interface com.elasticpath.cmweb.ajaxservice.CatalogAjaxService
Re-orders two product associations of the given product.
swapProductAssociationOrder(long, long, long) - Method in class com.elasticpath.cmweb.ajaxservice.impl.CatalogAjaxServiceImpl
Re-orders two product associations of the given product.
SYMBOL_AND - Static variable in class com.elasticpath.commons.constants.WebConstants
The character '&', which is used in query string.
SYMBOL_EQUAL - Static variable in class com.elasticpath.commons.constants.WebConstants
The character '=', which is used in query string.
SYMBOL_PLUS - Static variable in class com.elasticpath.commons.constants.WebConstants
The character '+', which is used in query string.

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