Serialized Form
-
Package com.broadleafcommerce.dataexchange.domain
-
Class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
class AbstractExchangeObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
class EntityExchangeObject extends AbstractExchangeObject implements Serializable-
Serialized Fields
-
id
String id
The ID of the entity. -
newlyCreated
boolean newlyCreated
-
-
-
-
Package com.broadleafcommerce.dataexchange.domain.asset
-
Class com.broadleafcommerce.dataexchange.domain.asset.ExchangeEntityAsset
class ExchangeEntityAsset extends com.broadleafcommerce.asset.consumer.domain.EntityAsset implements Serializable- serialVersionUID:
- 1L
-
-
Package com.broadleafcommerce.dataexchange.domain.exception
-
Class com.broadleafcommerce.dataexchange.domain.exception.DataExchangeError
class DataExchangeError extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
-
Package com.broadleafcommerce.dataexchange.domain.pricing
-
Class com.broadleafcommerce.dataexchange.domain.pricing.PriceableTargetRef
class PriceableTargetRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.dataexchange.domain.pricing.PriceData
class PriceData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
customProperties
Map<String,
Object> customProperties Any custom properties from extensions that should just be passed through. -
id
String id
-
price
javax.money.MonetaryAmount price
-
priceListId
String priceListId
-
priceListName
String priceListName
-
target
com.broadleafcommerce.pricing.client.domain.PriceableTargetRef target
-
-
-
Package com.broadleafcommerce.dataexchange.domain.product
-
Class com.broadleafcommerce.dataexchange.domain.product.Attribute
class Attribute extends AbstractExchangeObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nameLabel
String nameLabel
-
translations
List<Translation> translations
-
value
Object value
-
-
Class com.broadleafcommerce.dataexchange.domain.product.CategoryRef
class CategoryRef extends EntityExchangeObject implements Serializable- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.dataexchange.domain.product.ComprehensiveProduct
class ComprehensiveProduct extends EntityExchangeObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assets
List<ProductAsset> assets
-
availableOnline
Boolean availableOnline
-
businessType
String businessType
-
description
String description
-
externalId
String externalId
-
inventoryType
String inventoryType
-
name
String name
-
online
Boolean online
-
prices
List<Prices> prices
Any prices associated with this product. -
pricingKey
String pricingKey
System-wide unique identifier to configure specific pricing for the product. Relevant if pricing data is managed in a separate system or data store, like the Broadleaf pricing services. This is usually aUUID
but could be any unique value. -
productTags
List<ProductTag> productTags
-
productType
String productType
-
searchable
Boolean searchable
-
sku
String sku
-
skuInventories
List<SkuInventory> skuInventories
Any inventory records associated with this product. -
translations
List<Translation> translations
-
upc
String upc
-
variants
List<Variant> variants
-
-
Class com.broadleafcommerce.dataexchange.domain.product.Prices
class Prices extends AbstractExchangeObject implements Serializable- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.dataexchange.domain.product.ProductAsset
class ProductAsset extends ExchangeEntityAsset implements Serializable- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.dataexchange.domain.product.ProductList
class ProductList extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errors
List<DataExchangeError> errors
This will be a list oferrors
. Each error has a path, and the path will be a JSON Path referencing theProductList.getProducts()
list. For example,- $[0].variants[1]
- $[1].prices[3]
- $[2].assets[2].translations[5]
-
products
List<T extends ComprehensiveProduct> products
-
-
Class com.broadleafcommerce.dataexchange.domain.product.SkuInventory
class SkuInventory extends EntityExchangeObject implements Serializable- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.dataexchange.domain.product.Variant
class Variant extends EntityExchangeObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalId
String externalId
-
name
String name
-
newlyCreated
boolean newlyCreated
-
productId
String productId
-
productTags
List<ProductTag> productTags
-
sku
String sku
-
translations
List<Translation> translations
-
upc
String upc
-
-
-
Package com.broadleafcommerce.dataexchange.domain.tag
-
Class com.broadleafcommerce.dataexchange.domain.tag.ProductTag
class ProductTag extends EntityExchangeObject implements Serializable-
Serialized Fields
-
product
ProductTag.IdHolder product
-
tag
AdvancedTag tag
-
variant
ProductTag.IdHolder variant
-
-
-
-
Package com.broadleafcommerce.dataexchange.domain.translation
-
Class com.broadleafcommerce.dataexchange.domain.translation.Translation
class Translation extends AbstractExchangeObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityField
String entityField
The name of the field that is being translated. -
entityId
String entityId
The ID of the owning entity. -
entityType
String entityType
The type of the owning entity. -
id
String id
-
locale
Locale locale
The locale for this translation. -
value
Object value
This will usually be a String. But since we can translate anything, really, this allows us to accept numbers, collections, etc.
-
-
Class com.broadleafcommerce.dataexchange.domain.translation.TranslationsPayload
class TranslationsPayload extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
translations
List<Translation> translations
-
-
-
Package com.broadleafcommerce.dataexchange.exception
-
Exception com.broadleafcommerce.dataexchange.exception.CorrelationIdException
class CorrelationIdException extends DataExchangeException implements Serializable -
Exception com.broadleafcommerce.dataexchange.exception.DataExchangeBadRequestException
class DataExchangeBadRequestException extends RuntimeException implements Serializable -
Exception com.broadleafcommerce.dataexchange.exception.DataExchangeException
class DataExchangeException extends RuntimeException implements Serializable
-