Modifier and Type | Interface and Description |
---|---|
interface |
FieldDefinition
Created by bpolster.
|
interface |
FieldGroup
Created by bpolster.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldDefinitionImpl
Created by bpolster.
|
class |
FieldGroupImpl
Created by bpolster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImageStaticAsset
Created by IntelliJ IDEA.
|
interface |
StaticAsset
Created by bpolster.
|
interface |
StaticAssetDescription
Created by bpolster.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageStaticAssetImpl
Created by bpolster.
|
class |
StaticAssetDescriptionImpl
Created by bpolster.
|
class |
StaticAssetImpl
Created by bpolster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Page
Created by bpolster.
|
interface |
PageAttribute
Stores additional attributes for
Page s |
interface |
PageField
Created by bpolster.
|
interface |
PageItemCriteria
Implementations of this interface contain item rule data that is used for targeting
Page s. |
interface |
PageRule
Implementations hold the values for a rule used to determine if a
Page
should be displayed. |
interface |
PageTemplate
Created by bpolster.
|
interface |
PageTemplateFieldGroupXref |
Modifier and Type | Class and Description |
---|---|
class |
PageAttributeImpl |
class |
PageFieldImpl
Created by bpolster.
|
class |
PageImpl
Created by bpolster.
|
class |
PageItemCriteriaImpl |
class |
PageRuleImpl |
class |
PageTemplateFieldGroupXrefImpl |
class |
PageTemplateImpl
Created by bpolster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StructuredContent
StructuredContent implementations provide a representation of a generic content
item with a set of predefined fields.
|
interface |
StructuredContentField
Holds the values for custom fields that are part of a
StructuredContent item. |
interface |
StructuredContentFieldGroupXref
XREF entity between a
StructuredContentFieldTemplate and a FieldGroup |
interface |
StructuredContentFieldTemplate
A structured content field template holds the structure for a
structured content.
|
interface |
StructuredContentFieldXref |
interface |
StructuredContentItemCriteria
Implementations of this interface contain item rule data that is used for targeting
StructuredContent items. |
interface |
StructuredContentRule
Implementations hold the values for a rule used to determine if a
StructuredContent
item should be displayed. |
interface |
StructuredContentType
A content type corresponds to an area where content should be targeted.
|
Modifier and Type | Class and Description |
---|---|
class |
StructuredContentFieldGroupXrefImpl |
class |
StructuredContentFieldImpl
Created by bpolster.
|
class |
StructuredContentFieldTemplateImpl
Created by bpolster.
|
class |
StructuredContentFieldXrefImpl |
class |
StructuredContentImpl
Created by bpolster.
|
class |
StructuredContentItemCriteriaImpl |
class |
StructuredContentRuleImpl |
class |
StructuredContentTypeImpl
Created by bpolster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
URLHandler |
Modifier and Type | Class and Description |
---|---|
class |
NullURLHandler
A Null instance of a URLHandler.
|
class |
URLHandlerDTO
A bean representation of a URLHandler
|
class |
URLHandlerImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
SystemProperty
This interface represents a System Property (name/value pair) stored in the database.
|
Modifier and Type | Class and Description |
---|---|
class |
NullSystemProperty
Class created for caching misses as some cache implementations, such as Redis, are unable to serialize a proxy (see
AbstractCacheMissAware and SystemPropertiesDaoImpl ) |
class |
SystemPropertyImpl
Allows the storage and retrieval of System Properties in the database
User: Kelly Tisdell
Date: 6/20/12
|
Modifier and Type | Method and Description |
---|---|
protected <T extends MultiTenantCloneable> |
MultiTenantCopier.copyEntitiesOfType(Class<T> clazz,
Site fromSite,
Catalog fromCatalog,
MultiTenantCopyContext context)
Subclasses will generally call this method in their
MultiTenantCopier.copyEntities(MultiTenantCopyContext) implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
DataDrivenEnumeration |
interface |
DataDrivenEnumerationValue |
Modifier and Type | Class and Description |
---|---|
class |
DataDrivenEnumerationImpl |
class |
DataDrivenEnumerationValueImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Translation
This domain object represents a translated value for a given property on an entity for a specific locale.
|
Modifier and Type | Class and Description |
---|---|
class |
TranslationImpl |
Modifier and Type | Class and Description |
---|---|
class |
MediaImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityDuplicationHelper.canHandle(MultiTenantCloneable candidate) |
abstract boolean |
AbstractEntityDuplicationHelper.canHandle(MultiTenantCloneable candidate) |
<T> T |
EntityDuplicator.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity)
Create a production duplicate of the entity specified in the params.
|
<T> T |
EntityDuplicatorImpl.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity) |
<T> T |
EntityDuplicator.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Deprecated.
use
EntityDuplicator.copy(MultiTenantCopyContext, MultiTenantCloneable) .
Modifiers have been moved to a list bean
to allow easier inclusion (see EntityDuplicationHelpers ) and copy hints can be added
to implementations of EntityDuplicationHelper s |
<T> T |
EntityDuplicatorImpl.copy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Deprecated.
|
protected Set<EntityDuplicationHelper> |
EntityDuplicatorImpl.filterDuplicationHelpers(MultiTenantCloneable entity) |
protected <T> T |
EntityDuplicatorImpl.performCopy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity) |
protected <T> T |
EntityDuplicatorImpl.performCopy(MultiTenantCopyContext context,
MultiTenantCloneable<T> entity,
Map<String,String> copyHints,
EntityDuplicateModifier... modifiers)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Category
Implementations of this interface are used to hold data about a Category.
|
interface |
CategoryAttribute |
interface |
CategoryProductXref
Implementations of this interface are used to hold data about the many-to-many relationship between
the Category table and the Product table.
|
interface |
CategoryXref
Implementations of this interface are used to hold data about the many-to-many relationship between
the Category table and a parent Category.
|
interface |
FeaturedProduct |
interface |
Product
Implementations of this interface are used to hold data for a Product.
|
interface |
ProductAttribute
The Interface ProductAttribute.
|
interface |
ProductBundle
Deprecated.
instead, use the ProductType Module's Product Add-Ons to build and configure bundles
|
interface |
ProductOption
A product option represents a value that is entered to specify more information about
a product prior to entering into the cart.
|
interface |
ProductOptionValue
Stores the values for a given product option.
|
interface |
ProductOptionXref |
interface |
Sku
Implementations of this interface are used to hold data about a SKU.
|
interface |
SkuAttribute
Implementations of this interface are used to hold data about a SKU's Attributes.
|
interface |
SkuBundleItem
Deprecated.
instead, use the ProductType Module's Product Add-Ons to build and configure bundles
|
interface |
SkuProductOptionValueXref
Join entity between
Sku and ProductOptionValue . |
Modifier and Type | Class and Description |
---|---|
class |
CategoryAttributeImpl |
class |
CategoryImpl |
class |
CategoryMediaXrefImpl |
class |
CategoryProductXrefImpl
The Class CategoryProductXrefImpl is the default implmentation of
Category . |
class |
CategoryXrefImpl |
class |
CrossSaleProductImpl |
class |
Dimension |
class |
FeaturedProductImpl |
class |
ProductAttributeImpl
The Class ProductAttributeImpl.
|
class |
ProductBundleImpl
Deprecated.
instead, use the ProductType Module's Product Add-Ons to build and configure bundles
|
class |
ProductImpl
The Class ProductImpl is the default implementation of
Product . |
class |
ProductOptionImpl |
class |
ProductOptionValueImpl |
class |
ProductOptionXrefImpl |
class |
SkuAttributeImpl
The Class SkuAttributeImpl is the default implementation of
SkuAttribute . |
class |
SkuBundleItemImpl
Deprecated.
instead, use the ProductType Module's Product Add-Ons to build and configure bundles
|
class |
SkuImpl
The Class SkuImpl is the default implementation of
Sku . |
class |
SkuMediaXrefImpl |
class |
SkuProductOptionValueXrefImpl |
class |
UpSaleProductImpl |
class |
Weight |
Modifier and Type | Method and Description |
---|---|
boolean |
ProductDuplicateModifier.canHandle(MultiTenantCloneable candidate) |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedOfferPromotionMessageXref |
interface |
CandidateItemOffer
OrderItem level offer that has been qualified for an order,
but may still be ejected based on additional pricing
and stackability concerns once the order has been processed
through the promotion engine.
|
interface |
Offer |
interface |
OfferCode |
interface |
OfferInfo |
interface |
OfferItemCriteria |
interface |
OfferOfferRuleXref |
interface |
OfferPriceData |
interface |
OfferQualifyingCriteriaXref |
interface |
OfferRule |
interface |
OfferTargetCriteriaXref |
interface |
OfferTier
Represents a tier and amount combination for an offer.
|
interface |
OrderItemPriceDetailAdjustment
Records the actual adjustments that were made to an OrderItemPriceDetail.
|
Modifier and Type | Class and Description |
---|---|
class |
CandidateItemOfferImpl |
class |
LegacyOfferUsesImpl
Holds the backwards compatibility field for uses.
|
class |
OfferCodeImpl |
class |
OfferImpl |
class |
OfferInfoImpl |
class |
OfferItemCriteriaImpl |
class |
OfferOfferRuleXrefImpl |
class |
OfferPriceDataImpl |
class |
OfferQualifyingCriteriaXrefImpl |
class |
OfferRuleImpl |
class |
OfferTargetCriteriaXrefImpl |
class |
OrderItemPriceDetailAdjustmentImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
OfferDuplicateModifier.canHandle(MultiTenantCloneable candidate) |
Modifier and Type | Interface and Description |
---|---|
interface |
BundleOrderItem
Deprecated.
instead, see the ProductType Module's Product Add-On's usage of
DiscreteOrderItem s |
interface |
BundleOrderItemFeePrice |
interface |
DiscreteOrderItem |
interface |
DiscreteOrderItemFeePrice |
interface |
DynamicPriceDiscreteOrderItem |
interface |
FulfillmentGroup
This is the main entity used to hold fulfillment information about an Order.
|
interface |
FulfillmentGroupFee |
interface |
FulfillmentGroupItem |
interface |
FulfillmentOption
A FulfillmentOption is used to hold information about a particular type of Fulfillment implementation.
|
interface |
GiftWrapOrderItem |
interface |
Order
Defines an order in Broadleaf.
|
interface |
OrderAttribute
The Interface OrderAttribute.
|
interface |
OrderItem |
interface |
OrderItemAttribute
The Interface OrderItemAttribute.
|
interface |
OrderItemPriceDetail |
interface |
OrderMultishipOption
Represents a given set of options for an OrderItem in an Order in the
multiship context.
|
interface |
PersonalMessage |
interface |
TaxDetail
The Interface TaxDetail.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleOrderItemFeePriceImpl |
class |
BundleOrderItemImpl
Deprecated.
|
class |
DiscreteOrderItemFeePriceImpl |
class |
DiscreteOrderItemImpl |
class |
DynamicPriceDiscreteOrderItemImpl |
class |
FulfillmentGroupFeeImpl |
class |
FulfillmentGroupImpl |
class |
FulfillmentGroupItemImpl |
class |
FulfillmentOptionImpl |
class |
GiftWrapOrderItemImpl |
class |
NullOrderImpl
NullOrderImpl is a class that represents an unmodifiable, empty order.
|
class |
OrderAttributeImpl
The Class OrderAttributeImpl
|
class |
OrderImpl |
class |
OrderItemAttributeImpl
Arbitrary attributes to add to an order-item.
|
class |
OrderItemImpl |
class |
OrderItemPriceDetailImpl |
class |
OrderMultishipOptionImpl |
class |
PersonalMessageImpl |
class |
TaxDetailImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BandedPriceFulfillmentOption |
interface |
BandedWeightFulfillmentOption |
interface |
FixedPriceFulfillmentOption
Used in conjunction with the
FixedPriceFulfillmentPricingProvider to allow for a single price
for fulfilling an order (e.g. |
Modifier and Type | Class and Description |
---|---|
class |
BandedPriceFulfillmentOptionImpl |
class |
BandedWeightFulfillmentOptionImpl |
class |
FixedPriceFulfillmentOptionImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderPayment
This entity is designed to deal with payments associated to an
Order and is usually unique for a particular
amount, PaymentGatewayType and PaymentType combination. |
interface |
PaymentTransaction
Used to store individual transactions about a particular payment.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderPaymentImpl |
class |
PaymentTransactionImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
PromotionMessage |
Modifier and Type | Class and Description |
---|---|
class |
PromotionMessageImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryExcludedSearchFacet |
interface |
CategorySearchFacet |
interface |
Field
Represents a String-based mapping of entities and properties.
|
interface |
IndexField
Represents a field that gets stored in the search index
|
interface |
IndexFieldType
This interface is used for representing a
FieldType for an IndexField |
interface |
RequiredFacet |
interface |
SearchFacet
A SearchFacet is an object that represents a particular facet that can be used to guide faceted
searching on a results page.
|
interface |
SearchFacetRange |
Modifier and Type | Class and Description |
---|---|
class |
CategoryExcludedSearchFacetImpl |
class |
CategorySearchFacetImpl |
class |
FieldImpl |
class |
IndexFieldImpl |
class |
IndexFieldTypeImpl |
class |
RequiredFacetImpl |
class |
SearchFacetImpl |
class |
SearchFacetRangeImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Address |
interface |
Customer |
interface |
CustomerAddress |
interface |
CustomerAttribute
Implementations of this interface are used to hold data about a Customers Attributes.
|
interface |
CustomerPayment
This entity is designed to deal with payments associated to an
Customer and is used to refer to a saved
payment that is stored at the Payment Gateway level. |
interface |
CustomerPhone |
Modifier and Type | Class and Description |
---|---|
class |
AddressImpl |
class |
CustomerAddressImpl |
class |
CustomerAttributeImpl |
class |
CustomerImpl |
class |
CustomerPaymentImpl |
class |
CustomerPhoneImpl |
Copyright © 2022. All rights reserved.