Serialized Form


Package org.broadleafcommerce.core.catalog.domain

Class org.broadleafcommerce.core.catalog.domain.CategoryAttributeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

value

String value

searchable

Boolean searchable

category

Category category

Class org.broadleafcommerce.core.catalog.domain.CategoryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

url

String url

urlKey

String urlKey

description

String description

activeStartDate

Date activeStartDate

activeEndDate

Date activeEndDate

displayTemplate

String displayTemplate

longDescription

String longDescription

defaultParentCategory

Category defaultParentCategory

allChildCategories

List<E> allChildCategories

allParentCategories

List<E> allParentCategories

allProducts

List<E> allProducts

categoryImages

Map<K,V> categoryImages
Deprecated. 

categoryMedia

Map<K,V> categoryMedia

featuredProducts

List<E> featuredProducts

crossSaleProducts

List<E> crossSaleProducts

upSaleProducts

List<E> upSaleProducts

searchFacets

List<E> searchFacets

excludedSearchFacets

List<E> excludedSearchFacets

categoryAttributes

List<E> categoryAttributes

archiveStatus

ArchiveStatus archiveStatus

childCategoryURLMap

Map<K,V> childCategoryURLMap

childCategories

List<E> childCategories

filteredFeaturedProducts

List<E> filteredFeaturedProducts

filteredCrossSales

List<E> filteredCrossSales

filteredUpSales

List<E> filteredUpSales

Class org.broadleafcommerce.core.catalog.domain.CategoryProductXrefImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

categoryProductXref

CategoryProductXrefImpl.CategoryProductXrefPk categoryProductXref

displayOrder

Long displayOrder
The display order.

Class org.broadleafcommerce.core.catalog.domain.CategoryProductXrefImpl.CategoryProductXrefPk extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

category

Category category

product

Product product
The product.

Class org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

categoryXrefPK

CategoryXrefImpl.CategoryXrefPK categoryXrefPK
The category id.


displayOrder

Long displayOrder

Class org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl.CategoryXrefPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

category

Category category

subCategory

Category subCategory

Class org.broadleafcommerce.core.catalog.domain.CrossSaleProductImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

promotionMessage

String promotionMessage

sequence

Long sequence

product

Product product

category

Category category

relatedSaleProduct

Product relatedSaleProduct

Class org.broadleafcommerce.core.catalog.domain.Dimension extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

BigDecimal width

height

BigDecimal height

depth

BigDecimal depth

girth

BigDecimal girth

size

String size

container

String container

dimensionUnitOfMeasure

String dimensionUnitOfMeasure

Class org.broadleafcommerce.core.catalog.domain.FeaturedProductImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


sequence

Long sequence

promotionMessage

String promotionMessage

category

Category category

product

Product product

Class org.broadleafcommerce.core.catalog.domain.ProductAttributeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


name

String name
The name.


value

String value
The value.


searchable

Boolean searchable
The searchable.


product

Product product
The product.

Class org.broadleafcommerce.core.catalog.domain.ProductBundleImpl extends ProductImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

pricingModel

String pricingModel

autoBundle

Boolean autoBundle

itemsPromotable

Boolean itemsPromotable

bundlePromotable

Boolean bundlePromotable

priority

int priority

skuBundleItems

List<E> skuBundleItems

Class org.broadleafcommerce.core.catalog.domain.ProductImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


url

String url

urlKey

String urlKey

displayTemplate

String displayTemplate

model

String model
The product model number


manufacturer

String manufacturer
The manufacture name


isFeaturedProduct

Boolean isFeaturedProduct

defaultSku

Sku defaultSku

canSellWithoutOptions

Boolean canSellWithoutOptions

skus

List<E> skus
The skus.


promoMessage

String promoMessage

crossSaleProducts

List<E> crossSaleProducts

upSaleProducts

List<E> upSaleProducts

additionalSkus

