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

T

TAX_CATEGORY - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.tax.TaxCategory.
TAX_CATEGORY_IN_USE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all tax category being used to configure tax values for any taxJurisdiction.
TAX_CATEGORY_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.tax.TaxCategoryService.
TAX_CODE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.tax.TaxCode.
TAX_CODE_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.tax.TaxCodeService.
TAX_CODE_SHIPPING - Static variable in interface com.elasticpath.domain.tax.TaxCode
The REQUIRED sales tax code for Shipping.
TAX_CODES_WITH_PRODUCT_TYPE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all tax codes being associate with the existing ProductType.
TAX_CODES_WITH_VALUE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all tax codes being used to configure tax values for any taxJurisdiction.
TAX_JURISDICTION - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.tax.TaxJurisdiction.
TAX_JURISDICTION_CATEGORY_X - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.tax.TaxJurisdictionCategoryX.
TAX_JURISDICTION_SERVICE - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.service.tax.TaxJurisdictionService.
TaxCategory - Interface in com.elasticpath.domain.tax
A TaxCategory represents a category of tax, i.e.
TAXCATEGORY_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all taxCategories.
TaxCategoryImpl - Class in com.elasticpath.domain.tax.impl
The default implementation of TaxCategory.
TaxCategoryImpl() - Constructor for class com.elasticpath.domain.tax.impl.TaxCategoryImpl
 
TaxCategoryService - Interface in com.elasticpath.service.tax
Provide TaxCategory-related business service.
TaxCategoryServiceImpl - Class in com.elasticpath.service.tax.impl
The default implementation of the TaxCategoryService.
TaxCategoryServiceImpl() - Constructor for class com.elasticpath.service.tax.impl.TaxCategoryServiceImpl
 
TaxCode - Interface in com.elasticpath.domain.tax
SaleTaxCode represens a type of sales tax, e.g Books, Liquor, Tobacco, Clothing.
TAXCODE_FIND_BY_CODE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve taxCode by code.
TAXCODE_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all taxCodes.
TaxCodeExistException - Exception in com.elasticpath.service.tax
The exception for taxCode already exists.
TaxCodeExistException(String) - Constructor for exception com.elasticpath.service.tax.TaxCodeExistException
Creates a new TaxCodeExistException object with the given message.
TaxCodeExistException(String, Throwable) - Constructor for exception com.elasticpath.service.tax.TaxCodeExistException
Creates a new TaxCodeExistException object using the given message and cause exception.
taxCodeExists(String) - Method in class com.elasticpath.service.tax.impl.TaxCodeServiceImpl
Checks the given taxCode exists or not.
taxCodeExists(String) - Method in interface com.elasticpath.service.tax.TaxCodeService
Checks the given taxCode exists or not.
TaxCodeImpl - Class in com.elasticpath.domain.tax.impl
The default implementation of SalesTaxCode.
TaxCodeImpl() - Constructor for class com.elasticpath.domain.tax.impl.TaxCodeImpl
 
TaxCodeService - Interface in com.elasticpath.service.tax
Provide TaxCode-related business service.
TaxCodeServiceImpl - Class in com.elasticpath.service.tax.impl
The default implementation of the TaxCodeService.
TaxCodeServiceImpl() - Constructor for class com.elasticpath.service.tax.impl.TaxCodeServiceImpl
 
TaxJurisdiction - Interface in com.elasticpath.domain.tax
A TaxJurisdiction represents a geographic area that has it's own distinct set of TaxCategorys and TaxValues ie a Country, a State, a City, a Municipal, or a County.
TAXJURISDICTION_FINDBY_REGIONCODE_AND_PARENT - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve children of the given tax jurisdiction.
TAXJURISDICTION_GET_CHILDREN - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve children of the given tax jurisdiction.
TAXJURISDICTION_LIST_ROOT - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all root taxJurisdictions.
TAXJURISDICTION_SELECT_ALL - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve all taxJurisdictions.
TAXJURISDICTION_SELECT_BY_COUNTRY_CODE - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve taxJurisdiction matching the given region code.
TAXJURISDICTION_SELECT_BY_REGION_CODES - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve taxJurisdictions matching the given region code.
TaxJurisdictionCategoryX - Interface in com.elasticpath.domain.tax
TaxJurisdictionCategoryX represents the TaxJurisdiction and TaxCategory association, include the taxValues for each configured TaxCode.
TaxJurisdictionCategoryXImpl - Class in com.elasticpath.domain.tax.impl
The default implementation of TaxJurisdictionCategoryXImpl.
TaxJurisdictionCategoryXImpl() - Constructor for class com.elasticpath.domain.tax.impl.TaxJurisdictionCategoryXImpl
 
