Uses of Class
org.broadleafcommerce.core.catalog.domain.Dimension
Packages that use Dimension
-
Uses of Dimension in org.broadleafcommerce.core.catalog.domain
Fields in org.broadleafcommerce.core.catalog.domain declared as DimensionMethods in org.broadleafcommerce.core.catalog.domain with type parameters of type DimensionModifier and TypeMethodDescription<G extends Dimension>
org.broadleafcommerce.common.copy.CreateResponse<G>Dimension.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.catalog.domain that return DimensionModifier and TypeMethodDescriptionProduct.getDimension()Returns theDimensionfor this product
Note: this is a convenience method that merely serves as a pass-through to the same method viaProduct.getDefaultSku()ProductImpl.getDimension()Sku.getDimension()Get the dimensions for this SkuSkuImpl.getDimension()Methods in org.broadleafcommerce.core.catalog.domain with parameters of type DimensionModifier and TypeMethodDescriptionvoidProduct.setDimension(Dimension dimension) Sets theDimensionfor this product
Note: this is a convenience method that merely serves as a pass-through to the same method viaProduct.getDefaultSku()voidProductImpl.setDimension(Dimension dimension) voidSku.setDimension(Dimension dimension) Sets the embedded Dimension for this SkuvoidSkuImpl.setDimension(Dimension dimension)