List<E> additionalSkus
The all skus.


defaultCategory

Category defaultCategory
The default category.


allParentCategories

List<E> allParentCategories

productAttributes

List<E> productAttributes

productOptions

List<E> productOptions

archiveStatus

ArchiveStatus archiveStatus

Class org.broadleafcommerce.core.catalog.domain.ProductOptionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

type

String type

attributeName

String attributeName

label

String label

required

Boolean required

displayOrder

Integer displayOrder

allowedValues

List<E> allowedValues

products

List<E> products

Class org.broadleafcommerce.core.catalog.domain.ProductOptionValueImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

attributeValue

String attributeValue

displayOrder

Long displayOrder

priceAdjustment

BigDecimal priceAdjustment

productOption

ProductOption productOption

Class org.broadleafcommerce.core.catalog.domain.RelatedProductTypeEnum extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.catalog.domain.SkuAttributeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


name

String name
The name.


value

String value
The value.


searchable

Boolean searchable
The searchable.


sku

Sku sku
The sku.

Class org.broadleafcommerce.core.catalog.domain.SkuBundleItemImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


quantity

Integer quantity

itemSalePrice

BigDecimal itemSalePrice

bundle

ProductBundle bundle

sku

Sku sku

dynamicPrices

DynamicSkuPrices dynamicPrices

Class org.broadleafcommerce.core.catalog.domain.SkuFeeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

description

String description

amount

BigDecimal amount

taxable

Boolean taxable

expression

String expression

feeType

String feeType

skus

List<E> skus

Class org.broadleafcommerce.core.catalog.domain.SkuImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


salePrice

BigDecimal salePrice
The sale price.


retailPrice

BigDecimal retailPrice
The retail price.


name

String name
The name.


description

String description
The description.


longDescription

String longDescription
The long description.


taxable

Character taxable
The taxable.


discountable

Character discountable
The discountable.


available

Character available
The available.


activeStartDate

Date activeStartDate
The active start date.


activeEndDate

Date activeEndDate
The active end date.


dimension

Dimension dimension
The product dimensions


weight

Weight weight
The product weight


dynamicPrices

DynamicSkuPrices dynamicPrices

isMachineSortable

Boolean isMachineSortable

skuMedia

Map<K,V> skuMedia
The sku media.


defaultProduct

Product defaultProduct
This will be non-null if and only if this Sku is the default Sku for a Product


product

Product product
This relationship will be non-null if and only if this Sku is contained in the list of additional Skus for a Product (for Skus based on ProductOptions)


skuAttributes

List<E> skuAttributes

productOptionValues

List<E> productOptionValues

fees

List<E> fees

fulfillmentFlatRates

Map<K,V> fulfillmentFlatRates

excludedFulfillmentOptions

List<E> excludedFulfillmentOptions

Class org.broadleafcommerce.core.catalog.domain.UpSaleProductImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

promotionMessage

String promotionMessage

sequence

Long sequence

product

Product product

category

Category category

relatedSaleProduct

Product relatedSaleProduct

Class org.broadleafcommerce.core.catalog.domain.Weight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

weight

BigDecimal weight

weightUnitOfMeasure

String weightUnitOfMeasure

Package org.broadleafcommerce.core.catalog.service.dynamic

Class org.broadleafcommerce.core.catalog.service.dynamic.DynamicSkuPrices extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

retailPrice

Money retailPrice

salePrice

Money salePrice

Package org.broadleafcommerce.core.catalog.service.type

Class org.broadleafcommerce.core.catalog.service.type.ProductBundlePricingModelType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.catalog.service.type.ProductOptionType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.catalog.service.type.ProductType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.catalog.service.type.SkuFeeType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.core.checkout.service.exception

Class org.broadleafcommerce.core.checkout.service.exception.CheckoutException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

checkoutResponse

CheckoutResponse checkoutResponse

Package org.broadleafcommerce.core.checkout.service.workflow

