Uses of Class
com.broadleafcommerce.inventory.domain.SkuRef
Package
Description
-
Uses of SkuRef in com.broadleafcommerce.inventory.domain
-
Uses of SkuRef in com.broadleafcommerce.inventory.exception
ModifierConstructorDescriptionInventoryUnavailableException
(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
Modifier 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
.Modifier 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