TaxJurisdictionExistException - Exception in com.elasticpath.service.tax
The exception for taxJurisdiction already exists.
TaxJurisdictionExistException(String) - Constructor for exception com.elasticpath.service.tax.TaxJurisdictionExistException
Creates a new TaxJurisdictionExistException object with the given message.
TaxJurisdictionExistException(String, Throwable) - Constructor for exception com.elasticpath.service.tax.TaxJurisdictionExistException
Creates a new TaxJurisdictionExistException object using the given message and cause exception.
TaxJurisdictionImpl - Class in com.elasticpath.domain.tax.impl
A TaxJurisdiction represents a geographic area that has it's own distinct set of TaxCategorys and TaxValues ie a Country, a State, a City, a Municipal, or a County.
TaxJurisdictionImpl() - Constructor for class com.elasticpath.domain.tax.impl.TaxJurisdictionImpl
 
TaxJurisdictionService - Interface in com.elasticpath.service.tax
Provide TaxJurisdiction-related business service.
TaxJurisdictionServiceImpl - Class in com.elasticpath.service.tax.impl
The default implementation of TaxJurisdictionService.
TaxJurisdictionServiceImpl() - Constructor for class com.elasticpath.service.tax.impl.TaxJurisdictionServiceImpl
 
TEMPLATE_SELECT_BY_GUID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria of retrieve template by guid.
TimeService - Interface in com.elasticpath.service.misc
Provides time service.
TOP_SELLER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.catalog.TopSellerCategory.
TOP_SELLER_COMPARATOR - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.misc.impl.TopSellerComparatorImpl.
TOP_SELLER_SELECT_BY_CATEGORY_UID - Static variable in class com.elasticpath.service.misc.Criteria
Criteria to retrieve a top seller category by category uid.
TOP_SELLER_SORTER - Static variable in class com.elasticpath.commons.constants.ContextIdNames
bean id for implementation of com.elasticpath.domain.catalogview.impl.TopSellerSorterImpl.
TOP_SELLER_SORTER_PREFIX - Static variable in class com.elasticpath.commons.constants.CatalogViewConstants
The prefix used in top seller sorter to query strings.
TOPCATEGORIES - Static variable in class com.elasticpath.commons.constants.WebConstants
All top categories.
TopSeller - Interface in com.elasticpath.domain.catalog
TopSeller represents a category for grouping top sellers.
TopSellerComparatorImpl - Class in com.elasticpath.domain.misc.impl
This is a default implementation of TopSellerComparator.
TopSellerComparatorImpl() - Constructor for class com.elasticpath.domain.misc.impl.TopSellerComparatorImpl
 
TopSellerImpl - Class in com.elasticpath.domain.catalog.impl
This is a default implementation of TopSeller.
TopSellerImpl() - Constructor for class com.elasticpath.domain.catalog.impl.TopSellerImpl
 
TopSellerService - Interface in com.elasticpath.service.catalog
Provides services to process top seller related information.
TopSellerServiceImpl - Class in com.elasticpath.service.catalog.impl
The default implementation of TopSellerService.
TopSellerServiceImpl() - Constructor for class com.elasticpath.service.catalog.impl.TopSellerServiceImpl
 
TopSellerSorterImpl - Class in com.elasticpath.domain.catalogview.impl
The default implementation of PriceSorter.
TopSellerSorterImpl() - Constructor for class com.elasticpath.domain.catalogview.impl.TopSellerSorterImpl
 
toString() - Method in interface com.elasticpath.domain.attribute.AttributeType
Returns the attribute type name.
toString() - Method in class com.elasticpath.domain.attribute.impl.AbstractAttributeTypeImpl
Return the attribute type name.
toString() - Method in class com.elasticpath.domain.attribute.impl.AttributeUsageImpl
Returns the name of object if defined.
toString() - Method in class com.elasticpath.domain.attribute.impl.AttributeValueImpl
Convert this value to string.
toString() - Method in class com.elasticpath.domain.misc.impl.MoneyImpl
Returns string representation of Money objects to facilitate debugging.
toString() - Method in class com.elasticpath.domain.misc.impl.RandomGuidImpl
Produces a string representation of the RandomGUID.
toString() - Method in interface com.elasticpath.domain.misc.RandomGuid
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc).
toString() - Method in class com.elasticpath.domain.payment.CheckoutTransactionBehaviour
 
toString() - Method in class com.elasticpath.domain.shipping.impl.RegionImpl
Return the String representation of this Region.
toString() - Method in interface com.elasticpath.domain.shipping.Region
Return the String representation of this Region.
toString() - Method in class com.elasticpath.domain.skuconfiguration.impl.SkuOptionValueImpl
Gets a string representation of the SkuOptionValue.
Transaction - Interface in com.elasticpath.persistence
Represents a transaction in ElasticPath.
Transient - Interface in com.elasticpath.domain
Represents a transient domain object.

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