Class org.broadleafcommerce.core.checkout.service.workflow.CheckoutContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopEntireProcess

boolean stopEntireProcess

seedData

CheckoutSeed seedData

Package org.broadleafcommerce.core.inventory.domain

Class org.broadleafcommerce.core.inventory.domain.SkuAvailabilityImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


skuId

Long skuId
The sale price.


locationId

Long locationId
The retail price.


quantityOnHand

Integer quantityOnHand
The quantity on hand.


reserveQuantity

Integer reserveQuantity
The reserve quantity.


availabilityStatus

String availabilityStatus
The description.


availabilityDate

Date availabilityDate
The date this product will be available.


Package org.broadleafcommerce.core.inventory.service.type

Class org.broadleafcommerce.core.inventory.service.type.AvailabilityStatusType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.core.marketing.domain

Class org.broadleafcommerce.core.marketing.domain.TargetContentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
Deprecated. 

priority

int priority
Deprecated. 

contentType

String contentType
Deprecated. 

contentName

String contentName
Deprecated. 

url

String url
Deprecated. 

content

String content
Deprecated. 

onlineDate

Date onlineDate
Deprecated. 

offlineDate

Date offlineDate
Deprecated. 

Package org.broadleafcommerce.core.media.domain

Class org.broadleafcommerce.core.media.domain.CategoryMediaMap extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

categoryMediaMapPK

CategoryMediaMap.CategoryMediaMapPK categoryMediaMapPK

key

String key

Class org.broadleafcommerce.core.media.domain.CategoryMediaMap.CategoryMediaMapPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

categoryId

Long categoryId

mediaId

Long mediaId

Class org.broadleafcommerce.core.media.domain.MediaImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

url

String url

title

String title

altText

String altText

tags

String tags

Package org.broadleafcommerce.core.offer.domain

Class org.broadleafcommerce.core.offer.domain.CandidateFulfillmentGroupOfferImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

fulfillmentGroup

FulfillmentGroup fulfillmentGroup

offer

Offer offer

discountedPrice

BigDecimal discountedPrice

Class org.broadleafcommerce.core.offer.domain.CandidateItemOfferImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

orderItem

OrderItem orderItem

offer

Offer offer

discountedPrice

BigDecimal discountedPrice

Class org.broadleafcommerce.core.offer.domain.CandidateOrderOfferImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

order

Order order

offer

Offer offer

discountedPrice

BigDecimal discountedPrice

Class org.broadleafcommerce.core.offer.domain.CriteriaOfferXref.CriteriaOfferXrefPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

offer

Offer offer

offerCriteria

OfferItemCriteria offerCriteria

Class org.broadleafcommerce.core.offer.domain.CustomerOfferImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

customer

Customer customer

offer

Offer offer

Class org.broadleafcommerce.core.offer.domain.FulfillmentGroupAdjustmentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

fulfillmentGroup

FulfillmentGroup fulfillmentGroup

offer

Offer offer

reason

String reason

value

BigDecimal value

Class org.broadleafcommerce.core.offer.domain.OfferAuditImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

offerId

Long offerId

customerId

Long customerId

orderId

Long orderId

redeemedDate

Date redeemedDate

Class org.broadleafcommerce.core.offer.domain.OfferCodeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

offer

Offer offer

offerCode

String offerCode

startDate

Date startDate

endDate

Date endDate

maxUses

int maxUses

uses

int uses
Deprecated. 

orders

List<E> orders

Class org.broadleafcommerce.core.offer.domain.OfferImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

description

String description

type

String type

discountType

String discountType

value

BigDecimal value

priority

int priority

startDate

Date startDate

endDate

Date endDate

stackable

boolean stackable

targetSystem

String targetSystem

applyToSalePrice

boolean applyToSalePrice

appliesToOrderRules

String appliesToOrderRules
Deprecated. 

appliesToCustomerRules

