Uses of Class
com.broadleafcommerce.inventory.domain.SkuRef
-
-
Uses of SkuRef in com.broadleafcommerce.inventory.domain
Methods in com.broadleafcommerce.inventory.domain that return SkuRef Modifier and Type Method Description SkuRef
SkuInventory. getSkuRef()
A soft reference to the SKU for which this inventory is managed.SkuRef
SkuInventoryAvailabilitySummary. getSkuRef()
Methods in com.broadleafcommerce.inventory.domain with parameters of type SkuRef Modifier and Type Method Description void
SkuInventory. setSkuRef(SkuRef skuRef)
A soft reference to the SKU for which this inventory is managed.void
SkuInventoryAvailabilitySummary. setSkuRef(SkuRef skuRef)
-
Uses of SkuRef in com.broadleafcommerce.inventory.exception
Methods in com.broadleafcommerce.inventory.exception that return types with arguments of type SkuRef Modifier and Type Method Description Set<SkuRef>
InventoryUnavailableException. getSkuReferences()
Constructor parameters in com.broadleafcommerce.inventory.exception with type arguments of type SkuRef Constructor Description InventoryUnavailableException(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 SkuRef Modifier and Type Method Description SkuRef
DefaultSkuFieldReferenceTypeUtility. mapValueToSkuRef(SkuReferenceFieldType type, String value, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
SkuRef
DefaultSkuFieldReferenceTypeUtility. mapValueToSkuRef(String type, String value, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
SkuRef
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
.SkuRef
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 SkuRef Modifier and Type Method Description String
DefaultSkuFieldReferenceTypeUtility. determineSkuRefValue(SkuReferenceFieldType refType, SkuRef skuRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
String
DefaultSkuFieldReferenceTypeUtility. determineSkuRefValue(String type, SkuRef skuRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
String
SkuFieldReferenceTypeUtility. determineSkuRefValue(SkuReferenceFieldType type, SkuRef skuRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
String
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 Modifier and Type Method Description Set<SkuRef>
InventoryUnavailableApiError. getSkuReferences()
-