Class SkuInventoryAdjustmentRequest
java.lang.Object
com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentRequest
- All Implemented Interfaces:
Serializable
Request to perform an adjustment to
SkuInventory.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanRequests to adjustSkuInventoryfor specific items grouped byInventoryLocation.Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().inthashCode()voidRequests to adjustSkuInventoryfor specific items grouped byInventoryLocation.voidsetSkuReferenceFieldType(String skuReferenceFieldType) Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().toString()
-
Constructor Details
-
SkuInventoryAdjustmentRequest
public SkuInventoryAdjustmentRequest()
-
-
Method Details
-
getSkuReferenceFieldType
Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().- See Also:
-
getGroups
Requests to adjustSkuInventoryfor specific items grouped byInventoryLocation. -
setSkuReferenceFieldType
Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().- See Also:
-
setGroups
Requests to adjustSkuInventoryfor specific items grouped byInventoryLocation. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-