String appliesToCustomerRules
Deprecated. 

applyDiscountToMarkedItems

boolean applyDiscountToMarkedItems
Deprecated. 

combinableWithOtherOffers

boolean combinableWithOtherOffers

deliveryType

String deliveryType

maxUsesPerOrder

int maxUsesPerOrder

maxUsesPerCustomer

Long maxUsesPerCustomer

uses

int uses
Deprecated. 

offerItemQualifierRuleType

String offerItemQualifierRuleType

offerItemTargetRuleType

String offerItemTargetRuleType

qualifyingItemCriteria

Set<E> qualifyingItemCriteria

targetItemCriteria

Set<E> targetItemCriteria

totalitarianOffer

Boolean totalitarianOffer

offerMatchRules

Map<K,V> offerMatchRules

treatAsNewFormat

Boolean treatAsNewFormat

qualifyingItemSubTotal

BigDecimal qualifyingItemSubTotal

archiveStatus

ArchiveStatus archiveStatus

Class org.broadleafcommerce.core.offer.domain.OfferInfoImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

fieldValues

Map<K,V> fieldValues

Class org.broadleafcommerce.core.offer.domain.OfferItemCriteriaImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

quantity

Integer quantity

orderItemMatchRule

String orderItemMatchRule

qualifyingOffer

Offer qualifyingOffer

targetOffer

Offer targetOffer

Class org.broadleafcommerce.core.offer.domain.OfferRuleImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

matchRule

String matchRule

Class org.broadleafcommerce.core.offer.domain.OrderAdjustmentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

order

Order order

offer

Offer offer

reason

String reason

value

BigDecimal value

Class org.broadleafcommerce.core.offer.domain.OrderItemAdjustmentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

orderItem

OrderItem orderItem

offer

Offer offer

reason

String reason

value

BigDecimal value

appliedToSalePrice

boolean appliedToSalePrice

retailValue

Money retailValue

salesValue

Money salesValue

Package org.broadleafcommerce.core.offer.service.discount

Class org.broadleafcommerce.core.offer.service.discount.PromotionDiscount extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

candidateItemOffer

PromotableCandidateItemOffer candidateItemOffer

promotion

Offer promotion

itemCriteria

Set<E> itemCriteria

quantity

int quantity

finalizedQuantity

int finalizedQuantity

Class org.broadleafcommerce.core.offer.service.discount.PromotionQualifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

promotion

Offer promotion

itemCriteria

OfferItemCriteria itemCriteria

quantity

int quantity

finalizedQuantity

int finalizedQuantity

Package org.broadleafcommerce.core.offer.service.exception

Class org.broadleafcommerce.core.offer.service.exception.OfferMaxUseExceededException extends CheckoutException implements Serializable

serialVersionUID: 1L


Package org.broadleafcommerce.core.offer.service.type

Class org.broadleafcommerce.core.offer.service.type.OfferDeliveryType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.offer.service.type.OfferDiscountType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.offer.service.type.OfferItemRestrictionRuleType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.offer.service.type.OfferRuleType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.offer.service.type.OfferType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.core.order.domain

Class org.broadleafcommerce.core.order.domain.BundleOrderItemImpl extends OrderItemImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

discreteOrderItems

List<E> discreteOrderItems

bundleOrderItemFeePrices

List<E> bundleOrderItemFeePrices

baseRetailPrice

BigDecimal baseRetailPrice

baseSalePrice

BigDecimal baseSalePrice

sku

Sku sku

productBundle

ProductBundle productBundle

Class org.broadleafcommerce.core.order.domain.DiscreteOrderItemImpl extends OrderItemImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

baseRetailPrice

BigDecimal baseRetailPrice

baseSalePrice

BigDecimal baseSalePrice

sku

Sku sku

product

Product product

bundleOrderItem

BundleOrderItem bundleOrderItem

skuBundleItem

SkuBundleItem skuBundleItem

