Uses of Class
com.broadleafcommerce.catalog.domain.product.Weight
Packages that use Weight
Package
Description
-
Uses of Weight in com.broadleafcommerce.catalog.dataexport.converter
Methods in com.broadleafcommerce.catalog.dataexport.converter with parameters of type Weight -
Uses of Weight in com.broadleafcommerce.catalog.domain.product
Methods in com.broadleafcommerce.catalog.domain.product that return WeightModifier and TypeMethodDescriptionConsolidatedProduct.getWeight()Product.getWeight()Variant.getWeight()Methods in com.broadleafcommerce.catalog.domain.product with parameters of type WeightModifier and TypeMethodDescriptionvoidvoidvoidConstructors in com.broadleafcommerce.catalog.domain.product with parameters of type WeightModifierConstructorDescriptionProduct(String id, String name, String uri, String description, String sku, String upc, String externalId, javax.money.CurrencyUnit currency, String pricingKey, javax.money.MonetaryAmount msrp, javax.money.MonetaryAmount defaultPrice, javax.money.MonetaryAmount salePrice, javax.money.MonetaryAmount cost, String metaTitle, String metaDescription, String displayTemplate, boolean online, boolean discountable, Boolean autoRenewalEnabled, Boolean allowAutoRenewalModification, String inventoryType, String mergingType, boolean availableOnline, String inventoryCheckStrategy, String inventoryReservationStrategy, boolean eligibleForPickup, Map<String, FulfillmentFlatRate> fulfillmentFlatRates, Instant activeStartDate, Instant activeEndDate, Dimensions dimension, Weight weight, boolean searchable, boolean individuallySold, boolean merchandisingProduct, String productType, String businessType, List<String> keywords, List<Set<ProductOptionValueCombination>> variantsToGenerate, ProductRecurringFrequency defaultFrequency, List<ProductTerm> terms, String paymentStrategy, Map<String, Attribute> attributes, Map<String, ProductCharacteristic> characteristics, List<IncludedProduct> includedProducts, List<ProductOption> options, ReviewsSummary reviewsSummary, ProductAsset primaryAsset, Category primaryCategory, List<String> tags, DataDrivenEnum brand, DataDrivenEnum merchandisingType, DataDrivenEnum targetDemographic, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState, String taxCode, Integer minimumThreshold, Integer maximumThreshold, Variant defaultVariant, boolean hasVariants, boolean isSubscription, boolean allowQtyEditAfterInitialPurchase, boolean allowChangingBillingFrequency, List<String> upgradeProductIds, List<String> downgradeProductIds, Integer restrictDowngradeAfterDays, Integer maxNumberOfActiveSubscriptions, DataDrivenEnum fulfillmentWorkflow, String cancellationPolicyRef, String pricingCategory, String variantPricingStrategy, Boolean characteristicsOverriddenHint) Variant(String id, String sku, String upc, String externalId, String name, String description, Instant activeStartDate, Instant activeEndDate, javax.money.MonetaryAmount defaultPrice, javax.money.MonetaryAmount salePrice, javax.money.MonetaryAmount cost, Dimensions dimension, Weight weight, boolean online, boolean discountable, String productId, Map<String, String> optionValues, String inventoryCheckStrategy, String inventoryReservationStrategy, ReviewsSummary reviewsSummary, Integer minimumThreshold, Integer maximumThreshold, Map<String, FulfillmentFlatRate> fulfillmentFlatRates, DataDrivenEnum fulfillmentWorkflow, Map<String, Attribute> attributes, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState, String taxCode, String parentProductVariantPricingStrategy, com.broadleafcommerce.data.tracking.core.filtering.domain.ChangeContainer overrideChangeContainer, ProductTerm defaultTerm) -
Uses of Weight in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return WeightModifier and TypeMethodDescriptionProductDetails.getWeight()ProductSummary.getWeight()VariantDetail.getWeight()Methods in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type Weight