Serialized Form
-
Package com.liferay.headless.commerce.machine.learning.dto.v1_0
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.AccountCategoryForecast
class AccountCategoryForecast extends Object implements Serializable-
Serialized Fields
-
_accountSupplier
Supplier<Long> _accountSupplier
-
_actualSupplier
Supplier<Float> _actualSupplier
-
_categorySupplier
Supplier<Long> _categorySupplier
-
_categoryTitleSupplier
Supplier<String> _categoryTitleSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_forecastLowerBoundSupplier
Supplier<Float> _forecastLowerBoundSupplier
-
_forecastSupplier
Supplier<Float> _forecastSupplier
-
_forecastUpperBoundSupplier
Supplier<Float> _forecastUpperBoundSupplier
-
_timestampSupplier
Supplier<Date> _timestampSupplier
-
_unitSupplier
Supplier<String> _unitSupplier
-
account
Long account
-
actual
Float actual
-
category
Long category
-
categoryTitle
String categoryTitle
-
forecast
Float forecast
-
forecastLowerBound
Float forecastLowerBound
-
forecastUpperBound
Float forecastUpperBound
-
timestamp
Date timestamp
-
unit
String unit
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.AccountForecast
class AccountForecast extends Object implements Serializable-
Serialized Fields
-
_accountSupplier
Supplier<Long> _accountSupplier
-
_actualSupplier
Supplier<Float> _actualSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_forecastLowerBoundSupplier
Supplier<Float> _forecastLowerBoundSupplier
-
_forecastSupplier
Supplier<Float> _forecastSupplier
-
_forecastUpperBoundSupplier
Supplier<Float> _forecastUpperBoundSupplier
-
_timestampSupplier
Supplier<Date> _timestampSupplier
-
_unitSupplier
Supplier<String> _unitSupplier
-
account
Long account
-
actual
Float actual
-
forecast
Float forecast
-
forecastLowerBound
Float forecastLowerBound
-
forecastUpperBound
Float forecastUpperBound
-
timestamp
Date timestamp
-
unit
String unit
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.Category
class Category extends Object implements Serializable-
Serialized Fields
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_siteIdSupplier
Supplier<Long> _siteIdSupplier
-
_vocabularySupplier
Supplier<String> _vocabularySupplier
-
externalReferenceCode
String externalReferenceCode
-
id
@NotNull Long id
-
name
String name
-
siteId
Long siteId
-
vocabulary
String vocabulary
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.Error
class Error extends Object implements Serializable-
Serialized Fields
-
_errorCodeSupplier
Supplier<Integer> _errorCodeSupplier
-
_errorDescriptionSupplier
Supplier<String> _errorDescriptionSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_messageSupplier
Supplier<String> _messageSupplier
-
_statusSupplier
Supplier<Integer> _statusSupplier
-
errorCode
@NotNull Integer errorCode
-
errorDescription
@NotEmpty String errorDescription
-
message
@NotEmpty String message
-
status
@NotNull Integer status
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.FrequentPatternRecommendation
class FrequentPatternRecommendation extends Object implements Serializable-
Serialized Fields
-
_antecedentIdsLengthSupplier
Supplier<Long> _antecedentIdsLengthSupplier
-
_antecedentIdsSupplier
Supplier<Long[]> _antecedentIdsSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_jobIdSupplier
Supplier<String> _jobIdSupplier
-
_recommendedProductIdSupplier
Supplier<Long> _recommendedProductIdSupplier
-
_scoreSupplier
Supplier<Float> _scoreSupplier
-
antecedentIds
Long[] antecedentIds
-
antecedentIdsLength
Long antecedentIdsLength
-
createDate
Date createDate
-
jobId
String jobId
-
recommendedProductId
Long recommendedProductId
-
score
Float score
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.Order
class Order extends Object implements Serializable-
Serialized Fields
-
_accountIdSupplier
Supplier<Long> _accountIdSupplier
-
_channelIdSupplier
Supplier<Long> _channelIdSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_currencyCodeSupplier
Supplier<String> _currencyCodeSupplier
-
_customFieldsSupplier
Supplier<Map<String,
?>> _customFieldsSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_modifiedDateSupplier
Supplier<Date> _modifiedDateSupplier
-
_orderDateSupplier
Supplier<Date> _orderDateSupplier
-
_orderItemsSupplier
Supplier<OrderItem[]> _orderItemsSupplier
-
_orderStatusSupplier
Supplier<Integer> _orderStatusSupplier
-
_orderTypeExternalReferenceCodeSupplier
Supplier<String> _orderTypeExternalReferenceCodeSupplier
-
_orderTypeIdSupplier
Supplier<Long> _orderTypeIdSupplier
-
_paymentMethodSupplier
Supplier<String> _paymentMethodSupplier
-
_paymentStatusSupplier
Supplier<Integer> _paymentStatusSupplier
-
_statusSupplier
Supplier<Integer> _statusSupplier
-
_totalSupplier
Supplier<BigDecimal> _totalSupplier
-
_userIdSupplier
Supplier<Long> _userIdSupplier
-
accountId
Long accountId
-
channelId
@NotNull Long channelId
-
createDate
Date createDate
-
currencyCode
@NotEmpty String currencyCode
-
customFields
Map<String,
?> customFields -
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
modifiedDate
Date modifiedDate
-
orderDate
Date orderDate
-
orderItems
OrderItem[] orderItems
-
orderStatus
Integer orderStatus
-
orderTypeExternalReferenceCode
String orderTypeExternalReferenceCode
-
orderTypeId
Long orderTypeId
-
paymentMethod
String paymentMethod
-
paymentStatus
Integer paymentStatus
-
status
Integer status
-
total
BigDecimal total
-
userId
Long userId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.OrderItem
class OrderItem extends Object implements Serializable-
Serialized Fields
-
_cpDefinitionIdSupplier
Supplier<Long> _cpDefinitionIdSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_customFieldsSupplier
Supplier<Map<String,
?>> _customFieldsSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_finalPriceSupplier
Supplier<BigDecimal> _finalPriceSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_modifiedDateSupplier
Supplier<Date> _modifiedDateSupplier
-
_nameSupplier
Supplier<Map<String,
String>> _nameSupplier -
_optionsSupplier
Supplier<String> _optionsSupplier
-
_orderIdSupplier
Supplier<Long> _orderIdSupplier
-
_parentOrderItemIdSupplier
Supplier<Long> _parentOrderItemIdSupplier
-
_quantitySupplier
Supplier<Integer> _quantitySupplier
-
_skuSupplier
Supplier<String> _skuSupplier
-
_subscriptionSupplier
Supplier<Boolean> _subscriptionSupplier
-
_unitOfMeasureSupplier
Supplier<String> _unitOfMeasureSupplier
-
_unitPriceSupplier
Supplier<BigDecimal> _unitPriceSupplier
-
_userIdSupplier
Supplier<Long> _userIdSupplier
-
cpDefinitionId
Long cpDefinitionId
-
createDate
Date createDate
-
customFields
Map<String,
?> customFields -
externalReferenceCode
String externalReferenceCode
-
finalPrice
BigDecimal finalPrice
-
id
Long id
-
modifiedDate
Date modifiedDate
-
name
Map<String,
String> name -
options
String options
-
orderId
Long orderId
-
parentOrderItemId
Long parentOrderItemId
-
quantity
Integer quantity
-
sku
String sku
-
subscription
Boolean subscription
-
unitOfMeasure
String unitOfMeasure
-
unitPrice
BigDecimal unitPrice
-
userId
Long userId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.Product
class Product extends Object implements Serializable-
Serialized Fields
-
_catalogIdSupplier
Supplier<Long> _catalogIdSupplier
-
_categoryIdsSupplier
Supplier<Long[]> _categoryIdsSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_customFieldsSupplier
Supplier<Map<String,
?>> _customFieldsSupplier -
_descriptionSupplier
Supplier<Map<String,
String>> _descriptionSupplier -
_displayDateSupplier
Supplier<Date> _displayDateSupplier
-
_expirationDateSupplier
Supplier<Date> _expirationDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_metaDescriptionSupplier
Supplier<Map<String,
String>> _metaDescriptionSupplier -
_metaKeywordSupplier
Supplier<Map<String,
String>> _metaKeywordSupplier -
_metaTitleSupplier
Supplier<Map<String,
String>> _metaTitleSupplier -
_modifiedDateSupplier
Supplier<Date> _modifiedDateSupplier
-
_nameSupplier
Supplier<Map<String,
String>> _nameSupplier -
_productChannelIdsSupplier
Supplier<Long[]> _productChannelIdsSupplier
-
_productIdSupplier
Supplier<Long> _productIdSupplier
-
_productOptionsSupplier
Supplier<ProductOption[]> _productOptionsSupplier
-
_productSpecificationsSupplier
Supplier<ProductSpecification[]> _productSpecificationsSupplier
-
_productTypeSupplier
Supplier<String> _productTypeSupplier
-
_skusSupplier
Supplier<Sku[]> _skusSupplier
-
_statusSupplier
Supplier<Integer> _statusSupplier
-
_subscriptionEnabledSupplier
Supplier<Boolean> _subscriptionEnabledSupplier
-
_tagsSupplier
Supplier<String[]> _tagsSupplier
-
_urlsSupplier
Supplier<Map<String,
String>> _urlsSupplier -
catalogId
@NotNull Long catalogId
-
categoryIds
Long[] categoryIds
-
createDate
Date createDate
-
customFields
Map<String,
?> customFields -
description
Map<String,
String> description -
displayDate
Date displayDate
-
expirationDate
Date expirationDate
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
metaDescription
Map<String,
String> metaDescription -
metaKeyword
Map<String,
String> metaKeyword -
metaTitle
Map<String,
String> metaTitle -
modifiedDate
Date modifiedDate
-
name
@NotNull Map<String,
String> name -
productChannelIds
Long[] productChannelIds
-
productId
Long productId
-
productOptions
ProductOption[] productOptions
-
productSpecifications
ProductSpecification[] productSpecifications
-
productType
@NotEmpty String productType
-
skus
Sku[] skus
-
status
Integer status
-
subscriptionEnabled
Boolean subscriptionEnabled
-
tags
String[] tags
-
urls
Map<String,
String> urls -
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.ProductChannel
class ProductChannel extends Object implements Serializable-
Serialized Fields
-
_currencyCodeSupplier
Supplier<String> _currencyCodeSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_typeSupplier
Supplier<String> _typeSupplier
-
currencyCode
String currencyCode
-
externalReferenceCode
String externalReferenceCode
-
id
@NotNull Long id
-
name
String name
-
type
String type
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.ProductContentRecommendation
class ProductContentRecommendation extends Object implements Serializable-
Serialized Fields
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_jobIdSupplier
Supplier<String> _jobIdSupplier
-
_productIdSupplier
Supplier<Long> _productIdSupplier
-
_rankSupplier
Supplier<Integer> _rankSupplier
-
_recommendedProductIdSupplier
Supplier<Long> _recommendedProductIdSupplier
-
_scoreSupplier
Supplier<Float> _scoreSupplier
-
createDate
Date createDate
-
jobId
String jobId
-
productId
Long productId
-
rank
Integer rank
-
recommendedProductId
Long recommendedProductId
-
score
Float score
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.ProductInteractionRecommendation
class ProductInteractionRecommendation extends Object implements Serializable-
Serialized Fields
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_jobIdSupplier
Supplier<String> _jobIdSupplier
-
_productIdSupplier
Supplier<Long> _productIdSupplier
-
_rankSupplier
Supplier<Integer> _rankSupplier
-
_recommendedProductIdSupplier
Supplier<Long> _recommendedProductIdSupplier
-
_scoreSupplier
Supplier<Float> _scoreSupplier
-
createDate
Date createDate
-
jobId
String jobId
-
productId
Long productId
-
rank
Integer rank
-
recommendedProductId
Long recommendedProductId
-
score
Float score
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.ProductOption
class ProductOption extends Object implements Serializable-
Serialized Fields
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_keySupplier
Supplier<String> _keySupplier
-
_optionKeySupplier
Supplier<String> _optionKeySupplier
-
_valuesSupplier
Supplier<Map[]> _valuesSupplier
-
key
String key
-
optionKey
String optionKey
-
values
Map[] values
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.ProductSpecification
class ProductSpecification extends Object implements Serializable-
Serialized Fields
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_idSupplier
Supplier<Long> _idSupplier
-
_optionCategoryIdSupplier
Supplier<Long> _optionCategoryIdSupplier
-
_specificationKeySupplier
Supplier<String> _specificationKeySupplier
-
_valueSupplier
Supplier<Map<String,
String>> _valueSupplier -
id
Long id
-
optionCategoryId
Long optionCategoryId
-
specificationKey
@NotEmpty String specificationKey
-
value
@NotNull Map<String,
String> value -
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.Sku
class Sku extends Object implements Serializable-
Serialized Fields
-
_costSupplier
Supplier<BigDecimal> _costSupplier
-
_discontinuedSupplier
Supplier<Boolean> _discontinuedSupplier
-
_displayDateSupplier
Supplier<Date> _displayDateSupplier
-
_expirationDateSupplier
Supplier<Date> _expirationDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_gtinSupplier
Supplier<String> _gtinSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_manufacturerPartNumberSupplier
Supplier<String> _manufacturerPartNumberSupplier
-
_publishedSupplier
Supplier<Boolean> _publishedSupplier
-
_purchasableSupplier
Supplier<Boolean> _purchasableSupplier
-
_skuSupplier
Supplier<String> _skuSupplier
-
cost
BigDecimal cost
-
discontinued
Boolean discontinued
-
displayDate
Date displayDate
-
expirationDate
Date expirationDate
-
externalReferenceCode
String externalReferenceCode
-
gtin
String gtin
-
id
Long id
-
manufacturerPartNumber
String manufacturerPartNumber
-
published
Boolean published
-
purchasable
Boolean purchasable
-
sku
@NotEmpty String sku
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.SkuForecast
class SkuForecast extends Object implements Serializable-
Serialized Fields
-
_actualSupplier
Supplier<Float> _actualSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_forecastLowerBoundSupplier
Supplier<Float> _forecastLowerBoundSupplier
-
_forecastSupplier
Supplier<Float> _forecastSupplier
-
_forecastUpperBoundSupplier
Supplier<Float> _forecastUpperBoundSupplier
-
_skuSupplier
Supplier<String> _skuSupplier
-
_timestampSupplier
Supplier<Date> _timestampSupplier
-
_unitSupplier
Supplier<String> _unitSupplier
-
actual
Float actual
-
forecast
Float forecast
-
forecastLowerBound
Float forecastLowerBound
-
forecastUpperBound
Float forecastUpperBound
-
sku
String sku
-
timestamp
Date timestamp
-
unit
String unit
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.machine.learning.dto.v1_0.UserRecommendation
class UserRecommendation extends Object implements Serializable-
Serialized Fields
-
_assetCategoryIdsSupplier
Supplier<Long[]> _assetCategoryIdsSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_jobIdSupplier
Supplier<String> _jobIdSupplier
-
_productIdSupplier
Supplier<Long> _productIdSupplier
-
_rankSupplier
Supplier<Integer> _rankSupplier
-
_recommendedProductIdSupplier
Supplier<Long> _recommendedProductIdSupplier
-
_scoreSupplier
Supplier<Float> _scoreSupplier
-
assetCategoryIds
Long[] assetCategoryIds
-
createDate
Date createDate
-
jobId
String jobId
-
productId
Long productId
-
rank
Integer rank
-
recommendedProductId
Long recommendedProductId
-
score
Float score
-
xClassName
String xClassName
-
-
-