additionalAttributes

Map<K,V> additionalAttributes

discreteOrderItemFeePrices

List<E> discreteOrderItemFeePrices

Class org.broadleafcommerce.core.order.domain.DynamicPriceDiscreteOrderItemImpl extends DiscreteOrderItemImpl implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.domain.FulfillmentGroupFeeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

fulfillmentGroup

FulfillmentGroup fulfillmentGroup

amount

BigDecimal amount

name

String name

reportingCode

String reportingCode

feeTaxable

Boolean feeTaxable

taxes

List<E> taxes

totalTax

BigDecimal totalTax

Class org.broadleafcommerce.core.order.domain.FulfillmentGroupImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

referenceNumber

String referenceNumber

method

String method
Deprecated. 

service

String service
Deprecated. 

retailShippingPrice

BigDecimal retailShippingPrice

saleShippingPrice

BigDecimal saleShippingPrice

shippingPrice

BigDecimal shippingPrice

type

String type

totalTax

BigDecimal totalTax

totalItemTax

BigDecimal totalItemTax

totalFeeTax

BigDecimal totalFeeTax

totalFulfillmentGroupTax

BigDecimal totalFulfillmentGroupTax

deliveryInstruction

String deliveryInstruction

primary

boolean primary

merchandiseTotal

BigDecimal merchandiseTotal

total

BigDecimal total

status

String status

isShippingPriceTaxable

Boolean isShippingPriceTaxable

fulfillmentOption

FulfillmentOption fulfillmentOption

order

Order order

address

Address address

phone

Phone phone

personalMessage

PersonalMessage personalMessage

fulfillmentGroupItems

List<E> fulfillmentGroupItems

fulfillmentGroupFees

List<E> fulfillmentGroupFees

candidateOffers

List<E> candidateOffers

fulfillmentGroupAdjustments

List<E> fulfillmentGroupAdjustments

taxes

List<E> taxes

Class org.broadleafcommerce.core.order.domain.FulfillmentGroupItemImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

fulfillmentGroup

FulfillmentGroup fulfillmentGroup

orderItem

OrderItem orderItem

quantity

int quantity

status

String status

taxes

List<E> taxes

totalTax

BigDecimal totalTax

Class org.broadleafcommerce.core.order.domain.FulfillmentOptionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

longDescription

String longDescription

useFlatRates

Boolean useFlatRates

fulfillmentType

String fulfillmentType

Class org.broadleafcommerce.core.order.domain.GiftWrapOrderItemImpl extends DiscreteOrderItemImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

wrappedItems

List<E> wrappedItems

Class org.broadleafcommerce.core.order.domain.NullOrderImpl extends Object implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.domain.OrderAttributeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

value

String value
The value.


order

Order order

Class org.broadleafcommerce.core.order.domain.OrderImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

auditable

Auditable auditable

name

String name

customer

Customer customer

status

String status

totalTax

BigDecimal totalTax

totalShipping

BigDecimal totalShipping

subTotal

BigDecimal subTotal

total

BigDecimal total

submitDate

Date submitDate

orderNumber

String orderNumber

emailAddress

String emailAddress

orderItems

List<E> orderItems

fulfillmentGroups

List<E> fulfillmentGroups

orderAdjustments

List<E> orderAdjustments

addedOfferCodes

List<E> addedOfferCodes

candidateOrderOffers

List<E> candidateOrderOffers

paymentInfos

List<E> paymentInfos

additionalOfferInformation

Map<K,V> additionalOfferInformation

orderAttributes

Map<K,V> orderAttributes

Class org.broadleafcommerce.core.order.domain.OrderItemAttributeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

value

String value

orderItem

OrderItem orderItem

Class org.broadleafcommerce.core.order.domain.OrderItemImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

category

Category category

order

Order order

retailPrice

BigDecimal retailPrice

salePrice

BigDecimal salePrice

price

