Uses of Class
com.broadleafcommerce.catalog.domain.product.ProductTerm
Packages that use ProductTerm
Package
Description
-
Uses of ProductTerm in com.broadleafcommerce.catalog.dataexport.converter
Method parameters in com.broadleafcommerce.catalog.dataexport.converter with type arguments of type ProductTermModifier and TypeMethodDescriptionprotected StringProductExportRowConverter.getMultiValRepresentationOfTerms(List<ProductTerm> terms) -
Uses of ProductTerm in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return ProductTermModifier and TypeMethodDescriptionprotected ProductTermProductRowConverter.parseGivenTermProperties(String givenTermToken) -
Uses of ProductTerm in com.broadleafcommerce.catalog.domain.product
Methods in com.broadleafcommerce.catalog.domain.product that return ProductTermModifier and TypeMethodDescriptionConsolidatedProductRequiredOptionInfo.getDefaultChoiceUnderlyingDefaultTerm()The defaultProductTermfor the defaultSpecificItemChoiceif relevant.ConsolidatedProduct.getDefaultTerm()Product.getDefaultTerm()Returns the defaultProductTermfor this product if it exists.Variant.getDefaultTerm()Holds the defaultProductTermfrom the parentProductif it exists.Methods in com.broadleafcommerce.catalog.domain.product that return types with arguments of type ProductTermModifier and TypeMethodDescriptionConsolidatedProduct.getTerms()Product.getTerms()The list ofProductTermsthat are associated with this product.Methods in com.broadleafcommerce.catalog.domain.product with parameters of type ProductTermModifier and TypeMethodDescriptionvoidConsolidatedProductRequiredOptionInfo.setDefaultChoiceUnderlyingDefaultTerm(ProductTerm defaultChoiceUnderlyingDefaultTerm) The defaultProductTermfor the defaultSpecificItemChoiceif relevant.voidVariant.setDefaultTerm(ProductTerm defaultTerm) Holds the defaultProductTermfrom the parentProductif it exists.Method parameters in com.broadleafcommerce.catalog.domain.product with type arguments of type ProductTermModifier and TypeMethodDescriptionvoidConsolidatedProduct.setTerms(List<ProductTerm> terms) voidProduct.setTerms(List<ProductTerm> terms) The list ofProductTermsthat are associated with this product.Constructors in com.broadleafcommerce.catalog.domain.product with parameters of type ProductTermModifierConstructorDescriptionVariant(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 ProductTerm in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return ProductTermModifier and TypeMethodDescriptionItemChoiceDetail.getDefaultChoiceUnderlyingDefaultTerm()ProductDetails.getDefaultTerm()ProductSummary.getDefaultTerm()VariantDetail.getDefaultTerm()SpecificItemChoiceDetail.getUnderlyingDefaultTerm()Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type ProductTermMethods in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type ProductTermMethod parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type ProductTermModifier and TypeMethodDescriptionvoidProductDetails.setTerms(List<ProductTerm> terms) voidProductSummary.setTerms(List<ProductTerm> terms) -
Uses of ProductTerm in com.broadleafcommerce.catalog.domain.product.option
Methods in com.broadleafcommerce.catalog.domain.product.option that return ProductTermModifier and TypeMethodDescriptionItemChoice.getDefaultChoiceUnderlyingDefaultTerm()Gets the underlying defaultProductTermof the defaultSpecificItemChoiceorProductas appropriate for theItemChoice.targetType.protected ProductTermItemChoice.getFirstChoicesUnderlyingDefaultTerm()SpecificItemChoice.getUnderlyingDefaultTerm()Returns the defaultProductTermfor the underlying item of this choice.