Uses of Class
com.broadleafcommerce.inventory.domain.SkuRef
Packages that use SkuRef
Package
Description
-
Uses of SkuRef in com.broadleafcommerce.inventory.domain
Methods in com.broadleafcommerce.inventory.domain that return SkuRefModifier and TypeMethodDescriptionSkuInventory.getSkuRef()
A soft reference to the SKU for which this inventory is managed.SkuInventoryAvailabilitySummary.getSkuRef()
Methods in com.broadleafcommerce.inventory.domain with parameters of type SkuRef -
Uses of SkuRef in com.broadleafcommerce.inventory.exception
Methods in com.broadleafcommerce.inventory.exception that return types with arguments of type SkuRefConstructor parameters in com.broadleafcommerce.inventory.exception with type arguments of type SkuRefModifierConstructorDescriptionInventoryUnavailableException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Set<SkuRef> skuReferences) InventoryUnavailableException
(String message, Throwable cause, Set<SkuRef> skuReferences) InventoryUnavailableException
(String message, Set<SkuRef> skuReferences) InventoryUnavailableException
(Throwable cause, Set<SkuRef> skuReferences) InventoryUnavailableException
(Set<SkuRef> skuReferences) -
Uses of SkuRef in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service that return SkuRefModifier and TypeMethodDescriptionDefaultSkuFieldReferenceTypeUtility.mapValueToSkuRef
(SkuReferenceFieldType type, String value, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) DefaultSkuFieldReferenceTypeUtility.mapValueToSkuRef
(String type, String value, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SkuFieldReferenceTypeUtility.mapValueToSkuRef
(SkuReferenceFieldType type, String value, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Convenience utility method to create aSkuRef
containing the right field value based on the providedSkuReferenceFieldType
.SkuFieldReferenceTypeUtility.mapValueToSkuRef
(String type, String value, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Convenience utility method to create aSkuRef
containing the right field value based on the String value provided that must resolve toSkuReferenceFieldType
.Methods in com.broadleafcommerce.inventory.service with parameters of type SkuRefModifier and TypeMethodDescriptionDefaultSkuFieldReferenceTypeUtility.determineSkuRefValue
(SkuReferenceFieldType refType, SkuRef skuRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) DefaultSkuFieldReferenceTypeUtility.determineSkuRefValue
(String type, SkuRef skuRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SkuFieldReferenceTypeUtility.determineSkuRefValue
(SkuReferenceFieldType type, SkuRef skuRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SkuFieldReferenceTypeUtility.determineSkuRefValue
(String type, SkuRef skuRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) -
Uses of SkuRef in com.broadleafcommerce.inventory.web.exception
Methods in com.broadleafcommerce.inventory.web.exception that return types with arguments of type SkuRef