BigDecimal price

quantity

int quantity

name

String name

personalMessage

PersonalMessage personalMessage

giftWrapOrderItem

GiftWrapOrderItem giftWrapOrderItem

orderItemAdjustments

List<E> orderItemAdjustments

candidateItemOffers

List<E> candidateItemOffers

orderItemType

String orderItemType

itemTaxable

Boolean itemTaxable

orderItemAttributeMap

Map<K,V> orderItemAttributeMap

splitParentItemId

Long splitParentItemId

Class org.broadleafcommerce.core.order.domain.PersonalMessageImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

messageTo

String messageTo

messageFrom

String messageFrom

message

String message

occasion

String occasion

Class org.broadleafcommerce.core.order.domain.TaxDetailImpl extends Object implements Serializable

serialVersionUID: -4036994446393527252L

Serialized Fields

id

Long id

type

String type

amount

BigDecimal amount

rate

BigDecimal rate

Class org.broadleafcommerce.core.order.domain.TaxType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.core.order.fulfillment.domain

Class org.broadleafcommerce.core.order.fulfillment.domain.BandedPriceFulfillmentOptionImpl extends FulfillmentOptionImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

bands

List<E> bands

Class org.broadleafcommerce.core.order.fulfillment.domain.BandedWeightFulfillmentOptionImpl extends FulfillmentOptionImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

bands

List<E> bands

Class org.broadleafcommerce.core.order.fulfillment.domain.FixedPriceFulfillmentOptionImpl extends FulfillmentOptionImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

price

BigDecimal price

Class org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBandImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resultAmount

BigDecimal resultAmount

resultAmountType

String resultAmountType

Class org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentPriceBandImpl extends FulfillmentBandImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

retailPriceMinimumAmount

BigDecimal retailPriceMinimumAmount

option

BandedPriceFulfillmentOption option

Class org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentWeightBandImpl extends FulfillmentBandImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

minimumWeight

BigDecimal minimumWeight

weightUnitOfMeasure

String weightUnitOfMeasure

option

BandedWeightFulfillmentOption option

Package org.broadleafcommerce.core.order.service.call

Class org.broadleafcommerce.core.order.service.call.MergeCartResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

order

Order order

addedItems

List<E> addedItems

removedItems

List<E> removedItems

merged

boolean merged

Package org.broadleafcommerce.core.order.service.exception

Class org.broadleafcommerce.core.order.service.exception.AddToCartException extends Exception implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.service.exception.InventoryUnavailableException extends Exception implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.service.exception.ItemNotFoundException extends Exception implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.service.exception.OrderServiceException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.service.exception.RemoveFromCartException extends Exception implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.service.exception.RequiredAttributeNotProvidedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.order.service.exception.UpdateCartException extends Exception implements Serializable

serialVersionUID: 1L


Package org.broadleafcommerce.core.order.service.manipulation

Class org.broadleafcommerce.core.order.service.manipulation.DiscreteOrderItemDecorator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

quantity

int quantity

discreteOrderItem

DiscreteOrderItem discreteOrderItem

Package org.broadleafcommerce.core.order.service.type

Class org.broadleafcommerce.core.order.service.type.FulfillmentBandResultAmountType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.order.service.type.FulfillmentGroupStatusType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.order.service.type.FulfillmentType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.order.service.type.OrderItemType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.order.service.type.OrderStatus extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.core.order.service.workflow

Class org.broadleafcommerce.core.order.service.workflow.CartOperationContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopEntireProcess

boolean stopEntireProcess

seedData

CartOperationRequest seedData

Package org.broadleafcommerce.core.payment.domain

Class org.broadleafcommerce.core.payment.domain.BankAccountPaymentInfoImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

encryptionModule

EncryptionModule encryptionModule

id

Long id

referenceNumber

String referenceNumber

accountNumber

String accountNumber

routingNumber

String routingNumber

Class org.broadleafcommerce.core.payment.domain.CreditCardPaymentInfoImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

encryptionModule

EncryptionModule encryptionModule

id

Long id

referenceNumber

String referenceNumber

pan

String pan

expirationMonth

Integer expirationMonth

expirationYear

Integer expirationYear

nameOnCard

String nameOnCard

cvvCode

String cvvCode

Class org.broadleafcommerce.core.payment.domain.EmptyReferenced extends Object implements Serializable

Serialized Fields

referenceNumber

String referenceNumber

Class org.broadleafcommerce.core.payment.domain.GiftCardPaymentInfoImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

encryptionModule

EncryptionModule encryptionModule

id

Long id

referenceNumber

String referenceNumber

pan

String pan

pin

String pin

Class org.broadleafcommerce.core.payment.domain.PaymentInfoImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

order

Order order

address

Address address

phone

Phone phone

amount

BigDecimal amount

referenceNumber

String referenceNumber

type

String type

amountItems

List<E> amountItems

customerIpAddress

String customerIpAddress

additionalFields

Map<K,V> additionalFields

requestParameterMap

Map<K,V> requestParameterMap

Class org.broadleafcommerce.core.payment.domain.PaymentLogImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

userName

String userName

transactionTimestamp

Date transactionTimestamp

paymentInfoId

Long paymentInfoId

customer

Customer customer

paymentInfoReferenceNumber

String paymentInfoReferenceNumber

transactionType

String transactionType

transactionSuccess

Boolean transactionSuccess

exceptionMessage

String exceptionMessage

logType

String logType

amountPaid

BigDecimal amountPaid

Class org.broadleafcommerce.core.payment.domain.PaymentResponseItemImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

userName

String userName

amountPaid

BigDecimal amountPaid

authorizationCode

String authorizationCode

middlewareResponseCode

String middlewareResponseCode

middlewareResponseText

String middlewareResponseText

processorResponseCode

String processorResponseCode

processorResponseText

String processorResponseText

implementorResponseCode

String implementorResponseCode

implementorResponseText

String implementorResponseText

referenceNumber

String referenceNumber

transactionSuccess

Boolean transactionSuccess

transactionTimestamp

Date transactionTimestamp

transactionId

String transactionId

avsCode

String avsCode

cvvCode

String cvvCode

remainingBalance

BigDecimal remainingBalance

transactionType

String transactionType

additionalFields

Map<K,V> additionalFields

paymentInfoId

Long paymentInfoId

customer

Customer customer

paymentInfoReferenceNumber

String paymentInfoReferenceNumber

Package org.broadleafcommerce.core.payment.service.exception

Class org.broadleafcommerce.core.payment.service.exception.PaymentException extends Exception implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.payment.service.exception.PaymentProcessorException extends PaymentException implements Serializable

serialVersionUID: 1L

Serialized Fields

paymentResponseItem

PaymentResponseItem paymentResponseItem

Package org.broadleafcommerce.core.payment.service.type

Class org.broadleafcommerce.core.payment.service.type.PaymentInfoAdditionalFieldType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.payment.service.type.PaymentInfoType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.payment.service.type.PaymentLogEventType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.payment.service.type.TransactionType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.core.payment.service.workflow

Class org.broadleafcommerce.core.payment.service.workflow.PaymentActionType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.payment.service.workflow.SimplePaymentContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopEntireProcess

boolean stopEntireProcess

seedData

PaymentSeed seedData

Class org.broadleafcommerce.core.payment.service.workflow.WorkflowPaymentContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopEntireProcess

boolean stopEntireProcess

seedData

CombinedPaymentContextSeed seedData

Package org.broadleafcommerce.core.pricing.domain

Class org.broadleafcommerce.core.pricing.domain.ShippingRateImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
Deprecated. 

feeType

String feeType
Deprecated. 

feeSubType

String feeSubType
Deprecated. 

feeBand

Integer feeBand
Deprecated. 

bandUnitQuantity

BigDecimal bandUnitQuantity
Deprecated. 

bandResultQuantity

BigDecimal bandResultQuantity
Deprecated. 

bandResultPercent

Integer bandResultPercent
Deprecated. 

Package org.broadleafcommerce.core.pricing.service.exception

Class org.broadleafcommerce.core.pricing.service.exception.PricingException extends Exception implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.core.pricing.service.exception.TaxException extends Exception implements Serializable


Package org.broadleafcommerce.core.pricing.service.workflow

Class org.broadleafcommerce.core.pricing.service.workflow.PricingContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopEntireProcess

boolean stopEntireProcess

seedData

Order seedData

Package org.broadleafcommerce.core.pricing.service.workflow.type

Class org.broadleafcommerce.core.pricing.service.workflow.type.ShippingServiceType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type
Deprecated. 

friendlyType

String friendlyType
Deprecated. 

Package org.broadleafcommerce.core.rating.service.type

Class org.broadleafcommerce.core.rating.service.type.RatingSortType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

Package org.broadleafcommerce.core.search.domain

Class org.broadleafcommerce.core.search.domain.CategoryExcludedSearchFacetImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

category

Category category

searchFacet

SearchFacet searchFacet

Class org.broadleafcommerce.core.search.domain.CategorySearchFacetImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

category

Category category

searchFacet

SearchFacet searchFacet

sequence

Long sequence

Class org.broadleafcommerce.core.search.domain.FieldEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.core.search.domain.FieldImpl extends Object implements Serializable

serialVersionUID: 2915813511754425605L

Serialized Fields

id

Long id

entityType

String entityType

propertyName

String propertyName

abbreviation

String abbreviation

searchable

Boolean searchable

facetFieldType

String facetFieldType

searchableFieldTypes

List<E> searchableFieldTypes

Class org.broadleafcommerce.core.search.domain.SearchFacetImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

field

Field field

label

String label

showOnSearch

Boolean showOnSearch

searchDisplayPriority

Integer searchDisplayPriority

canMultiselect

Boolean canMultiselect

searchFacetRanges

List<E> searchFacetRanges

Class org.broadleafcommerce.core.search.domain.SearchFacetRangeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

searchFacet

SearchFacet searchFacet

minValue

BigDecimal minValue

maxValue

BigDecimal maxValue

Package org.broadleafcommerce.core.search.domain.solr

Class org.broadleafcommerce.core.search.domain.solr.FieldType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Package org.broadleafcommerce.core.search.redirect.domain

Class org.broadleafcommerce.core.search.redirect.domain.SearchRedirectImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

searchPriority

Integer searchPriority

searchTerm

String searchTerm

url

String url

activeStartDate

Date activeStartDate
The active start date.


activeEndDate

Date activeEndDate
The active end date.


Package org.broadleafcommerce.core.store.domain

Class org.broadleafcommerce.core.store.domain.StoreImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

address1

String address1

address2

String address2

city

String city

state

String state

zip

String zip

country

String country

phone

String phone

latitude

Double latitude

longitude

Double longitude

Class org.broadleafcommerce.core.store.domain.ZipCodeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

zipcode

Integer zipcode

zipState

String zipState

zipCity

String zipCity

zipLongitude

double zipLongitude

zipLatitude

double zipLatitude

Package org.broadleafcommerce.core.util.domain

Class org.broadleafcommerce.core.util.domain.CodeTypeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
Deprecated. 

codeType

String codeType
Deprecated. 

key

String key
Deprecated. 

description

String description
Deprecated. 

modifiable

Character modifiable
Deprecated. 

Package org.broadleafcommerce.core.workflow

Class org.broadleafcommerce.core.workflow.WorkflowException extends Exception implements Serializable

serialVersionUID: 1L



Copyright © 2013. All Rights Reserved.